Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.c269 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free()
274 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free()
397 sta->sta_state = IEEE80211_STA_NONE; in sta_info_alloc()
576 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) { in sta_info_insert_drv_state()
678 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish()
1067 if (sta->sta_state == IEEE80211_STA_AUTHORIZED) { in __sta_info_destroy_part2()
1083 while (sta->sta_state > IEEE80211_STA_NONE) { in __sta_info_destroy_part2()
1084 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2()
1957 if (sta->sta_state == new_state) in sta_info_move_state()
1964 if (sta->sta_state != IEEE80211_STA_AUTH) in sta_info_move_state()
[all …]
H 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()
H A Dpm.c160 state = sta->sta_state; in __ieee80211_suspend()
H A Dethtool.c115 data[i++] = sta->sta_state; in ieee80211_get_stats()
H A Dmesh_ps.c237 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
H A Dsta_info.h598 enum ieee80211_sta_state sta_state; member
H A Dibss.c1276 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire()
1280 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
H A Dmain.c541 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
H A Dutil.c2233 state < sta->sta_state; state++) in ieee80211_reconfig_stations()
2571 state < sta->sta_state; state++) in ieee80211_reconfig()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb_main.c107 .sta_state = mt76_sta_state,
H A Dpci_main.c139 .sta_state = mt76_sta_state,
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dpci.c70 .sta_state = mt76_sta_state,
H A Dusb.c128 .sta_state = mt76_sta_state,
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h425 enum ieee80211_sta_state sta_state; member
H A Dtx.c401 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_cmd_rate()
540 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) { in iwl_mvm_set_tx_params()
1605 mvmsta->sta_state < IEEE80211_STA_AUTHORIZED) in iwl_mvm_rx_tx_cmd_single()
H A Dops.c1153 else if (mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change()
1177 if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change()
H A Dmac-ctxt.c676 if (mvmsta->sta_state == in iwl_mvm_mac_ctxt_cmd_sta()
H A Drs.c645 if (mvmsta->sta_state >= IEEE80211_STA_AUTHORIZED && in rs_tl_turn_on_agg()
2601 u32 bw = mvmsta->sta_state < IEEE80211_STA_AUTHORIZED ? in rs_get_initial_rate()
H A Dmac80211.c3153 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state()
5295 .sta_state = iwl_mvm_mac_sta_state,
H A Dsta.c230 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c685 .sta_state = mt76_sta_state,
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1598 .sta_state = iwlagn_mac_sta_state,
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h3984 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dmain.c2784 .sta_state = ath9k_sta_state,

12