]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
FILS: Set EAPOL-Key Key Descriptor Version to 0 with FILS AKMs (AP)
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 2 Sep 2015 21:31:45 +0000 (00:31 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 10 Oct 2016 18:11:46 +0000 (21:11 +0300)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/wpa_auth.c

index d77e90a9fa0bb9efb7bb98521d5091a32c901b6b..ede4a5883350f5d5460a9888b8405ada3c320b39 100644 (file)
@@ -1432,7 +1432,8 @@ void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
        if (force_version)
                version = force_version;
        else if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN ||
-                wpa_key_mgmt_suite_b(sm->wpa_key_mgmt))
+                wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) ||
+                wpa_key_mgmt_fils(sm->wpa_key_mgmt))
                version = WPA_KEY_INFO_TYPE_AKM_DEFINED;
        else if (wpa_use_aes_cmac(sm))
                version = WPA_KEY_INFO_TYPE_AES_128_CMAC;