mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
hs20-osu-client: Use more specific debug message on OSU connection
Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
55093c8014
commit
440dac7558
@ -2233,7 +2233,7 @@ static int osu_connect(struct hs20_osu_client *ctx, const char *bssid,
|
||||
wpa_ctrl_close(mon);
|
||||
|
||||
if (res < 0) {
|
||||
wpa_printf(MSG_INFO, "Could not connect");
|
||||
wpa_printf(MSG_INFO, "Could not connect to OSU network");
|
||||
write_summary(ctx, "Could not connect to OSU network");
|
||||
wpa_printf(MSG_INFO, "Remove OSU network connection");
|
||||
snprintf(buf, sizeof(buf), "REMOVE_NETWORK %d", id);
|
||||
|
Loading…
Reference in New Issue
Block a user