Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c607 sm->wpa_ptk_state = WPA_PTK_PTKINITDONE; in wpa_auth_sta_associated()
1028 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING && in wpa_receive()
1052 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING && in wpa_receive()
1068 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING) { in wpa_receive()
1092 if (sm->wpa_ptk_state != WPA_PTK_PTKSTART && in wpa_receive()
1093 sm->wpa_ptk_state != WPA_PTK_PTKCALCNEGOTIATING && in wpa_receive()
1095 sm->wpa_ptk_state != WPA_PTK_PTKINITNEGOTIATING)) { in wpa_receive()
1099 sm->wpa_ptk_state); in wpa_receive()
1183 if (sm->wpa_ptk_state != WPA_PTK_PTKINITNEGOTIATING || in wpa_receive()
1188 sm->wpa_ptk_state); in wpa_receive()
[all …]
Dwpa_auth_i.h37 } wpa_ptk_state; member