mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 09:14:03 -05:00
fragattack: add connecting event to hostapd ctrl
This commit is contained in:
parent
5fa03b70a7
commit
b61251c7eb
@ -2613,6 +2613,11 @@ static void handle_auth(struct hostapd_data *hapd,
|
|||||||
#endif /* CONFIG_FILS */
|
#endif /* CONFIG_FILS */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef CONFIG_TESTING_OPTIONS
|
||||||
|
wpa_msg(hapd->msg_ctx, MSG_INFO, "Client " MACSTR " is connecting",
|
||||||
|
MAC2STR(sta->addr));
|
||||||
|
#endif /* CONFIG_TESTING_OPTIONS */
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
reply_res = send_auth_reply(hapd, sta, mgmt->sa, mgmt->bssid, auth_alg,
|
reply_res = send_auth_reply(hapd, sta, mgmt->sa, mgmt->bssid, auth_alg,
|
||||||
auth_transaction + 1, resp, resp_ies,
|
auth_transaction + 1, resp, resp_ies,
|
||||||
|
Loading…
Reference in New Issue
Block a user