Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c974 sm->wpa_ptk_state = WPA_PTK_PTKINITDONE;
985 sm->wpa_ptk_state = WPA_PTK_PTKINITDONE;
1471 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING &&
1493 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING &&
1510 sm->wpa_ptk_state == WPA_PTK_PTKINITNEGOTIATING) {
1681 if (sm->wpa_ptk_state != WPA_PTK_PTKSTART &&
1682 sm->wpa_ptk_state != WPA_PTK_PTKCALCNEGOTIATING &&
1684 sm->wpa_ptk_state != WPA_PTK_PTKINITNEGOTIATING)) {
1688 sm->wpa_ptk_state);
1711 if (sm->wpa_ptk_state != WPA_PTK_PTKINITNEGOTIATING ||
[all …]
H A Dwpa_auth_i.h33 } wpa_ptk_state; member