Home
last modified time | relevance | path

Searched refs:sta_state (Results 1 – 25 of 36) sorted by relevance

12

/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt17 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/net/mac80211/
H A Dsta_info.c424 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free()
429 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free()
603 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc()
763 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) { in sta_info_insert_drv_state()
865 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish()
1287 if (sta->sta_state == new_state) in _sta_info_move_state()
1294 if (sta->sta_state != IEEE80211_STA_AUTH) in _sta_info_move_state()
1298 if (sta->sta_state != IEEE80211_STA_NONE && in _sta_info_move_state()
1299 sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state()
1303 if (sta->sta_state ! in _sta_info_move_state()
[all...]
H A Ddriver-ops.c143 if (local->ops->sta_state) { in drv_sta_state()
144 ret = local->ops->sta_state(&local->hw, &sdata->vif, &sta->sta, in drv_sta_state()
H A Dethtool.c126 data[i++] = sta->sta_state; in ieee80211_get_stats()
H A Dmesh_ps.c242 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
H A Dsta_info.h681 enum ieee80211_sta_state sta_state; member
H A Dibss.c1244 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire()
1248 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
H A Dmain.c782 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb_main.c100 .sta_state = mt76_sta_state,
H A Dpci_main.c136 .sta_state = mt76_sta_state,
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dusb.c133 .sta_state = mt76_sta_state,
H A Dpci.c74 .sta_state = mt76_sta_state,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c375 sta ? iwl_mvm_sta_from_mac80211(sta)->sta_state : -1); in iwl_mvm_get_tx_rate()
434 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_cmd_rate()
535 mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED)) in iwl_mvm_use_host_rate()
606 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_params()
1868 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) in iwl_mvm_rx_tx_cmd_single()
H A Dsta.h427 enum ieee80211_sta_state sta_state; member
H A Dmld-sta.c456 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_mld_cfg_sta()
461 (sta->mfp || mvm_sta->sta_state < IEEE80211_STA_AUTHORIZED)) in iwl_mvm_mld_cfg_sta()
H A Dops.c1890 else if (mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change()
1917 if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) { in iwl_mvm_queue_state_change()
H A Dmld-mac80211.c1399 .sta_state = iwl_mvm_mld_mac_sta_state,
H A Drs.c601 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()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c709 .sta_state = mt76_sta_state,
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c850 u8 rcpi, u8 sta_state) in mt76_connac_mcu_sta_tlv() argument
899 sta_state == MT76_STA_INFO_STATE_ASSOC) { in mt76_connac_mcu_sta_tlv()
939 state->state = sta_state; in mt76_connac_mcu_sta_tlv()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c1184 .sta_state = rtw89_ops_sta_state,
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1595 .sta_state = iwlagn_mac_sta_state,
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1406 .sta_state = mt7921_sta_state,
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1636 u8 rcpi, u8 sta_state) in mt7925_mcu_sta_state_v2_tlv() argument
1652 state->state = sta_state; in mt7925_mcu_sta_state_v2_tlv()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c1710 .sta_state = mt76_sta_state,

12