Home
last modified time | relevance | path

Searched refs:PLINK_OPN_SNT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c51 [PLINK_OPN_SNT] = "OPN_SNT",
502 case PLINK_OPN_SNT: in plink_timer()
642 if ((PLINK_OPN_SNT <= sta->plink_state && in mesh_mpm_connect_peer()
651 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in mesh_mpm_connect_peer()
715 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in mesh_mpm_auth_peer()
887 if (sta->plink_state < PLINK_OPN_SNT || in wpa_mesh_new_mesh_peer()
889 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in wpa_mesh_new_mesh_peer()
995 case PLINK_OPN_SNT: in mesh_mpm_fsm()
/freebsd/contrib/wpa/src/common/
H A Ddefs.h408 PLINK_OPN_SNT, enumerator
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c5554 case PLINK_OPN_SNT: in sta_plink_state_nl80211()