Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_sta.c149 struct iwm_add_sta_cmd add_sta_cmd = { in iwm_sta_send_to_fw() local
165 add_sta_cmd.tfd_queue_msk |= in iwm_sta_send_to_fw()
168 IEEE80211_ADDR_COPY(&add_sta_cmd.addr, in->in_ni.ni_bssid); in iwm_sta_send_to_fw()
171 add_sta_cmd.station_flags |= in iwm_sta_send_to_fw()
173 add_sta_cmd.station_flags |= in iwm_sta_send_to_fw()
179 &add_sta_cmd, &status); in iwm_sta_send_to_fw()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c135 struct iwl_mvm_add_sta_cmd add_sta_cmd = { in iwl_mvm_sta_send_to_fw() local
149 add_sta_cmd.station_type = mvm_sta->sta_type; in iwl_mvm_sta_send_to_fw()
152 memcpy(&add_sta_cmd.addr, sta->addr, ETH_ALEN); in iwl_mvm_sta_send_to_fw()
155 add_sta_cmd.tfd_queue_msk = in iwl_mvm_sta_send_to_fw()
159 add_sta_cmd.modify_mask |= STA_MODIFY_QUEUES; in iwl_mvm_sta_send_to_fw()
168 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_160MHZ); in iwl_mvm_sta_send_to_fw()
171 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_80MHZ); in iwl_mvm_sta_send_to_fw()
174 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_40MHZ); in iwl_mvm_sta_send_to_fw()
178 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
185 add_sta_cmd in iwl_mvm_sta_send_to_fw()
[all...]