Use SA Query procedure to recovery from AP/STA state mismatch
authorJouni Malinen <j@w1.fi>
Sun, 19 Dec 2010 09:58:00 +0000 (11:58 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 19 Dec 2010 09:58:00 +0000 (11:58 +0200)
commit7d878ca7698473c0974276c06ed33563b22347eb
treef982d48efd9be84b63c8fc35e86ad6839dd0c848
parent5efa9e2a4bc585ba3798a221d52c83d79a4659f9
Use SA Query procedure to recovery from AP/STA state mismatch

If a station received unprotected Deauthentication or Disassociation
frame with reason code 6 or 7 from the current AP, there may be a
mismatch in association state between the AP and STA. Verify whether
this is the case by using SA Query procedure. If not response is
received from the AP, deauthenticate.

This implementation is only for user space SME with
driver_nl80211.c.
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/events.c
wpa_supplicant/sme.c
wpa_supplicant/sme.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h