fragattacks/src
Jouni Malinen 3e2ad1b932 Fixed race condition between disassociation event and group key handshake
This avoids getting stuck in state where wpa_supplicant has canceled scans,
but the driver is actually in disassociated state. The previously used code
that controlled scan timeout from WPA module is not really needed anymore
(and has not been needed for past four years since authentication timeout
was separated from scan request timeout), so this can simply be removed to
resolved the race condition. As an extra bonus, this simplifies the
interface to WPA module.
[Bug 261]
2008-06-09 16:26:47 +03:00
..
common Silence compiler warnings about out of array bounds indexes 2008-06-05 17:50:53 +03:00
crypto Internal TLS: Added support for parsing PKCS #8 formatted private keys 2008-06-02 19:39:46 +03:00
drivers Added a preliminary nl80211/cfg80211 driver interface for wpa_supplicant 2008-06-06 16:55:42 +03:00
eap_common EAP-PEAP: Moved the common peap_prfplus() function into a shared file 2008-06-09 10:32:12 +03:00
eap_peer EAP-PEAP: Moved the common peap_prfplus() function into a shared file 2008-06-09 10:32:12 +03:00
eap_server EAP-PEAP: Moved the common peap_prfplus() function into a shared file 2008-06-09 10:32:12 +03:00
eapol_supp Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
hlr_auc_gw Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08: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 Fixed RADIUS client local address forcing for IPv6 (eapol_test) 2008-06-05 20:33:33 +03:00
rsn_supp Fixed race condition between disassociation event and group key handshake 2008-06-09 16:26:47 +03:00
tls Updated the LibTomMath reference to use 0.41 version 2008-06-06 10:32:09 +03:00
utils Introduced new helper function is_zero_ether_addr() 2008-06-03 18:08:48 +03:00
Makefile Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00