Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Drc.c478 if (old_state < new_state && new_state == IEEE80211_STA_ASSOC) { in mm81x_rc_sta_state_check()
481 } else if (old_state > new_state && (old_state == IEEE80211_STA_ASSOC || in mm81x_rc_sta_state_check()
H A Dmac.c1688 if (new_state > old_state && new_state == IEEE80211_STA_ASSOC) { in mm81x_mac_ops_sta_state()
/linux/net/mac80211/
H A Dsta_info.c966 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish()
1415 sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state()
1418 case IEEE80211_STA_ASSOC: in _sta_info_move_state()
1424 if (sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state()
1459 } else if (sta->sta_state == IEEE80211_STA_ASSOC) { in _sta_info_move_state()
1468 case IEEE80211_STA_ASSOC: in _sta_info_move_state()
1505 if (sta->sta_state == IEEE80211_STA_ASSOC) { in _sta_info_move_state()
1573 ret = _sta_info_move_state(sta, IEEE80211_STA_ASSOC, recalc); in __sta_info_destroy_part2()
H A Dibss.c552 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta()
H A Dcfg.c2155 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
2164 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
H A Dmlme.c7152 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c1825 new_state == IEEE80211_STA_ASSOC) { in iwl_mld_move_sta_state_up()
1853 } else if (old_state == IEEE80211_STA_ASSOC && in iwl_mld_move_sta_state_up()
1904 new_state == IEEE80211_STA_ASSOC) { in iwl_mld_move_sta_state_down()
1928 } else if (old_state == IEEE80211_STA_ASSOC && in iwl_mld_move_sta_state_down()
H A Dsta.c508 if (mld_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mld_add_modify_sta_cmd()
734 if (mld_sta->sta_state == IEEE80211_STA_ASSOC) in iwl_mld_update_all_link_stations()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c1692 new_state == IEEE80211_STA_ASSOC) in mt76_sta_state()
1694 else if (old_state == IEEE80211_STA_ASSOC && in mt76_sta_state()
1697 else if (old_state == IEEE80211_STA_ASSOC && in mt76_sta_state()
H A Dmt76_connac_mcu.c2077 if ((old_state == IEEE80211_STA_ASSOC && in mt76_connac_sta_state_dp()
2086 new_state == IEEE80211_STA_ASSOC)) in mt76_connac_sta_state_dp()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c1489 new_state == IEEE80211_STA_ASSOC) { in mt7996_sta_state()
1492 } else if (old_state == IEEE80211_STA_ASSOC && in mt7996_sta_state()
1495 } else if (old_state == IEEE80211_STA_ASSOC && in mt7996_sta_state()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c952 new_state == IEEE80211_STA_ASSOC) { in __rtw89_ops_sta_state()
958 if (old_state == IEEE80211_STA_ASSOC && in __rtw89_ops_sta_state()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c5220 new_state == IEEE80211_STA_ASSOC) { in wl12xx_update_sta_state()
5232 old_state == IEEE80211_STA_ASSOC && in wl12xx_update_sta_state()
5269 new_state == IEEE80211_STA_ASSOC) { in wl12xx_update_sta_state()
5276 old_state == IEEE80211_STA_ASSOC && in wl12xx_update_sta_state()
5285 new_state == IEEE80211_STA_ASSOC) { in wl12xx_update_sta_state()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c4035 new_state == IEEE80211_STA_ASSOC) { in iwl_mvm_mac_sta_state_common()
4038 } else if (old_state == IEEE80211_STA_ASSOC && in iwl_mvm_mac_sta_state_common()
4044 new_state == IEEE80211_STA_ASSOC) { in iwl_mvm_mac_sta_state_common()
4047 } else if (old_state == IEEE80211_STA_ASSOC && in iwl_mvm_mac_sta_state_common()
H A Dsta.c224 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c7371 new_state == IEEE80211_STA_ASSOC && in ath12k_mac_handle_link_sta_state()
7383 } else if (old_state == IEEE80211_STA_ASSOC && in ath12k_mac_handle_link_sta_state()
7406 new_state == IEEE80211_STA_ASSOC) { in ath12k_mac_handle_link_sta_state()
7412 } else if (old_state == IEEE80211_STA_ASSOC && in ath12k_mac_handle_link_sta_state()
7859 old_state == IEEE80211_STA_AUTH && new_state == IEEE80211_STA_ASSOC) { in ath12k_mac_op_sta_state()
7906 old_state == IEEE80211_STA_ASSOC && new_state == IEEE80211_STA_AUTHORIZED) { in ath12k_mac_op_sta_state()
/linux/include/net/
H A Dmac80211.h2524 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()