• Home
  • Raw
  • Download

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()
517 sta->mesh->plink_state = NL80211_PLINK_LISTEN; in __mesh_sta_info_alloc()
622 sta->mesh->plink_state == NL80211_PLINK_LISTEN && in mesh_neighbour_update()
663 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
669 if (sta->mesh->plink_state == NL80211_PLINK_LISTEN || in mesh_plink_timer()
670 sta->mesh->plink_state == NL80211_PLINK_ESTAB) { in mesh_plink_timer()
673 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
680 sta->sta.addr, mplstates[sta->mesh->plink_state]); in mesh_plink_timer()
684 switch (sta->mesh->plink_state) { in mesh_plink_timer()
708 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_timer()
775 if (sta->mesh->plink_state != NL80211_PLINK_LISTEN && in mesh_plink_open()
776 sta->mesh->plink_state != NL80211_PLINK_BLOCKED) { in mesh_plink_open()
780 sta->mesh->plink_state = NL80211_PLINK_OPN_SNT; in mesh_plink_open()
801 sta->mesh->plink_state = NL80211_PLINK_BLOCKED; in mesh_plink_block()
817 sta->mesh->plink_state = NL80211_PLINK_HOLDING; in mesh_plink_close()
828 sta->mesh->plink_state = NL80211_PLINK_ESTAB; in mesh_plink_establish()
856 mplstates[sta->mesh->plink_state], mplevents[event]); in mesh_plink_fsm()
859 switch (sta->mesh->plink_state) { in mesh_plink_fsm()
866 sta->mesh->plink_state = NL80211_PLINK_OPN_RCVD; in mesh_plink_fsm()
889 sta->mesh->plink_state = NL80211_PLINK_OPN_RCVD; in mesh_plink_fsm()
893 sta->mesh->plink_state = NL80211_PLINK_CNF_RCVD; in mesh_plink_fsm()
1045 if (sta->mesh->plink_state == NL80211_PLINK_BLOCKED) in mesh_plink_get_event()
1070 if (sta->mesh->plink_state == NL80211_PLINK_ESTAB) in mesh_plink_get_event()