Home
last modified time | relevance | path

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

12

/linux/Documentation/networking/
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)
90 mac80211->driver: sta_state(AP,exists)
[all …]
/linux/net/mac80211/
A Dsta_info.c269 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free()
397 sta->sta_state = IEEE80211_STA_NONE; in sta_info_alloc()
673 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish()
1994 if (sta->sta_state == new_state) in sta_info_move_state()
2001 if (sta->sta_state != IEEE80211_STA_AUTH) in sta_info_move_state()
2005 if (sta->sta_state != IEEE80211_STA_NONE && in sta_info_move_state()
2006 sta->sta_state != IEEE80211_STA_ASSOC) in sta_info_move_state()
2015 if (sta->sta_state != IEEE80211_STA_ASSOC) in sta_info_move_state()
2032 sta->sta_state, new_state); in sta_info_move_state()
2041 if (sta->sta_state == IEEE80211_STA_AUTH) in sta_info_move_state()
[all …]
A Ddriver-ops.c122 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()
A Dethtool.c115 data[i++] = sta->sta_state; in ieee80211_get_stats()
A Dmesh_ps.c237 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
A Dsta_info.h607 enum ieee80211_sta_state sta_state; member
A Dibss.c1265 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire()
1269 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
A Dmain.c557 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
A Dutil.c2251 state < sta->sta_state; state++) in ieee80211_reconfig_stations()
2590 state < sta->sta_state; state++) in ieee80211_reconfig()
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
A Dusb_main.c107 .sta_state = mt76_sta_state,
A Dpci_main.c139 .sta_state = mt76_sta_state,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dsta.h389 enum ieee80211_sta_state sta_state; member
A Dtx.c283 le16_to_cpu(fc), sta ? mvmsta->sta_state : -1); in iwl_mvm_get_tx_rate()
357 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_cmd_rate()
496 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_params()
1628 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) in iwl_mvm_rx_tx_cmd_single()
A Dops.c1460 else if (mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change()
1484 if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change()
A Dmac-ctxt.c627 if (mvmsta->sta_state == in iwl_mvm_mac_ctxt_cmd_sta()
A Drs.c603 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED && in rs_tl_turn_on_agg()
2553 u32 bw = mvmsta->sta_state < IEEE80211_STA_AUTHORIZED ? in rs_get_initial_rate()
A Dmac80211.c3181 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state()
5413 .sta_state = iwl_mvm_mac_sta_state,
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
A Dpci.c70 .sta_state = mt76_sta_state,
A Dusb.c129 .sta_state = mt76_sta_state,
/linux/drivers/net/wireless/realtek/rtw89/
A Dmac80211.c662 .sta_state = rtw89_ops_sta_state,
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.c730 u8 rcpi, u8 sta_state) in mt76_connac_mcu_sta_tlv() argument
776 sta_state == MT76_STA_INFO_STATE_ASSOC) { in mt76_connac_mcu_sta_tlv()
814 state->state = sta_state; in mt76_connac_mcu_sta_tlv()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
A Dmain.c687 .sta_state = mt76_sta_state,
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Dmac80211.c1593 .sta_state = iwlagn_mac_sta_state,
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmain.c1387 .sta_state = mt7921_sta_state,
/linux/include/net/
A Dmac80211.h4037 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member

Completed in 82 milliseconds

12