]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
FILS: Fix a frame name in a debug print
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 5 Jul 2017 14:29:44 +0000 (17:29 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 5 Jul 2017 14:29:44 +0000 (17:29 +0300)
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 <jouni@qca.qualcomm.com>
src/ap/ieee802_11.c

index 8069c36f3e9288469b7e1a031cd7a1fb68d7c825..efbdc49ec60424484e2462d762275647ed56607a 100644 (file)
@@ -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);