fw-api: CL 3209932 - update fw common interface files

WMI vdev params for configuring probe delay, spacing time

Change-Id: I788ae8ea9d72a737081c1b15a210fe4736e098c6
CRs-Fixed: 1107600
此提交包含在:
snandini
2017-06-29 10:01:09 -07:00
父節點 98d3ddab9c
當前提交 de0cb0391a
共有 2 個檔案被更改,包括 17 行新增6 行删除

查看文件

@@ -7426,13 +7426,24 @@ typedef enum {
WMI_VDEV_PARAM_11AX_TXBF,
/** This parameter indicates whether VDEV is SMPS intolerant.
* I.e. - SMPS action frame cannot be transmitted by the VDEV to
* dynamically change the RX NSS.
*
* valid values: 1 - VDEV is SMPS intolerant, 0 - VDEV is SMPS tolerant
*/
* I.e. - SMPS action frame cannot be transmitted by the VDEV to
* dynamically change the RX NSS.
*
* valid values: 1 - VDEV is SMPS intolerant, 0 - VDEV is SMPS tolerant
*/
WMI_VDEV_PARAM_SMPS_INTOLERANT,
/** specify probe request Tx delay for scans triggered on this VDEV */
WMI_VDEV_PARAM_PROBE_DELAY, /* units = milliseconds */
/** specify the time gap between each set of probe request transmissions.
* The number of probe requests in each set depends on the ssid_list and
* bssid_list in the scan request.
* This parameter will be applied only for scans triggered on this VDEV.
*/
WMI_VDEV_PARAM_REPEAT_PROBE_TIME, /* units = milliseconds */
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are
* prone to change.