Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c50 [PLINK_OPN_SNT] = "OPN_SNT",
472 case PLINK_OPN_SNT: in plink_timer()
609 if ((PLINK_OPN_SNT <= sta->plink_state && in mesh_mpm_connect_peer()
618 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in mesh_mpm_connect_peer()
681 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in mesh_mpm_auth_peer()
840 if (sta->plink_state < PLINK_OPN_SNT || in wpa_mesh_new_mesh_peer()
842 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in wpa_mesh_new_mesh_peer()
951 case PLINK_OPN_SNT: in mesh_mpm_fsm()
/external/wpa_supplicant_8/src/common/
Ddefs.h384 PLINK_OPN_SNT, enumerator
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c5106 case PLINK_OPN_SNT: in sta_plink_state_nl80211()