Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h32 WPA_PTK_PTKINITNEGOTIATING, WPA_PTK_PTKINITDONE enumerator
Dwpa_auth.c1158 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING && in wpa_receive()
1180 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING && in wpa_receive()
1196 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING) { in wpa_receive()
1232 sm->wpa_ptk_state != WPA_PTK_PTKINITNEGOTIATING)) { in wpa_receive()
1258 if (sm->wpa_ptk_state != WPA_PTK_PTKINITNEGOTIATING || in wpa_receive()
3804 case WPA_PTK_PTKINITNEGOTIATING: in SM_STEP()