Lines Matching defs:add_sta_cmd
6711 struct iwx_add_sta_cmd add_sta_cmd;
6724 memset(&add_sta_cmd, 0, sizeof(add_sta_cmd));
6727 add_sta_cmd.sta_id = IWX_MONITOR_STA_ID;
6728 add_sta_cmd.station_type = IWX_STA_GENERAL_PURPOSE;
6730 add_sta_cmd.sta_id = IWX_STATION_ID;
6731 add_sta_cmd.station_type = IWX_STA_LINK;
6733 add_sta_cmd.mac_id_n_color
6737 IEEE80211_ADDR_COPY(&add_sta_cmd.addr,
6740 IEEE80211_ADDR_COPY(&add_sta_cmd.addr,
6743 add_sta_cmd.add_modify = update ? 1 : 0;
6744 add_sta_cmd.station_flags_msk
6748 add_sta_cmd.station_flags_msk
6758 add_sta_cmd.station_flags |=
6763 add_sta_cmd.station_flags |=
6767 add_sta_cmd.station_flags |=
6775 add_sta_cmd.station_flags |= htole32(
6782 add_sta_cmd.station_flags |= htole32(
6794 add_sta_cmd.station_flags |= htole32((aggsize <<
6800 add_sta_cmd.station_flags
6804 add_sta_cmd.station_flags
6808 add_sta_cmd.station_flags
6812 add_sta_cmd.station_flags
6821 err = iwx_send_cmd_pdu_status(sc, IWX_ADD_STA, sizeof(add_sta_cmd),
6822 &add_sta_cmd, &status);