Lines Matching refs:plink_state
78 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in mesh_plink_fsm_restart()
124 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
174 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
366 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
368 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in __mesh_plink_deactivate()
429 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in mesh_sta_info_init()
513 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
618 sta->mesh->plink_state == NL80211_PLINK_LISTEN && in mesh_neighbour_update()
659 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
665 if (sta->mesh->plink_state == NL80211_PLINK_LISTEN || in mesh_plink_timer()
666 sta->mesh->plink_state == NL80211_PLINK_ESTAB) { in mesh_plink_timer()
669 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
676 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
680 switch (sta->mesh->plink_state) { in mesh_plink_timer()
704 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_timer()
771 if (sta->mesh->plink_state != NL80211_PLINK_LISTEN && in mesh_plink_open()
772 sta->mesh->plink_state != NL80211_PLINK_BLOCKED) { in mesh_plink_open()
776 sta->mesh->plink_state = NL80211_PLINK_OPN_SNT; in mesh_plink_open()
797 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in mesh_plink_block()
813 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_close()
824 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
852 mplstates[sta->mesh->plink_state], mplevents[event]); in mesh_plink_fsm()
855 switch (sta->mesh->plink_state) { in mesh_plink_fsm()
862 sta->mesh->plink_state = NL80211_PLINK_OPN_RCVD; in mesh_plink_fsm()
885 sta->mesh->plink_state = NL80211_PLINK_OPN_RCVD; in mesh_plink_fsm()
889 sta->mesh->plink_state = NL80211_PLINK_CNF_RCVD; in mesh_plink_fsm()
1041 if (sta->mesh->plink_state == NL80211_PLINK_BLOCKED) in mesh_plink_get_event()
1066 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in mesh_plink_get_event()