fragattack: consistent wpa_ctrl msg on client connect

This commit is contained in:
Mathy 2020-03-13 06:46:28 -04:00
parent 0296fc4f61
commit c5659bf2b3

View File

@ -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 */