Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c132 struct iwl_mvm_add_sta_cmd add_sta_cmd = { in iwl_mvm_sta_send_to_fw() local
146 add_sta_cmd.station_type = mvm_sta->sta_type; in iwl_mvm_sta_send_to_fw()
149 memcpy(&add_sta_cmd.addr, sta->addr, ETH_ALEN); in iwl_mvm_sta_send_to_fw()
152 add_sta_cmd.tfd_queue_msk = in iwl_mvm_sta_send_to_fw()
156 add_sta_cmd.modify_mask |= STA_MODIFY_QUEUES; in iwl_mvm_sta_send_to_fw()
175 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
212 add_sta_cmd.station_flags_msk |= in iwl_mvm_sta_send_to_fw()
219 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
221 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
225 add_sta_cmd.assoc_id = cpu_to_le16(sta->aid); in iwl_mvm_sta_send_to_fw()
[all …]