1 /******************************************************************************
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
9 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
10 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of version 2 of the GNU General Public License as
14 * published by the Free Software Foundation.
16 * This program is distributed in the hope that it will be useful, but
17 * WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * General Public License for more details.
21 * The full GNU General Public License is included in this distribution
22 * in the file called COPYING.
24 * Contact Information:
25 * Intel Linux Wireless <linuxwifi@intel.com>
26 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
31 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
32 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
33 * All rights reserved.
35 * Redistribution and use in source and binary forms, with or without
36 * modification, are permitted provided that the following conditions
39 * * Redistributions of source code must retain the above copyright
40 * notice, this list of conditions and the following disclaimer.
41 * * Redistributions in binary form must reproduce the above copyright
42 * notice, this list of conditions and the following disclaimer in
43 * the documentation and/or other materials provided with the
45 * * Neither the name Intel Corporation nor the names of its
46 * contributors may be used to endorse or promote products derived
47 * from this software without specific prior written permission.
49 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
50 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
52 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
53 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
54 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
55 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61 *****************************************************************************/
63 #ifndef __iwl_fw_api_commands_h__
64 #define __iwl_fw_api_commands_h__
67 * enum iwl_mvm_command_groups - command groups for the firmware
68 * @LEGACY_GROUP: legacy group, uses command IDs from &enum iwl_legacy_cmds
69 * @LONG_GROUP: legacy group with long header, also uses command IDs
70 * from &enum iwl_legacy_cmds
71 * @SYSTEM_GROUP: system group, uses command IDs from
72 * &enum iwl_system_subcmd_ids
73 * @MAC_CONF_GROUP: MAC configuration group, uses command IDs from
74 * &enum iwl_mac_conf_subcmd_ids
75 * @PHY_OPS_GROUP: PHY operations group, uses command IDs from
76 * &enum iwl_phy_ops_subcmd_ids
77 * @DATA_PATH_GROUP: data path group, uses command IDs from
78 * &enum iwl_data_path_subcmd_ids
79 * @NAN_GROUP: NAN group, uses command IDs from &enum iwl_nan_subcmd_ids
80 * @TOF_GROUP: TOF group, uses command IDs from &enum iwl_tof_subcmd_ids
81 * @PROT_OFFLOAD_GROUP: protocol offload group, uses command IDs from
82 * &enum iwl_prot_offload_subcmd_ids
83 * @REGULATORY_AND_NVM_GROUP: regulatory/NVM group, uses command IDs from
84 * &enum iwl_regulatory_and_nvm_subcmd_ids
85 * @DEBUG_GROUP: Debug group, uses command IDs from &enum iwl_debug_cmds
87 enum iwl_mvm_command_groups
{
93 DATA_PATH_GROUP
= 0x5,
96 PROT_OFFLOAD_GROUP
= 0xb,
97 REGULATORY_AND_NVM_GROUP
= 0xc,
102 * enum iwl_legacy_cmds - legacy group command IDs
104 enum iwl_legacy_cmds
{
107 * Alive data from the firmware, as described in
108 * &struct mvm_alive_resp_v3 or &struct mvm_alive_resp.
113 * @REPLY_ERROR: Cause an error in the firmware, for testing purposes.
118 * @ECHO_CMD: Send data to the device to have it returned immediately.
123 * @INIT_COMPLETE_NOTIF: Notification that initialization is complete.
125 INIT_COMPLETE_NOTIF
= 0x4,
129 * Add/modify/remove a PHY context, using &struct iwl_phy_context_cmd.
131 PHY_CONTEXT_CMD
= 0x8,
134 * @DBG_CFG: Debug configuration command.
139 * @SCAN_ITERATION_COMPLETE_UMAC:
140 * Firmware indicates a scan iteration completed, using
141 * &struct iwl_umac_scan_iter_complete_notif.
143 SCAN_ITERATION_COMPLETE_UMAC
= 0xb5,
147 * uses &struct iwl_scan_config_v1 or &struct iwl_scan_config
152 * @SCAN_REQ_UMAC: uses &struct iwl_scan_req_umac
157 * @SCAN_ABORT_UMAC: uses &struct iwl_umac_scan_abort
159 SCAN_ABORT_UMAC
= 0xe,
162 * @SCAN_COMPLETE_UMAC: uses &struct iwl_umac_scan_complete
164 SCAN_COMPLETE_UMAC
= 0xf,
167 * @BA_WINDOW_STATUS_NOTIFICATION_ID:
168 * uses &struct iwl_ba_window_status_notif
170 BA_WINDOW_STATUS_NOTIFICATION_ID
= 0x13,
174 * &struct iwl_mvm_add_sta_key_cmd_v1 or
175 * &struct iwl_mvm_add_sta_key_cmd.
181 * &struct iwl_mvm_add_sta_cmd or &struct iwl_mvm_add_sta_cmd_v7.
186 * @REMOVE_STA: &struct iwl_mvm_rm_sta_cmd
191 * @FW_GET_ITEM_CMD: uses &struct iwl_fw_get_item_cmd
193 FW_GET_ITEM_CMD
= 0x1a,
196 * @TX_CMD: uses &struct iwl_tx_cmd or &struct iwl_tx_cmd_gen2,
197 * response in &struct iwl_mvm_tx_resp or
198 * &struct iwl_mvm_tx_resp_v3
203 * @TXPATH_FLUSH: &struct iwl_tx_path_flush_cmd
209 * &struct iwl_mvm_mgmt_mcast_key_cmd or
210 * &struct iwl_mvm_mgmt_mcast_key_cmd_v1
212 MGMT_MCAST_KEY
= 0x1f,
214 /* scheduler config */
216 * @SCD_QUEUE_CFG: &struct iwl_scd_txq_cfg_cmd for older hardware,
217 * &struct iwl_tx_queue_cfg_cmd with &struct iwl_tx_queue_cfg_rsp
218 * for newer (22000) hardware.
220 SCD_QUEUE_CFG
= 0x1d,
223 * @WEP_KEY: uses &struct iwl_mvm_wep_key_cmd
229 * retrieve shared memory configuration - response in
230 * &struct iwl_shared_mem_cfg
232 SHARED_MEM_CFG
= 0x25,
235 * @TDLS_CHANNEL_SWITCH_CMD: uses &struct iwl_tdls_channel_switch_cmd
237 TDLS_CHANNEL_SWITCH_CMD
= 0x27,
240 * @TDLS_CHANNEL_SWITCH_NOTIFICATION:
241 * uses &struct iwl_tdls_channel_switch_notif
243 TDLS_CHANNEL_SWITCH_NOTIFICATION
= 0xaa,
247 * &struct iwl_tdls_config_cmd, response in &struct iwl_tdls_config_res
249 TDLS_CONFIG_CMD
= 0xa7,
252 * @MAC_CONTEXT_CMD: &struct iwl_mac_ctx_cmd
254 MAC_CONTEXT_CMD
= 0x28,
258 * &struct iwl_time_event_cmd, response in &struct iwl_time_event_resp
260 TIME_EVENT_CMD
= 0x29, /* both CMD and response */
263 * @TIME_EVENT_NOTIFICATION: &struct iwl_time_event_notif
265 TIME_EVENT_NOTIFICATION
= 0x2a,
268 * @BINDING_CONTEXT_CMD:
269 * &struct iwl_binding_cmd or &struct iwl_binding_cmd_v1
271 BINDING_CONTEXT_CMD
= 0x2b,
274 * @TIME_QUOTA_CMD: &struct iwl_time_quota_cmd
276 TIME_QUOTA_CMD
= 0x2c,
279 * @NON_QOS_TX_COUNTER_CMD:
280 * command is &struct iwl_nonqos_seq_query_cmd
282 NON_QOS_TX_COUNTER_CMD
= 0x2d,
285 * @LEDS_CMD: command is &struct iwl_led_cmd
290 * @LQ_CMD: using &struct iwl_lq_cmd
295 * @FW_PAGING_BLOCK_CMD:
296 * &struct iwl_fw_paging_cmd
298 FW_PAGING_BLOCK_CMD
= 0x4f,
301 * @SCAN_OFFLOAD_REQUEST_CMD: uses &struct iwl_scan_req_lmac
303 SCAN_OFFLOAD_REQUEST_CMD
= 0x51,
306 * @SCAN_OFFLOAD_ABORT_CMD: abort the scan - no further contents
308 SCAN_OFFLOAD_ABORT_CMD
= 0x52,
311 * @HOT_SPOT_CMD: uses &struct iwl_hs20_roc_req
316 * @SCAN_OFFLOAD_COMPLETE:
317 * notification, &struct iwl_periodic_scan_complete
319 SCAN_OFFLOAD_COMPLETE
= 0x6D,
322 * @SCAN_OFFLOAD_UPDATE_PROFILES_CMD:
323 * update scan offload (scheduled scan) profiles/blacklist/etc.
325 SCAN_OFFLOAD_UPDATE_PROFILES_CMD
= 0x6E,
328 * @MATCH_FOUND_NOTIFICATION: scan match found
330 MATCH_FOUND_NOTIFICATION
= 0xd9,
333 * @SCAN_ITERATION_COMPLETE:
334 * uses &struct iwl_lmac_scan_complete_notif
336 SCAN_ITERATION_COMPLETE
= 0xe7,
340 * @PHY_CONFIGURATION_CMD: &struct iwl_phy_cfg_cmd
342 PHY_CONFIGURATION_CMD
= 0x6a,
345 * @CALIB_RES_NOTIF_PHY_DB: &struct iwl_calib_res_notif_phy_db
347 CALIB_RES_NOTIF_PHY_DB
= 0x6b,
350 * @PHY_DB_CMD: &struct iwl_phy_db_cmd
355 * @TOF_CMD: &struct iwl_tof_config_cmd
360 * @TOF_NOTIFICATION: &struct iwl_tof_gen_resp_cmd
362 TOF_NOTIFICATION
= 0x11,
365 * @POWER_TABLE_CMD: &struct iwl_device_power_cmd
367 POWER_TABLE_CMD
= 0x77,
370 * @PSM_UAPSD_AP_MISBEHAVING_NOTIFICATION:
371 * &struct iwl_uapsd_misbehaving_ap_notif
373 PSM_UAPSD_AP_MISBEHAVING_NOTIFICATION
= 0x78,
376 * @LTR_CONFIG: &struct iwl_ltr_config_cmd
381 * @REPLY_THERMAL_MNG_BACKOFF:
382 * Thermal throttling command
384 REPLY_THERMAL_MNG_BACKOFF
= 0x7e,
388 * Set/Get DC2DC frequency tune
389 * Command is &struct iwl_dc2dc_config_cmd,
390 * response is &struct iwl_dc2dc_config_resp
392 DC2DC_CONFIG_CMD
= 0x83,
395 * @NVM_ACCESS_CMD: using &struct iwl_nvm_access_cmd
397 NVM_ACCESS_CMD
= 0x88,
400 * @BEACON_NOTIFICATION: &struct iwl_extended_beacon_notif
402 BEACON_NOTIFICATION
= 0x90,
405 * @BEACON_TEMPLATE_CMD:
406 * Uses one of &struct iwl_mac_beacon_cmd_v6,
407 * &struct iwl_mac_beacon_cmd_v7 or &struct iwl_mac_beacon_cmd
408 * depending on the device version.
410 BEACON_TEMPLATE_CMD
= 0x91,
412 * @TX_ANT_CONFIGURATION_CMD: &struct iwl_tx_ant_cfg_cmd
414 TX_ANT_CONFIGURATION_CMD
= 0x98,
417 * @STATISTICS_CMD: &struct iwl_statistics_cmd
419 STATISTICS_CMD
= 0x9c,
422 * @STATISTICS_NOTIFICATION:
423 * one of &struct iwl_notif_statistics_v10,
424 * &struct iwl_notif_statistics_v11,
425 * &struct iwl_notif_statistics_cdb
427 STATISTICS_NOTIFICATION
= 0x9d,
430 * @EOSP_NOTIFICATION:
431 * Notify that a service period ended,
432 * &struct iwl_mvm_eosp_notification
434 EOSP_NOTIFICATION
= 0x9e,
437 * @REDUCE_TX_POWER_CMD:
438 * &struct iwl_dev_tx_power_cmd_v3 or &struct iwl_dev_tx_power_cmd
440 REDUCE_TX_POWER_CMD
= 0x9f,
443 * @CARD_STATE_NOTIFICATION:
444 * Card state (RF/CT kill) notification,
445 * uses &struct iwl_card_state_notif
447 CARD_STATE_NOTIFICATION
= 0xa1,
450 * @MISSED_BEACONS_NOTIFICATION: &struct iwl_missed_beacons_notif
452 MISSED_BEACONS_NOTIFICATION
= 0xa2,
455 * @MAC_PM_POWER_TABLE: using &struct iwl_mac_power_cmd
457 MAC_PM_POWER_TABLE
= 0xa9,
460 * @MFUART_LOAD_NOTIFICATION: &struct iwl_mfuart_load_notif
462 MFUART_LOAD_NOTIFICATION
= 0xb1,
465 * @RSS_CONFIG_CMD: &struct iwl_rss_config_cmd
467 RSS_CONFIG_CMD
= 0xb3,
470 * @REPLY_RX_PHY_CMD: &struct iwl_rx_phy_info
472 REPLY_RX_PHY_CMD
= 0xc0,
475 * @REPLY_RX_MPDU_CMD:
476 * &struct iwl_rx_mpdu_res_start or &struct iwl_rx_mpdu_desc
478 REPLY_RX_MPDU_CMD
= 0xc1,
482 * Frame release (reorder helper) notification, uses
483 * &struct iwl_frame_release
485 FRAME_RELEASE
= 0xc3,
489 * BlockAck notification, uses &struct iwl_mvm_compressed_ba_notif
490 * or &struct iwl_mvm_ba_notif depending on the HW
494 /* Location Aware Regulatory */
496 * @MCC_UPDATE_CMD: using &struct iwl_mcc_update_cmd
498 MCC_UPDATE_CMD
= 0xc8,
501 * @MCC_CHUB_UPDATE_CMD: using &struct iwl_mcc_chub_notif
503 MCC_CHUB_UPDATE_CMD
= 0xc9,
506 * @MARKER_CMD: trace marker command, uses &struct iwl_mvm_marker
507 * with &struct iwl_mvm_marker_rsp
512 * @BT_PROFILE_NOTIFICATION: &struct iwl_bt_coex_profile_notif
514 BT_PROFILE_NOTIFICATION
= 0xce,
517 * @BT_CONFIG: &struct iwl_bt_coex_cmd
522 * @BT_COEX_UPDATE_REDUCED_TXP:
523 * &struct iwl_bt_coex_reduced_txp_update_cmd
525 BT_COEX_UPDATE_REDUCED_TXP
= 0x5c,
528 * @BT_COEX_CI: &struct iwl_bt_coex_ci_cmd
533 * @REPLY_SF_CFG_CMD: &struct iwl_sf_cfg_cmd
535 REPLY_SF_CFG_CMD
= 0xd1,
537 * @REPLY_BEACON_FILTERING_CMD: &struct iwl_beacon_filter_cmd
539 REPLY_BEACON_FILTERING_CMD
= 0xd2,
542 * @DTS_MEASUREMENT_NOTIFICATION:
543 * &struct iwl_dts_measurement_notif_v1 or
544 * &struct iwl_dts_measurement_notif_v2
546 DTS_MEASUREMENT_NOTIFICATION
= 0xdd,
549 * @LDBG_CONFIG_CMD: configure continuous trace recording
551 LDBG_CONFIG_CMD
= 0xf6,
554 * @DEBUG_LOG_MSG: Debugging log data from firmware
556 DEBUG_LOG_MSG
= 0xf7,
559 * @BCAST_FILTER_CMD: &struct iwl_bcast_filter_cmd
561 BCAST_FILTER_CMD
= 0xcf,
564 * @MCAST_FILTER_CMD: &struct iwl_mcast_filter_cmd
566 MCAST_FILTER_CMD
= 0xd0,
569 * @D3_CONFIG_CMD: &struct iwl_d3_manager_config
571 D3_CONFIG_CMD
= 0xd3,
574 * @PROT_OFFLOAD_CONFIG_CMD: Depending on firmware, uses one of
575 * &struct iwl_proto_offload_cmd_v1, &struct iwl_proto_offload_cmd_v2,
576 * &struct iwl_proto_offload_cmd_v3_small,
577 * &struct iwl_proto_offload_cmd_v3_large
579 PROT_OFFLOAD_CONFIG_CMD
= 0xd4,
582 * @OFFLOADS_QUERY_CMD:
583 * No data in command, response in &struct iwl_wowlan_status
585 OFFLOADS_QUERY_CMD
= 0xd5,
588 * @REMOTE_WAKE_CONFIG_CMD: &struct iwl_wowlan_remote_wake_config
590 REMOTE_WAKE_CONFIG_CMD
= 0xd6,
593 * @D0I3_END_CMD: End D0i3/D3 state, no command data
598 * @WOWLAN_PATTERNS: &struct iwl_wowlan_patterns_cmd
600 WOWLAN_PATTERNS
= 0xe0,
603 * @WOWLAN_CONFIGURATION: &struct iwl_wowlan_config_cmd
605 WOWLAN_CONFIGURATION
= 0xe1,
608 * @WOWLAN_TSC_RSC_PARAM: &struct iwl_wowlan_rsc_tsc_params_cmd
610 WOWLAN_TSC_RSC_PARAM
= 0xe2,
613 * @WOWLAN_TKIP_PARAM: &struct iwl_wowlan_tkip_params_cmd
615 WOWLAN_TKIP_PARAM
= 0xe3,
618 * @WOWLAN_KEK_KCK_MATERIAL: &struct iwl_wowlan_kek_kck_material_cmd
620 WOWLAN_KEK_KCK_MATERIAL
= 0xe4,
623 * @WOWLAN_GET_STATUSES: response in &struct iwl_wowlan_status
625 WOWLAN_GET_STATUSES
= 0xe5,
628 * @SCAN_OFFLOAD_PROFILES_QUERY_CMD:
629 * No command data, response is &struct iwl_scan_offload_profiles_query
631 SCAN_OFFLOAD_PROFILES_QUERY_CMD
= 0x56,
635 * enum iwl_system_subcmd_ids - system group command IDs
637 enum iwl_system_subcmd_ids
{
639 * @SHARED_MEM_CFG_CMD:
640 * response in &struct iwl_shared_mem_cfg or
641 * &struct iwl_shared_mem_cfg_v2
643 SHARED_MEM_CFG_CMD
= 0x0,
646 * @INIT_EXTENDED_CFG_CMD: &struct iwl_init_extended_cfg_cmd
648 INIT_EXTENDED_CFG_CMD
= 0x03,
651 * @FSEQ_VER_MISMATCH_NTF: Notification about fseq version
652 * mismatch during init. The format is specified in
653 * &struct iwl_fseq_ver_mismatch_ntf.
655 FSEQ_VER_MISMATCH_NTF
= 0xFF,
658 #endif /* __iwl_fw_api_commands_h__ */