| /Linux-v5.4/Documentation/networking/ |
| 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) 89 mac80211->driver: sta_state(AP,authenticated) [all …]
|
| /Linux-v5.4/net/mac80211/ |
| D | sta_info.c | 362 sta->sta_state = IEEE80211_STA_NONE; in sta_info_alloc() 538 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) { in sta_info_insert_drv_state() 640 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish() 1046 while (sta->sta_state > IEEE80211_STA_NONE) { in __sta_info_destroy_part2() 1047 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2() 1901 if (sta->sta_state == new_state) in sta_info_move_state() 1908 if (sta->sta_state != IEEE80211_STA_AUTH) in sta_info_move_state() 1912 if (sta->sta_state != IEEE80211_STA_NONE && in sta_info_move_state() 1913 sta->sta_state != IEEE80211_STA_ASSOC) in sta_info_move_state() 1917 if (sta->sta_state != IEEE80211_STA_AUTH && in sta_info_move_state() [all …]
|
| D | driver-ops.c | 122 if (local->ops->sta_state) { in drv_sta_state() 123 ret = local->ops->sta_state(&local->hw, &sdata->vif, &sta->sta, in drv_sta_state()
|
| D | pm.c | 160 state = sta->sta_state; in __ieee80211_suspend()
|
| D | ethtool.c | 115 data[i++] = sta->sta_state; in ieee80211_get_stats()
|
| D | mesh_ps.c | 234 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
|
| D | sta_info.h | 554 enum ieee80211_sta_state sta_state; member
|
| D | ibss.c | 1271 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire() 1275 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
|
| D | main.c | 521 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
|
| D | util.c | 2080 state < sta->sta_state; state++) in ieee80211_reconfig_stations() 2419 state < sta->sta_state; state++) in ieee80211_reconfig()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | usb_main.c | 109 .sta_state = mt76_sta_state,
|
| D | pci_main.c | 165 .sta_state = mt76_sta_state,
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| D | pci.c | 82 .sta_state = mt76_sta_state,
|
| D | usb.c | 128 .sta_state = mt76_sta_state,
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | sta.h | 425 enum ieee80211_sta_state sta_state; member
|
| D | tx.c | 398 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_cmd_rate() 542 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_params() 1608 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) in iwl_mvm_rx_tx_cmd_single()
|
| D | ops.c | 1120 else if (mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change() 1144 if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change()
|
| D | mac-ctxt.c | 678 if (mvmsta->sta_state == in iwl_mvm_mac_ctxt_cmd_sta()
|
| D | rs.c | 646 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED && in rs_tl_turn_on_agg() 2593 u32 bw = mvmsta->sta_state < IEEE80211_STA_AUTHORIZED ? in rs_get_initial_rate()
|
| D | mac80211.c | 3050 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state() 5022 .sta_state = iwl_mvm_mac_sta_state,
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/ |
| D | main.c | 502 .sta_state = mt76_sta_state,
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/ |
| D | main.c | 665 .sta_state = mt76_sta_state,
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | mac80211.c | 1597 .sta_state = iwlagn_mac_sta_state,
|
| /Linux-v5.4/include/net/ |
| D | mac80211.h | 3845 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | main.c | 2669 .sta_state = ath9k_sta_state,
|