/linux-6.3-rc2/Documentation/networking/ |
A D | mac80211-auth-assoc-deauth.txt | 17 mac80211->driver: sta_state(AP, not-exists) 28 mac80211->driver: sta_state(AP, exists) 43 mac80211->driver: sta_state(AP, authenticated) 56 mac80211->driver: sta_state(AP, exists) 57 mac80211->driver: sta_state(AP, authenticated) 62 mac80211->driver: sta_state(AP, associated) 65 mac80211->driver: sta_state(AP, authorized) 81 mac80211->driver: sta_state(AP, authorized) 88 mac80211->driver: sta_state(AP,associated) 90 mac80211->driver: sta_state(AP,exists) [all …]
|
/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() 861 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish() 2247 if (sta->sta_state == new_state) in sta_info_move_state() 2254 if (sta->sta_state != IEEE80211_STA_AUTH) in sta_info_move_state() 2258 if (sta->sta_state != IEEE80211_STA_NONE && in sta_info_move_state() 2259 sta->sta_state != IEEE80211_STA_ASSOC) in sta_info_move_state() 2268 if (sta->sta_state != IEEE80211_STA_ASSOC) in sta_info_move_state() 2285 sta->sta_state, new_state); in sta_info_move_state() 2294 if (sta->sta_state == IEEE80211_STA_AUTH) in sta_info_move_state() [all …]
|
A D | driver-ops.c | 124 if (local->ops->sta_state) { in drv_sta_state() 125 ret = local->ops->sta_state(&local->hw, &sdata->vif, &sta->sta, in drv_sta_state()
|
A D | ethtool.c | 119 data[i++] = sta->sta_state; in ieee80211_get_stats()
|
A D | mesh_ps.c | 237 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
|
A D | sta_info.h | 677 enum ieee80211_sta_state sta_state; member
|
A D | ibss.c | 1266 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire() 1270 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
|
A D | main.c | 636 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x2/ |
A D | usb_main.c | 111 .sta_state = mt76_sta_state,
|
A D | pci_main.c | 143 .sta_state = mt76_sta_state,
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | sta.h | 390 enum ieee80211_sta_state sta_state; member
|
A D | tx.c | 331 sta ? iwl_mvm_sta_from_mac80211(sta)->sta_state : -1); in iwl_mvm_get_tx_rate() 405 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_cmd_rate() 535 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_params() 1693 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) in iwl_mvm_rx_tx_cmd_single()
|
A D | ops.c | 1672 else if (mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change() 1696 if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change()
|
A D | rs.c | 601 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED && in rs_tl_turn_on_agg() 2552 u32 bw = mvmsta->sta_state < IEEE80211_STA_AUTHORIZED ? in rs_get_initial_rate()
|
A D | mac80211.c | 3296 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state() 5574 .sta_state = iwl_mvm_mac_sta_state,
|
A D | sta.c | 184 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x0/ |
A D | pci.c | 70 .sta_state = mt76_sta_state,
|
A D | usb.c | 129 .sta_state = mt76_sta_state,
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7603/ |
A D | main.c | 709 .sta_state = mt76_sta_state,
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | mac80211.c | 998 .sta_state = rtw89_ops_sta_state,
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | mt76_connac_mcu.c | 830 u8 rcpi, u8 sta_state) in mt76_connac_mcu_sta_tlv() argument 877 sta_state == MT76_STA_INFO_STATE_ASSOC) { in mt76_connac_mcu_sta_tlv() 916 state->state = sta_state; in mt76_connac_mcu_sta_tlv()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | mac80211.c | 1595 .sta_state = iwlagn_mac_sta_state,
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/ |
A D | main.c | 1784 .sta_state = mt7921_sta_state,
|
/linux-6.3-rc2/include/net/ |
A D | mac80211.h | 4336 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | main.c | 2782 .sta_state = ath9k_sta_state,
|