Lines Matching defs:add_sta_cmd
7223 struct iwm_add_sta_cmd add_sta_cmd;
7234 memset(&add_sta_cmd, 0, sizeof(add_sta_cmd));
7237 add_sta_cmd.sta_id = IWM_MONITOR_STA_ID;
7239 add_sta_cmd.sta_id = IWM_STATION_ID;
7242 add_sta_cmd.station_type = IWM_STA_GENERAL_PURPOSE;
7244 add_sta_cmd.station_type = IWM_STA_LINK;
7246 add_sta_cmd.mac_id_n_color
7250 IEEE80211_ADDR_COPY(&add_sta_cmd.addr, etheranyaddr);
7268 IEEE80211_ADDR_COPY(&add_sta_cmd.addr,
7271 IEEE80211_ADDR_COPY(&add_sta_cmd.addr,
7274 add_sta_cmd.add_modify = update ? 1 : 0;
7275 add_sta_cmd.station_flags_msk
7278 add_sta_cmd.modify_mask |= (IWM_STA_MODIFY_QUEUES |
7281 add_sta_cmd.tid_disable_tx = htole16(in->tid_disable_ampdu);
7282 add_sta_cmd.tfd_queue_msk = htole32(in->tfd_queue_msk);
7285 add_sta_cmd.station_flags_msk
7295 add_sta_cmd.station_flags |=
7300 add_sta_cmd.station_flags |=
7304 add_sta_cmd.station_flags |=
7312 add_sta_cmd.station_flags |= htole32(
7319 add_sta_cmd.station_flags |= htole32(
7331 add_sta_cmd.station_flags |= htole32((aggsize <<
7337 add_sta_cmd.station_flags
7341 add_sta_cmd.station_flags
7345 add_sta_cmd.station_flags
7349 add_sta_cmd.station_flags
7359 cmdsize = sizeof(add_sta_cmd);
7363 &add_sta_cmd, &status);