Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/ap/
HDwpa_auth.c526 if (group->wpa_group_state == WPA_GROUP_FATAL_FAILURE) in wpa_init_keys()
608 if (wpa_auth->group->wpa_group_state == WPA_GROUP_FATAL_FAILURE) in wpa_auth_sta_init()
3074 if (gsm->wpa_group_state != WPA_GROUP_SETKEYSDONE || in ieee80211w_kde_add()
3562 if (gsm->wpa_group_state == WPA_GROUP_SETKEYSDONE) in SM_STATE()
3774 group->wpa_group_state = WPA_GROUP_GTK_INIT; in wpa_group_gtk_init()
3913 group->wpa_group_state = WPA_GROUP_SETKEYS; in wpa_group_setkeys()
3989 group->wpa_group_state = WPA_GROUP_FATAL_FAILURE; in wpa_group_fatal_failure()
4000 group->wpa_group_state = WPA_GROUP_SETKEYSDONE; in wpa_group_setkeysdone()
4016 } else if (group->wpa_group_state == WPA_GROUP_FATAL_FAILURE) { in wpa_group_sm_step()
4018 } else if (group->wpa_group_state == WPA_GROUP_GTK_INIT && in wpa_group_sm_step()
[all …]
HDwpa_auth_i.h185 } wpa_group_state; member