diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2017-07-05 14:29:44 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2017-07-05 14:29:44 (GMT) |
commit | bfe448331f3e6a5b40326348dd5b7faeff5ac04c (patch) | |
tree | 87031d6f9d169483b570dd4ad3d5900c0a492704 /src | |
parent | 6d49aeb76247c4145cb4f7c05afb7b35f27150c1 (diff) | |
download | hostap-bfe448331f3e6a5b40326348dd5b7faeff5ac04c.zip hostap-bfe448331f3e6a5b40326348dd5b7faeff5ac04c.tar.gz hostap-bfe448331f3e6a5b40326348dd5b7faeff5ac04c.tar.bz2 |
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 <jouni@qca.qualcomm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ap/ieee802_11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 8069c36..efbdc49 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); |