Home
last modified time | relevance | path

Searched refs:mvm_sta (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c415 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_mld_cfg_sta() local
421 .station_type = cpu_to_le32(mvm_sta->sta_type), in iwl_mvm_mld_cfg_sta()
434 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_mld_cfg_sta()
439 (sta->mfp || mvm_sta->sta_state < IEEE80211_STA_AUTHORIZED)) in iwl_mvm_mld_cfg_sta()
497 struct iwl_mvm_sta *mvm_sta, in iwl_mvm_mld_free_sta_link() argument
506 RCU_INIT_POINTER(mvm_sta->link[link_id], NULL); in iwl_mvm_mld_free_sta_link()
508 if (mvm_sta_link != &mvm_sta->deflink) in iwl_mvm_mld_free_sta_link()
513 struct iwl_mvm_sta *mvm_sta) in iwl_mvm_mld_sta_rm_all_sta_links() argument
517 for (link_id = 0; link_id < ARRAY_SIZE(mvm_sta->link); link_id++) { in iwl_mvm_mld_sta_rm_all_sta_links()
519 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mld_sta_rm_all_sta_links()
[all …]
H A Dsta.c134 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_send_to_fw() local
136 .sta_id = mvm_sta->deflink.sta_id, in iwl_mvm_sta_send_to_fw()
137 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw()
142 .tid_disable_tx = cpu_to_le16(mvm_sta->tid_disable_agg), in iwl_mvm_sta_send_to_fw()
149 add_sta_cmd.station_type = mvm_sta->sta_type; in iwl_mvm_sta_send_to_fw()
156 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw()
214 mvm_sta->vif->bss_conf.chanreq.oper.chan->band == NL80211_BAND_6GHZ) in iwl_mvm_sta_send_to_fw()
220 &mvm_sta->vif->bss_conf, in iwl_mvm_sta_send_to_fw()
227 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()
263 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_rx_agg_session_expired() local
[all …]
H A Dsta.h486 struct iwl_mvm_sta *mvm_sta);
636 struct iwl_mvm_sta *mvm_sta,
657 struct iwl_mvm_sta *mvm_sta,
H A Dmac80211.c3402 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_pre_rcu_remove() local
3418 for (link_id = 0; link_id < ARRAY_SIZE(mvm_sta->link); link_id++) { in iwl_mvm_sta_pre_rcu_remove()
3422 if (!mvm_sta->link[link_id]) in iwl_mvm_sta_pre_rcu_remove()
3425 link_sta = rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_sta_pre_rcu_remove()
3590 struct iwl_mvm_sta *mvm_sta) in iwl_mvm_mei_host_associated() argument
3610 switch (mvm_sta->pairwise_cipher) { in iwl_mvm_mei_host_associated()
3838 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_state_auth_to_assoc() local
3855 iwl_mvm_cfg_he_sta(mvm, vif, mvm_sta->deflink.sta_id); in iwl_mvm_sta_state_auth_to_assoc()
3893 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_state_assoc_to_authorized() local
3911 iwl_mvm_mei_host_associated(mvm, vif, mvm_sta); in iwl_mvm_sta_state_assoc_to_authorized()
[all …]
H A Ddebugfs-vif.c228 struct iwl_mvm_sta *mvm_sta; in iwl_dbgfs_mac_params_read() local
230 mvm_sta = iwl_mvm_sta_from_staid_protected(mvm, ap_sta_id); in iwl_dbgfs_mac_params_read()
231 if (mvm_sta) { in iwl_dbgfs_mac_params_read()
235 mvm_sta->bt_reduced_txpower); in iwl_dbgfs_mac_params_read()
H A Drxmq.c568 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_is_dup() local
575 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_is_dup()
577 if (WARN_ON_ONCE(!mvm_sta->dup_data)) in iwl_mvm_is_dup()
580 dup_data = &mvm_sta->dup_data[queue]; in iwl_mvm_is_dup()
/freebsd/sys/dev/iwm/
H A Dif_iwm_sta.c287 mvm_sta->tfd_queue_msk); in iwm_rm_sta()