Home
last modified time | relevance | path

Searched refs:IEEE80211_STA_NONE (Results 1 – 9 of 9) 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_part2()
H A Dcfg.c1992 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
H A Dmlme.c4262 sta_info_move_state(ap_sta, IEEE80211_STA_NONE); in ieee80211_set_disassoc()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c1748 new_state == IEEE80211_STA_NONE) { in iwl_mld_move_sta_state_up()
1791 } else if (old_state == IEEE80211_STA_NONE && in iwl_mld_move_sta_state_up()
1913 new_state == IEEE80211_STA_NONE) { in iwl_mld_move_sta_state_down()
1915 } else if (old_state == IEEE80211_STA_NONE && in iwl_mld_move_sta_state_down()
/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.h2471 IEEE80211_STA_NONE, enumerator
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c7224 if ((old_state == IEEE80211_STA_NONE && in ath12k_mac_handle_link_sta_state()
7236 new_state == IEEE80211_STA_NONE) { in ath12k_mac_handle_link_sta_state()
7655 new_state == IEEE80211_STA_NONE) { in ath12k_mac_op_sta_state()
7765 new_state == IEEE80211_STA_NONE) in ath12k_mac_op_sta_state()
7795 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()