From: Jouni Malinen Date: Wed, 5 Jul 2017 14:29:44 +0000 (+0300) Subject: FILS: Fix a frame name in a debug print X-Git-Tag: hostap_2_7~1216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe448331f3e6a5b40326348dd5b7faeff5ac04c;p=thirdparty%2Fhostap.git FILS: Fix a frame name in a debug print The EAP message included in FILS Wrapped Data from the non-AP STA to the AP is EAP-Initiate/Re-auth. Signed-off-by: Jouni Malinen --- diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 8069c36f3..efbdc49ec 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -1221,7 +1221,7 @@ void handle_auth_fils(struct hostapd_data *hapd, struct sta_info *sta, ieee802_1x_alloc_eapol_sm(hapd, sta); } wpa_printf(MSG_DEBUG, - "FILS: Forward EAP-Identity/Re-auth Start to authentication server"); + "FILS: Forward EAP-Initiate/Re-auth to authentication server"); ieee802_1x_encapsulate_radius( hapd, sta, elems.fils_wrapped_data, elems.fils_wrapped_data_len);