HS 2.0: Add an event message to note failed OSU provider write
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
502f0ce848
commit
9636b07ae2
1 changed files with 2 additions and 0 deletions
|
@ -703,6 +703,8 @@ static void hs20_osu_fetch_done(struct wpa_supplicant *wpa_s)
|
|||
wpa_s->conf->osu_dir);
|
||||
f = fopen(fname, "w");
|
||||
if (f == NULL) {
|
||||
wpa_msg(wpa_s, MSG_INFO,
|
||||
"Could not write OSU provider information");
|
||||
hs20_free_osu_prov(wpa_s);
|
||||
wpa_s->fetch_anqp_in_progress = 0;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue