Home
last modified time | relevance | path

Searched refs:IEEE80211_STA_NONE (Results 1 – 12 of 12) sorted by relevance

/linux/net/mac80211/
H A Dsta_info.c483 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free()
680 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc()
1386 case IEEE80211_STA_NONE: in _sta_info_move_state()
1391 if (sta->sta_state != IEEE80211_STA_NONE && in _sta_info_move_state()
1429 case IEEE80211_STA_NONE: in _sta_info_move_state()
1434 if (sta->sta_state == IEEE80211_STA_NONE) { in _sta_info_move_state()
1565 while (sta->sta_state > IEEE80211_STA_NONE) { in __sta_info_destroy_part2()
1578 ret = drv_sta_state(local, sdata, sta, IEEE80211_STA_NONE, in __sta_info_destroy()
H A Dcfg.c1992 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
H A Dmlme.c4253 sta_info_move_state(ap_sta, IEEE80211_STA_NONE); in ieee80211_set_disassoc()
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dutils.c316 for (enum ieee80211_sta_state _state = IEEE80211_STA_NONE; in iwlmld_kunit_setup_sta()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c842 new_state == IEEE80211_STA_NONE) in iwlagn_mac_sta_state()
844 else if (old_state == IEEE80211_STA_NONE && in iwlagn_mac_sta_state()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c867 IEEE80211_STA_NONE); in mt7615_sta_add()
874 return mt76_sta_state(hw, vif, sta, IEEE80211_STA_NONE, in mt7615_sta_remove()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c1654 new_state == IEEE80211_STA_NONE) in mt76_sta_state()
1657 if (old_state == IEEE80211_STA_NONE && in mt76_sta_state()
/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c1655 new_state == IEEE80211_STA_NONE) { in ath9k_sta_state()
1659 } else if (old_state == IEEE80211_STA_NONE && in ath9k_sta_state()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c7507 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state()
7519 if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state()
7528 new_state == IEEE80211_STA_NONE) { in ath10k_sta_state()
7629 } else if ((old_state == IEEE80211_STA_NONE && in ath10k_sta_state()
/linux/include/net/
H A Dmac80211.h2463 * @IEEE80211_STA_NONE: station exists without special state
2471 IEEE80211_STA_NONE,
2368 IEEE80211_STA_NONE, global() enumerator
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c7220 if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_handle_link_sta_state()
7232 new_state == IEEE80211_STA_NONE) { in ath12k_mac_handle_link_sta_state()
7651 new_state == IEEE80211_STA_NONE) { in ath12k_mac_op_sta_state()
7761 new_state == IEEE80211_STA_NONE) in ath12k_mac_op_sta_state()
7791 if (old_state == IEEE80211_STA_NONE && in ath12k_mac_op_sta_state()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c5288 new_state == IEEE80211_STA_NONE) { in wl12xx_update_sta_state()