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.c50 [PLINK_OPN_SNT] = "OPN_SNT",
479 case PLINK_OPN_SNT: in plink_timer()
616 if ((PLINK_OPN_SNT <= sta->plink_state && in mesh_mpm_connect_peer()
625 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in mesh_mpm_connect_peer()
688 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in mesh_mpm_auth_peer()
849 if (sta->plink_state < PLINK_OPN_SNT || in wpa_mesh_new_mesh_peer()
851 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in wpa_mesh_new_mesh_peer()
960 case PLINK_OPN_SNT: in mesh_mpm_fsm()
/freebsd/contrib/wpa/src/common/
H A Ddefs.h384 PLINK_OPN_SNT, enumerator
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c5039 case PLINK_OPN_SNT: in sta_plink_state_nl80211()