/openbmc/linux/net/mac80211/ |
H A D | sta_info.c | 418 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free() 599 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc() 1297 case IEEE80211_STA_NONE: in _sta_info_move_state() 1302 if (sta->sta_state != IEEE80211_STA_NONE && in _sta_info_move_state() 1336 case IEEE80211_STA_NONE: in _sta_info_move_state() 1341 if (sta->sta_state == IEEE80211_STA_NONE) { in _sta_info_move_state() 1458 while (sta->sta_state > IEEE80211_STA_NONE) { in __sta_info_destroy_part2() 1467 ret = drv_sta_state(local, sdata, sta, IEEE80211_STA_NONE, in __sta_info_destroy_part2()
|
H A D | cfg.c | 1721 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac80211.c | 547 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 562 new_state == IEEE80211_STA_NONE) in __rtw89_ops_sta_state() 565 if (old_state == IEEE80211_STA_NONE && in __rtw89_ops_sta_state()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H 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()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 3907 if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 3945 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state_common() 3950 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 3980 new_state == IEEE80211_STA_NONE) { in iwl_mvm_mac_sta_state_common() 3982 } else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common() 4007 new_state == IEEE80211_STA_NONE) in iwl_mvm_mac_sta_state_common() 4009 else if (old_state == IEEE80211_STA_NONE && in iwl_mvm_mac_sta_state_common()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | main.c | 879 IEEE80211_STA_NONE); in mt7615_sta_add() 886 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7615_sta_remove()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | main.c | 810 IEEE80211_STA_NONE); in mt7996_sta_add() 817 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7996_sta_remove()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 1463 new_state == IEEE80211_STA_NONE) in mt76_sta_state() 1471 if (old_state == IEEE80211_STA_NONE && in mt76_sta_state()
|
H A D | mt76_connac_mcu.c | 1904 (old_state == IEEE80211_STA_NONE && in mt76_connac_sta_state_dp() 1909 new_state == IEEE80211_STA_NONE) || in mt76_connac_sta_state_dp()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | main.c | 887 IEEE80211_STA_NONE); in mt7915_sta_add() 894 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7915_sta_remove()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H 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()
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 2161 IEEE80211_STA_NONE, enumerator
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 7470 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state() 7482 if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state() 7491 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state() 7593 } else if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 3760 if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_op_sta_state() 3767 new_state == IEEE80211_STA_NONE) { in ath12k_mac_op_sta_state() 3776 } else if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_op_sta_state()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 5034 if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state() 5043 new_state == IEEE80211_STA_NONE) { in ath11k_mac_op_sta_state() 5054 } else if ((old_state == IEEE80211_STA_NONE && in ath11k_mac_op_sta_state()
|