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 …]
6066 struct iwx_add_sta_cmd add_sta_cmd; local6078 memset(&add_sta_cmd, 0, sizeof(add_sta_cmd));6081 add_sta_cmd.sta_id = IWX_MONITOR_STA_ID;6082 add_sta_cmd.station_type = IWX_STA_GENERAL_PURPOSE;6084 add_sta_cmd.sta_id = IWX_STATION_ID;6085 add_sta_cmd.station_type = IWX_STA_LINK;6087 add_sta_cmd.mac_id_n_color6091 IEEE80211_ADDR_COPY(&add_sta_cmd.addr,6094 IEEE80211_ADDR_COPY(&add_sta_cmd.addr,6098 ether_sprintf(add_sta_cmd.addr)));[all …]