From c5659bf2b38e73c4247d17a1cb76e5df62a6c9cd Mon Sep 17 00:00:00 2001 From: Mathy Date: Fri, 13 Mar 2020 06:46:28 -0400 Subject: [PATCH] fragattack: consistent wpa_ctrl msg on client connect --- src/ap/ieee802_11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 41e5b9c27..fdbdaf011 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -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 */