fragattack: add connecting event to hostapd ctrl

This commit is contained in:
Mathy 2020-03-07 21:09:24 -05:00
parent 5fa03b70a7
commit b61251c7eb

View File

@ -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,