hostap/src
Jouni Malinen 1ac2d4a9ee Fixed canceling of PMKSA caching with driver generated RSN IE
It looks like some Windows NDIS drivers (e.g., Intel) do not clear the
PMKID list even when wpa_supplicant explicitly sets the list to be
empty. In such a case, the driver ends up trying to use PMKSA caching
with the AP and wpa_supplicant may not have the PMK that would be needed
to complete 4-way handshake.

RSN processing already had some code for aborting PMKSA caching by
sending EAPOL-Start. However, this was not triggered in this particular
case where the driver generates the RSN IE. With this change, this case
is included, too, and the failed PMKSA caching attempt is cleanly
canceled and wpa_supplicant can fall back to full EAP authentication.
2008-11-21 15:31:25 +02:00
..
common Preparations for 0.6.5 release 2008-11-01 17:20:25 +02:00
crypto OpenSSL 0.9.9 API change for EAP-FAST session ticket overriding API 2008-11-16 21:29:12 +02:00
drivers Fixed size_t printf format for 64-bit builds 2008-11-19 21:21:34 +02:00
eap_common EAP-AKA: Validate RES Length field in AT_RES 2008-11-07 08:34:07 +02:00
eap_peer Changed PEAPv0 cryptobinding to be disabled by default 2008-11-20 12:49:34 +02:00
eap_server Fixed EAP-TLS message fragmentation for the last TLS message 2008-11-20 19:39:35 +02:00
eapol_supp Fixed EAPOL skip for PMKSA caching case to remain in authenticated state 2008-10-25 20:21:31 +03:00
hlr_auc_gw Fixed Milenage debug output to use correct length for IK and CK 2008-11-20 15:45:31 +02:00
l2_packet Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
radius EAP-FAST: Allow A-ID and A-ID-Info to be configured separately 2008-10-19 09:55:59 +03:00
rsn_supp Fixed canceling of PMKSA caching with driver generated RSN IE 2008-11-21 15:31:25 +02:00
tls Silenced compiler warnings on size_t printf format and shadowed variables 2008-09-27 10:46:06 +03:00
utils Verify fread(), fwrite(), and system() return values 2008-10-29 19:33:24 +02:00
Makefile Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00