Searched refs:plink_state (Results 1 – 7 of 7) sorted by relevance
203 sta->plink_state = PLINK_LISTEN; in mesh_mpm_init_link()389 MAC2STR(sta->addr), mplstate[sta->plink_state], in wpa_mesh_set_plink_state()391 sta->plink_state = state; in wpa_mesh_set_plink_state()395 params.plink_state = state; in wpa_mesh_set_plink_state()425 switch (sta->plink_state) { in plink_timer()561 if ((PLINK_OPEN_SENT <= sta->plink_state && in mesh_mpm_connect_peer()562 sta->plink_state <= PLINK_ESTAB) || in mesh_mpm_connect_peer()692 params.plink_state = sta->plink_state; in mesh_mpm_add_peer()764 if (sta->plink_state < PLINK_OPEN_SENT || in wpa_mesh_new_mesh_peer()765 sta->plink_state > PLINK_ESTAB) in wpa_mesh_new_mesh_peer()[all …]
16 enum plink_state { enum
79 enum mesh_plink_state plink_state; member
1120 sta->plink_state == PLINK_BLOCKED) { in handle_auth()
1412 enum mesh_plink_state plink_state; member
4025 if (params->plink_state && in wpa_driver_nl80211_sta_add()4027 sta_plink_state_nl80211(params->plink_state))) in wpa_driver_nl80211_sta_add()