Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth.c638 sm->wpa_ptk_state = WPA_PTK_PTKINITDONE; in wpa_auth_sta_associated()
649 sm->wpa_ptk_state = WPA_PTK_PTKINITDONE; in wpa_auth_sta_associated()
1099 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING && in wpa_receive()
1123 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING && in wpa_receive()
1139 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING) { in wpa_receive()
1172 if (sm->wpa_ptk_state != WPA_PTK_PTKSTART && in wpa_receive()
1179 sm->wpa_ptk_state); in wpa_receive()
1208 sm->wpa_ptk_state); in wpa_receive()
3416 } else switch (sm->wpa_ptk_state) { in SM_STEP()
3794 if (sm->wpa_ptk_state != WPA_PTK_PTKINITDONE) { in wpa_group_update_sta()
[all …]
H A Dwpa_auth_i.h33 } wpa_ptk_state; member