Searched refs:add_sta_cmd (Results 1 – 3 of 3) sorted by relevance
149 struct iwm_add_sta_cmd add_sta_cmd = { in iwm_sta_send_to_fw() local165 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()
135 struct iwl_mvm_add_sta_cmd add_sta_cmd = { in iwl_mvm_sta_send_to_fw() local149 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.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()[all …]
6142 struct iwx_add_sta_cmd add_sta_cmd; in iwx_add_sta_cmd() local6154 memset(&add_sta_cmd, 0, sizeof(add_sta_cmd)); in iwx_add_sta_cmd()6157 add_sta_cmd.sta_id = IWX_MONITOR_STA_ID; in iwx_add_sta_cmd()6158 add_sta_cmd.station_type = IWX_STA_GENERAL_PURPOSE; in iwx_add_sta_cmd()6160 add_sta_cmd.sta_id = IWX_STATION_ID; in iwx_add_sta_cmd()6161 add_sta_cmd.station_type = IWX_STA_LINK; in iwx_add_sta_cmd()6163 add_sta_cmd.mac_id_n_color in iwx_add_sta_cmd()6167 IEEE80211_ADDR_COPY(&add_sta_cmd.addr, in iwx_add_sta_cmd()6170 IEEE80211_ADDR_COPY(&add_sta_cmd.addr, in iwx_add_sta_cmd()6174 ether_sprintf(add_sta_cmd.addr))); in iwx_add_sta_cmd()[all …]