Searched refs:IEEE80211_STA_NONE (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/net/mac80211/ |
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()
|
D | cfg.c | 1737 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | mac80211.c | 584 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 599 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 602 if (old_state == IEEE80211_STA_NONE && in __rtw89_ops_sta_state()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/ |
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-6.12.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
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-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 4126 if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 4165 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state_common() 4170 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 4200 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state_common() 4202 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 4227 new_state == IEEE80211_STA_NONE) in iwl_mvm_mac_sta_state_common() 4229 else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
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-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mac80211.c | 1515 new_state == IEEE80211_STA_NONE) in mt76_sta_state() 1518 if (old_state == IEEE80211_STA_NONE && in mt76_sta_state()
|
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-6.12.1/drivers/net/wireless/ath/ath9k/ |
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-6.12.1/include/net/ |
D | mac80211.h | 2299 IEEE80211_STA_NONE, enumerator
|
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 7471 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state() 7483 if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state() 7492 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state() 7594 } else if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | mac.c | 4584 if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_op_sta_state() 4597 new_state == IEEE80211_STA_NONE) { in ath12k_mac_op_sta_state() 4606 } else if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_op_sta_state()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 9570 if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state() 9579 new_state == IEEE80211_STA_NONE) { in ath11k_mac_op_sta_state() 9590 } else if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state()
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | main.c | 5305 new_state == IEEE80211_STA_NONE) { in wl12xx_update_sta_state()
|