fragattacks/src
Jouni Malinen 1323ee314e Move wpa_sm_remove_pmkid() call to PMKSA cache entry freeing
This makes it clearer that the PMKSA caching entry gets removed from
the driver regardless of how the internal entry from wpa_supplicant
gets cleared. In practice, this call was skipped only for the case
when the entry for the current AP was being updated, so the previous
version was likely to work with all drivers. Anyway, it is cleaner
to explicitly remove the old entry even in that case before the new
entry gets added.

Signed-hostap: Jouni Malinen <j@w1.fi>
2011-11-20 12:53:29 +02:00
..
ap Fix wired EAPOL authenticator 2011-11-20 12:42:47 +02:00
common Remove incorrect le16 type cast 2011-11-18 21:39:10 +02:00
crypto OpenSSL: Read certificate chain from server_cert file 2011-11-19 12:06:59 +02:00
drivers nl80211: Set offchannel-OK selectively 2011-11-19 19:56:34 +02:00
eap_common EAP-pwd: Remove struct eap_pwd_hdr 2011-11-19 16:52:52 +02:00
eap_peer EAP-pwd: Remove struct eap_pwd_hdr 2011-11-19 16:52:52 +02:00
eap_server EAP-pwd: Remove struct eap_pwd_hdr 2011-11-19 16:52:52 +02:00
eapol_auth Make sure that EAP callbacks are not done if state machine has been removed 2011-08-12 11:56:44 +03:00
eapol_supp Use an enum for EAP SM requests 2011-10-30 12:04:24 +02:00
l2_packet l2_packet: Use wpa_printf() instead of perror() 2010-11-24 15:00:22 +02:00
p2p P2P: Clear WPS method when GO negotiation fails 2011-11-18 23:34:53 +02:00
radius Make radius_msg_add_attr_user_password() easier for static analyzers 2011-11-13 23:14:57 +02:00
rsn_supp Move wpa_sm_remove_pmkid() call to PMKSA cache entry freeing 2011-11-20 12:53:29 +02:00
tls Use NULL instead of 0 for pointers 2011-11-18 22:07:30 +02:00
utils Avoid possible compiler warning in os_gmtime() 2011-11-20 12:19:28 +02:00
wps Use NULL instead of 0 for pointers 2011-11-18 22:07:30 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00