Home
last modified time | relevance | path

Searched refs:PInitAKeys (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_i.h74 Boolean PInitAKeys; /* WPA only, not in IEEE 802.11i */ member
Dwpa_auth.c1874 sm->PInitAKeys = FALSE; in SM_STATE()
3389 sm->PInitAKeys = TRUE; in SM_STATE()
3567 sm->PInitAKeys = FALSE; in SM_STATE()
3719 (sm->wpa == WPA_VERSION_WPA && sm->PInitAKeys)) in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_i.h76 bool PInitAKeys; /* WPA only, not in IEEE 802.11i */ member
Dwpa_auth.c1956 sm->PInitAKeys = false; in SM_STATE()
3700 sm->PInitAKeys = true; in SM_STATE()
3882 sm->PInitAKeys = false; in SM_STATE()
4041 (sm->wpa == WPA_VERSION_WPA && sm->PInitAKeys)) in SM_STEP()