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()
175 sta->mesh->plink_state != NL80211_PLINK_ESTAB) in mesh_set_ht_prot_mode()
368 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in __mesh_plink_deactivate()
370 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in __mesh_plink_deactivate()
431 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB && in mesh_sta_info_init()
518 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
623 sta->mesh->plink_state == NL80211_PLINK_LISTEN && in mesh_neighbour_update()
664 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
670 if (sta->mesh->plink_state == NL80211_PLINK_LISTEN || in mesh_plink_timer()
671 sta->mesh->plink_state == NL80211_PLINK_ESTAB) { in mesh_plink_timer()
674 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
681 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
685 switch (sta->mesh->plink_state) { in mesh_plink_timer()
709 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_timer()
776 if (sta->mesh->plink_state != NL80211_PLINK_LISTEN && in mesh_plink_open()
777 sta->mesh->plink_state != NL80211_PLINK_BLOCKED) { in mesh_plink_open()
781 sta->mesh->plink_state = NL80211_PLINK_OPN_SNT; in mesh_plink_open()
802 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in mesh_plink_block()
818 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_close()
829 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
857 mplstates[sta->mesh->plink_state], mplevents[event]); in mesh_plink_fsm()
860 switch (sta->mesh->plink_state) { in mesh_plink_fsm()
867 sta->mesh->plink_state = NL80211_PLINK_OPN_RCVD; in mesh_plink_fsm()
890 sta->mesh->plink_state = NL80211_PLINK_OPN_RCVD; in mesh_plink_fsm()
894 sta->mesh->plink_state = NL80211_PLINK_CNF_RCVD; in mesh_plink_fsm()
1046 if (sta->mesh->plink_state == NL80211_PLINK_BLOCKED) in mesh_plink_get_event()
1071 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in mesh_plink_get_event()