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.h36 WPA_PTK_PTKINITNEGOTIATING, WPA_PTK_PTKINITDONE enumerator
Dwpa_auth.c1028 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()
1095 sm->wpa_ptk_state != WPA_PTK_PTKINITNEGOTIATING)) { in wpa_receive()
1183 if (sm->wpa_ptk_state != WPA_PTK_PTKINITNEGOTIATING || in wpa_receive()
2474 case WPA_PTK_PTKINITNEGOTIATING: in SM_STEP()