mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
fragattack: consistent wpa_ctrl msg on client connect
This commit is contained in:
parent
0296fc4f61
commit
c5659bf2b3
@ -2614,7 +2614,7 @@ static void handle_auth(struct hostapd_data *hapd,
|
||||
}
|
||||
|
||||
#ifdef CONFIG_TESTING_OPTIONS
|
||||
wpa_msg(hapd->msg_ctx, MSG_INFO, "Client " MACSTR " is connecting",
|
||||
wpa_msg(hapd->msg_ctx, MSG_INFO, "AP-STA-CONNECTING " MACSTR,
|
||||
MAC2STR(sta->addr));
|
||||
#endif /* CONFIG_TESTING_OPTIONS */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user