Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dwpa_auth.c418 if (sm->GUpdateStationKeys) { in wpa_free_sta_sm()
420 sm->GUpdateStationKeys = FALSE; in wpa_free_sta_sm()
1243 if (sm->GUpdateStationKeys) { in wpa_auth_sm_event()
1249 sm->GUpdateStationKeys = FALSE; in wpa_auth_sm_event()
1299 if (sm->GUpdateStationKeys) in SM_STATE()
1301 sm->GUpdateStationKeys = FALSE; in SM_STATE()
2042 if (sm->GUpdateStationKeys) in SM_STATE()
2044 sm->GUpdateStationKeys = FALSE; in SM_STATE()
2054 if (sm->GUpdateStationKeys) in SM_STATE()
2056 sm->GUpdateStationKeys = FALSE; in SM_STATE()
[all …]
Dwpa_auth_i.h57 Boolean GUpdateStationKeys; member