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.c49 [PLINK_OPN_SNT] = "OPN_SNT",
428 case PLINK_OPN_SNT: in plink_timer()
562 if ((PLINK_OPN_SNT <= sta->plink_state && in mesh_mpm_connect_peer()
571 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in mesh_mpm_connect_peer()
634 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in mesh_mpm_auth_peer()
788 if (sta->plink_state < PLINK_OPN_SNT || in wpa_mesh_new_mesh_peer()
790 mesh_mpm_plink_open(wpa_s, sta, PLINK_OPN_SNT); in wpa_mesh_new_mesh_peer()
896 case PLINK_OPN_SNT: in mesh_mpm_fsm()
/external/wpa_supplicant_8/src/common/
Ddefs.h362 PLINK_OPN_SNT, enumerator
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c4209 case PLINK_OPN_SNT: in sta_plink_state_nl80211()