| /Linux-v6.6/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-v6.6/net/mac80211/ |
| D | sta_info.c | 415 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free() 420 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free() 596 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc() 755 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) { in sta_info_insert_drv_state() 862 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish() 1284 if (sta->sta_state == new_state) in _sta_info_move_state() 1291 if (sta->sta_state != IEEE80211_STA_AUTH) in _sta_info_move_state() 1295 if (sta->sta_state != IEEE80211_STA_NONE && in _sta_info_move_state() 1296 sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state() 1300 if (sta->sta_state != IEEE80211_STA_AUTH && in _sta_info_move_state() [all …]
|
| D | driver-ops.c | 125 if (local->ops->sta_state) { in drv_sta_state() 126 ret = local->ops->sta_state(&local->hw, &sdata->vif, &sta->sta, in drv_sta_state()
|
| D | ethtool.c | 119 data[i++] = sta->sta_state; in ieee80211_get_stats()
|
| D | mesh_ps.c | 238 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
|
| D | sta_info.h | 682 enum ieee80211_sta_state sta_state; member
|
| D | ibss.c | 1270 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire() 1274 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
|
| D | main.c | 638 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
|
| /Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | usb_main.c | 111 .sta_state = mt76_sta_state,
|
| D | pci_main.c | 143 .sta_state = mt76_sta_state,
|
| /Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| D | pci.c | 70 .sta_state = mt76_sta_state,
|
| D | usb.c | 129 .sta_state = mt76_sta_state,
|
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | sta.h | 414 enum ieee80211_sta_state sta_state; member
|
| D | tx.c | 338 sta ? iwl_mvm_sta_from_mac80211(sta)->sta_state : -1); in iwl_mvm_get_tx_rate() 414 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_cmd_rate() 544 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_params() 1749 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) in iwl_mvm_rx_tx_cmd_single()
|
| D | mld-sta.c | 453 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_mld_cfg_sta() 458 (sta->mfp || mvm_sta->sta_state < IEEE80211_STA_AUTHORIZED)) in iwl_mvm_mld_cfg_sta()
|
| D | ops.c | 1718 else if (mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change() 1745 if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) { in iwl_mvm_queue_state_change()
|
| D | mld-mac80211.c | 1146 .sta_state = iwl_mvm_mld_mac_sta_state,
|
| D | rs.c | 601 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED && in rs_tl_turn_on_agg() 2555 u32 bw = mvmsta->sta_state < IEEE80211_STA_AUTHORIZED ? in rs_get_initial_rate()
|
| D | mac80211.c | 3891 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state_common() 6216 .sta_state = iwl_mvm_mac_sta_state,
|
| /Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7603/ |
| D | main.c | 712 .sta_state = mt76_sta_state,
|
| /Linux-v6.6/drivers/net/wireless/mediatek/mt76/ |
| 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-v6.6/drivers/net/wireless/realtek/rtw89/ |
| D | mac80211.c | 1099 .sta_state = rtw89_ops_sta_state,
|
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | mac80211.c | 1595 .sta_state = iwlagn_mac_sta_state,
|
| /Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
| D | main.c | 1327 .sta_state = mt7921_sta_state,
|
| /Linux-v6.6/include/net/ |
| D | mac80211.h | 4379 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|