mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
PMKSA: Clear current cache entry on disassociation
Signed-hostap: Dan Williams <dcbw@redhat.com>
This commit is contained in:
parent
6aaac006af
commit
0639970d89
@ -2099,6 +2099,7 @@ void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid)
|
||||
void wpa_sm_notify_disassoc(struct wpa_sm *sm)
|
||||
{
|
||||
rsn_preauth_deinit(sm);
|
||||
pmksa_cache_clear_current(sm);
|
||||
if (wpa_sm_get_state(sm) == WPA_4WAY_HANDSHAKE)
|
||||
sm->dot11RSNA4WayHandshakeFailures++;
|
||||
#ifdef CONFIG_TDLS
|
||||
|
Loading…
Reference in New Issue
Block a user