Searched refs:IEEE80211_STA_NONE (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/net/mac80211/ |
A D | sta_info.c | 414 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free() 595 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc() 1307 while (sta->sta_state > IEEE80211_STA_NONE) { in __sta_info_destroy_part2() 1316 ret = drv_sta_state(local, sdata, sta, IEEE80211_STA_NONE, in __sta_info_destroy_part2() 2253 case IEEE80211_STA_NONE: in sta_info_move_state() 2258 if (sta->sta_state != IEEE80211_STA_NONE && in sta_info_move_state() 2293 case IEEE80211_STA_NONE: in sta_info_move_state() 2298 if (sta->sta_state == IEEE80211_STA_NONE) { in sta_info_move_state()
|
A D | cfg.c | 1640 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | mac80211.c | 504 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 519 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 522 if (old_state == IEEE80211_STA_NONE && in __rtw89_ops_sta_state()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | mac80211.c | 3278 if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state() 3299 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state() 3337 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state() 3431 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state() 3433 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state() 3456 new_state == IEEE80211_STA_NONE) in iwl_mvm_mac_sta_state() 3458 else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | main.c | 851 IEEE80211_STA_NONE); in mt7615_sta_add() 858 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7615_sta_remove()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | mac80211.c | 852 new_state == IEEE80211_STA_NONE) in iwlagn_mac_sta_state() 854 else if (old_state == IEEE80211_STA_NONE && in iwlagn_mac_sta_state()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/ |
A D | main.c | 732 IEEE80211_STA_NONE); in mt7996_sta_add() 739 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7996_sta_remove()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | main.c | 830 IEEE80211_STA_NONE); in mt7915_sta_add() 837 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7915_sta_remove()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | mac80211.c | 1441 new_state == IEEE80211_STA_NONE) in mt76_sta_state() 1449 if (old_state == IEEE80211_STA_NONE && in mt76_sta_state()
|
A D | mt76_connac_mcu.c | 1889 (old_state == IEEE80211_STA_NONE && in mt76_connac_sta_state_dp() 1894 new_state == IEEE80211_STA_NONE) || in mt76_connac_sta_state_dp()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | main.c | 1656 new_state == IEEE80211_STA_NONE) { in ath9k_sta_state() 1660 } else if (old_state == IEEE80211_STA_NONE && in ath9k_sta_state()
|
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
A D | main.c | 5143 new_state == IEEE80211_STA_NONE) { in wl12xx_update_sta_state() 5153 old_state == IEEE80211_STA_NONE && in wl12xx_update_sta_state() 5223 new_state == IEEE80211_STA_NONE) { in wl12xx_update_sta_state()
|
/linux-6.3-rc2/include/net/ |
A D | mac80211.h | 2136 IEEE80211_STA_NONE, enumerator
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | mac.c | 3449 if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_op_sta_state() 3456 new_state == IEEE80211_STA_NONE) { in ath12k_mac_op_sta_state() 3465 } else if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_op_sta_state()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | mac.c | 7468 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state() 7480 if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state() 7489 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state() 7591 } else if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | mac.c | 4627 if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state() 4636 new_state == IEEE80211_STA_NONE) { in ath11k_mac_op_sta_state() 4647 } else if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state()
|
Completed in 116 milliseconds