hostap/src
Jouni Malinen 215b4d8a72 FT: Do not add PMKID to the driver for FT-EAP if caching is disabled
wpa_supplicant disables PMKSA caching with FT-EAP by default due to
known interoperability issues with APs. This is allowed only if the
network profile is explicitly enabling caching with
ft_eap_pmksa_caching=1. However, the PMKID for such PMKSA cache entries
was still being configured to the driver and it was possible for the
driver to build an RSNE with the PMKID for SME-in-driver cases. This
could result in hitting the interop issue with some APs.

Fix this by skipping PMKID configuration to the driver fot FT-EAP AKM if
ft_eap_pmksa_caching=1 is not used in the network profile so that the
driver and wpa_supplicant behavior are in sync for this.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-06-06 16:48:57 +03:00
..
ap SAE: Move H2E and PK flags to main sae_data 2020-06-06 15:18:13 +03:00
common QCA vendor attribute for dynamic bandwidth adjustment 2020-06-06 15:18:13 +03:00
crypto
drivers
eap_common
eap_peer EAP peer: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
eap_server EAP server: Convert Boolean to C99 bool 2020-04-21 17:39:07 +03:00
eapol_auth
eapol_supp EAPOL supp: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
fst
l2_packet
p2p
pae MACsec: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
radius
rsn_supp FT: Do not add PMKID to the driver for FT-EAP if caching is disabled 2020-06-06 16:48:57 +03:00
tls PKCS#1: Debug dump invalid Signature EB 2020-04-05 20:13:26 +03:00
utils Add PRINTF_FORMAT for printf wrapper functions 2020-05-02 21:04:17 +03:00
wps
lib.rules
Makefile