Home
last modified time | relevance | path

Searched refs:IEEE80211_STA_ASSOC (Results 1 – 12 of 12) sorted by relevance

/linux/net/mac80211/
H A Docb.c99 sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ocb_finish_sta()
H A Ddriver-ops.c154 new_state == IEEE80211_STA_ASSOC) { in drv_sta_state()
161 } else if (old_state == IEEE80211_STA_ASSOC && in drv_sta_state()
H A Dsta_info.c943 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish()
1392 sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state()
1395 case IEEE80211_STA_ASSOC: in _sta_info_move_state()
1401 if (sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state()
1436 } else if (sta->sta_state == IEEE80211_STA_ASSOC) { in _sta_info_move_state()
1445 case IEEE80211_STA_ASSOC: in _sta_info_move_state()
1482 if (sta->sta_state == IEEE80211_STA_ASSOC) { in _sta_info_move_state()
1550 ret = _sta_info_move_state(sta, IEEE80211_STA_ASSOC, recalc); in __sta_info_destroy_part2()
H A Dcfg.c1965 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
1974 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
H A Dmlme.c6620 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c1796 new_state == IEEE80211_STA_ASSOC) { in iwl_mld_move_sta_state_up()
1824 } else if (old_state == IEEE80211_STA_ASSOC && in iwl_mld_move_sta_state_up()
1876 new_state == IEEE80211_STA_ASSOC) { in iwl_mld_move_sta_state_down()
1901 } else if (old_state == IEEE80211_STA_ASSOC && in iwl_mld_move_sta_state_down()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c5209 new_state == IEEE80211_STA_ASSOC) { in wl12xx_update_sta_state()
5221 old_state == IEEE80211_STA_ASSOC && in wl12xx_update_sta_state()
5258 new_state == IEEE80211_STA_ASSOC) { in wl12xx_update_sta_state()
5265 old_state == IEEE80211_STA_ASSOC && in wl12xx_update_sta_state()
5274 new_state == IEEE80211_STA_ASSOC) { in wl12xx_update_sta_state()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c7242 new_state == IEEE80211_STA_ASSOC && in ath12k_mac_handle_link_sta_state()
7254 } else if (old_state == IEEE80211_STA_ASSOC && in ath12k_mac_handle_link_sta_state()
7277 new_state == IEEE80211_STA_ASSOC) { in ath12k_mac_handle_link_sta_state()
7283 } else if (old_state == IEEE80211_STA_ASSOC && in ath12k_mac_handle_link_sta_state()
7722 old_state == IEEE80211_STA_AUTH && new_state == IEEE80211_STA_ASSOC) { in ath12k_mac_op_sta_state()
7769 old_state == IEEE80211_STA_ASSOC && new_state == IEEE80211_STA_AUTHORIZED) { in ath12k_mac_op_sta_state()
/linux/include/net/
H A Dmac80211.h2473 IEEE80211_STA_ASSOC, enumerator
/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c1668 if (old_state == IEEE80211_STA_ASSOC && in ath9k_sta_state()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c7696 new_state == IEEE80211_STA_ASSOC && in ath10k_sta_state()
7710 } else if (old_state == IEEE80211_STA_ASSOC && in ath10k_sta_state()
7731 } else if (old_state == IEEE80211_STA_ASSOC && in ath10k_sta_state()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c224 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()