hostap/src/rsn_supp
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
..
.gitignore Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
Makefile Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
peerkey.c Read Michael MIC keys through TK2 union instead of offset from TK1 2008-06-05 21:00:56 +03:00
peerkey.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
pmksa_cache.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
pmksa_cache.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
preauth.c Introduced new helper function is_zero_ether_addr() 2008-06-03 18:08:48 +03:00
preauth.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
wpa.c Fixed race condition between disassociation event and group key handshake 2008-06-09 16:26:47 +03:00
wpa.h Fixed race condition between disassociation event and group key handshake 2008-06-09 16:26:47 +03:00
wpa_ft.c FT: Use correct BSSID when deriving PTK and verifying MIC 2008-03-12 11:20:20 +02:00
wpa_i.h Fixed race condition between disassociation event and group key handshake 2008-06-09 16:26:47 +03:00
wpa_ie.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
wpa_ie.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00