Lines Matching refs:plink_state
204 sta->plink_state = PLINK_IDLE; in mesh_mpm_init_link()
462 MAC2STR(sta->addr), mplstate[sta->plink_state], in wpa_mesh_set_plink_state()
464 sta->plink_state = state; in wpa_mesh_set_plink_state()
468 params.plink_state = state; in wpa_mesh_set_plink_state()
500 switch (sta->plink_state) { in plink_timer()
566 if (sta->plink_state == PLINK_ESTAB) { in mesh_mpm_plink_close()
642 if ((PLINK_OPN_SNT <= sta->plink_state && in mesh_mpm_connect_peer()
643 sta->plink_state <= PLINK_ESTAB) || in mesh_mpm_connect_peer()
808 params.plink_state = sta->plink_state; in mesh_mpm_add_peer()
887 if (sta->plink_state < PLINK_OPN_SNT || in wpa_mesh_new_mesh_peer()
888 sta->plink_state > PLINK_ESTAB) in wpa_mesh_new_mesh_peer()
973 MAC2STR(sta->addr), mplstate[sta->plink_state], in mesh_mpm_fsm()
976 switch (sta->plink_state) { in mesh_mpm_fsm()
1148 mplevent[event], mplstate[sta->plink_state]); in mesh_mpm_fsm()
1345 if (sta->plink_state == PLINK_BLOCKED) { in mesh_mpm_action_rx()
1390 if (sta->plink_state == PLINK_ESTAB) in mesh_mpm_action_rx()
1432 if (sta->plink_state == PLINK_ESTAB) { in mesh_mpm_free_sta()