Searched refs:IEEE80211_STA_NONE (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/net/mac80211/ |
D | sta_info.c | 413 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free() 592 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc() 1285 while (sta->sta_state > IEEE80211_STA_NONE) { in __sta_info_destroy_part2() 1294 ret = drv_sta_state(local, sdata, sta, IEEE80211_STA_NONE, in __sta_info_destroy_part2() 2219 case IEEE80211_STA_NONE: in sta_info_move_state() 2224 if (sta->sta_state != IEEE80211_STA_NONE && in sta_info_move_state() 2259 case IEEE80211_STA_NONE: in sta_info_move_state() 2264 if (sta->sta_state == IEEE80211_STA_NONE) { in sta_info_move_state()
|
D | cfg.c | 1605 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | mac80211.c | 489 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 504 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 507 if (old_state == IEEE80211_STA_NONE && in __rtw89_ops_sta_state()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 3138 if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state() 3159 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state() 3197 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state() 3289 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state() 3291 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state() 3314 new_state == IEEE80211_STA_NONE) in iwl_mvm_mac_sta_state() 3316 else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
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.1.9/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | main.c | 848 IEEE80211_STA_NONE); in mt7615_sta_add() 855 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7615_sta_remove()
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | main.c | 803 IEEE80211_STA_NONE); in mt7915_sta_add() 810 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7915_sta_remove()
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/ |
D | mac80211.c | 1374 new_state == IEEE80211_STA_NONE) in mt76_sta_state() 1382 if (old_state == IEEE80211_STA_NONE && in mt76_sta_state()
|
D | mt76_connac_mcu.c | 1775 (old_state == IEEE80211_STA_NONE && in mt76_connac_sta_state_dp() 1780 new_state == IEEE80211_STA_NONE) || in mt76_connac_sta_state_dp()
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
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.1.9/drivers/net/wireless/ti/wlcore/ |
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.1.9/include/net/ |
D | mac80211.h | 2080 IEEE80211_STA_NONE, enumerator
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
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.1.9/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 4583 if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state() 4592 new_state == IEEE80211_STA_NONE) { in ath11k_mac_op_sta_state() 4603 } else if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state()
|