Searched refs:IEEE80211_STA_NONE (Results 1 – 14 of 14) sorted by relevance
/linux/net/mac80211/ |
H A D | sta_info.c | 424 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free() 603 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc() 1293 case IEEE80211_STA_NONE: in _sta_info_move_state() 1298 if (sta->sta_state != IEEE80211_STA_NONE && in _sta_info_move_state() 1332 case IEEE80211_STA_NONE: in _sta_info_move_state() 1337 if (sta->sta_state == IEEE80211_STA_NONE) { in _sta_info_move_state() 1454 while (sta->sta_state > IEEE80211_STA_NONE) { in __sta_info_destroy_part2() 1463 ret = drv_sta_state(local, sdata, sta, IEEE80211_STA_NONE, in __sta_info_destroy_part2()
|
H A D | cfg.c | 1761 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac80211.c | 896 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 911 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 914 if (old_state == IEEE80211_STA_NONE && in __rtw89_ops_sta_state()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 848 new_state == IEEE80211_STA_NONE) in iwlagn_mac_sta_state() 850 else if (old_state == IEEE80211_STA_NONE && in iwlagn_mac_sta_state()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | main.c | 866 IEEE80211_STA_NONE); in mt7615_sta_add() 873 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7615_sta_remove()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 4156 if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 4195 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state_common() 4200 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 4230 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state_common() 4232 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 4257 new_state == IEEE80211_STA_NONE) in iwl_mvm_mac_sta_state_common() 4259 else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | main.c | 825 IEEE80211_STA_NONE); in mt7996_sta_add() 832 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7996_sta_remove()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 1515 new_state == IEEE80211_STA_NONE) in mt76_sta_state() 1518 if (old_state == IEEE80211_STA_NONE && in mt76_sta_state()
|
H A D | mt76_connac_mcu.c | 1934 (old_state == IEEE80211_STA_NONE && in mt76_connac_sta_state_dp() 1939 new_state == IEEE80211_STA_NONE) || in mt76_connac_sta_state_dp()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 1655 new_state == IEEE80211_STA_NONE) { in ath9k_sta_state() 1659 } else if (old_state == IEEE80211_STA_NONE && in ath9k_sta_state()
|
/linux/include/net/ |
H A D | mac80211.h | 2313 IEEE80211_STA_NONE, enumerator
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 7478 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state() 7490 if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state() 7499 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state() 7601 } else if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state()
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 9571 if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state() 9580 new_state == IEEE80211_STA_NONE) { in ath11k_mac_op_sta_state() 9591 } else if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state()
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 4935 new_state == IEEE80211_STA_NONE) { in ath12k_mac_op_sta_state() 4951 } else if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_op_sta_state()
|