Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
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()
/netbsd/src/external/bsd/wpa/dist/src/common/
Ddefs.h408 PLINK_OPN_SNT, enumerator
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver_nl80211.c5554 case PLINK_OPN_SNT: in sta_plink_state_nl80211()