Lines Matching refs:plink_state
78 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in mesh_plink_fsm_restart()
120 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_short_slot_time()
170 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
346 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
348 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in __mesh_plink_deactivate()
398 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in mesh_sta_info_init()
479 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
568 sta->mesh->plink_state == NL80211_PLINK_LISTEN && in mesh_neighbour_update()
608 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
614 if (sta->mesh->plink_state == NL80211_PLINK_LISTEN || in mesh_plink_timer()
615 sta->mesh->plink_state == NL80211_PLINK_ESTAB) { in mesh_plink_timer()
618 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
625 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
629 switch (sta->mesh->plink_state) { in mesh_plink_timer()
653 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_timer()
723 if (sta->mesh->plink_state != NL80211_PLINK_LISTEN && in mesh_plink_open()
724 sta->mesh->plink_state != NL80211_PLINK_BLOCKED) { in mesh_plink_open()
728 sta->mesh->plink_state = NL80211_PLINK_OPN_SNT; in mesh_plink_open()
749 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in mesh_plink_block()
764 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_close()
775 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
802 mplstates[sta->mesh->plink_state], mplevents[event]); in mesh_plink_fsm()
805 switch (sta->mesh->plink_state) { in mesh_plink_fsm()
812 sta->mesh->plink_state = NL80211_PLINK_OPN_RCVD; in mesh_plink_fsm()
835 sta->mesh->plink_state = NL80211_PLINK_OPN_RCVD; in mesh_plink_fsm()
839 sta->mesh->plink_state = NL80211_PLINK_CNF_RCVD; in mesh_plink_fsm()
984 if (sta->mesh->plink_state == NL80211_PLINK_BLOCKED) in mesh_plink_get_event()
1015 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in mesh_plink_get_event()