Home
last modified time | relevance | path

Searched refs:GUpdateStationKeys (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c478 if (sm->GUpdateStationKeys) { in wpa_free_sta_sm()
480 sm->GUpdateStationKeys = FALSE; in wpa_free_sta_sm()
1289 if (sm->GUpdateStationKeys) { in wpa_auth_sm_event()
1295 sm->GUpdateStationKeys = FALSE; in wpa_auth_sm_event()
1345 if (sm->GUpdateStationKeys) in SM_STATE()
1347 sm->GUpdateStationKeys = FALSE; in SM_STATE()
2192 if (sm->GUpdateStationKeys) in SM_STATE()
2194 sm->GUpdateStationKeys = FALSE; in SM_STATE()
2204 if (sm->GUpdateStationKeys) in SM_STATE()
2206 sm->GUpdateStationKeys = FALSE; in SM_STATE()
[all …]
Dwpa_auth_i.h58 Boolean GUpdateStationKeys; member