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

WMI: provide TSF offsets as part of scan start cmd msg

Change-Id: I2ef027b56637c1007f5274f6173e597341081be6
CRs-Fixed: 1107600
This commit is contained in:
spuligil
2017-12-04 11:42:53 -08:00
committed by Nandini Suresh
parent 0d4f339b83
commit 75433af2d9
2 changed files with 11 additions and 1 deletions

View File

@@ -1600,6 +1600,7 @@ typedef enum {
#define WMI_SSID_LIST_TAG 0x2
#define WMI_BSSID_LIST_TAG 0x3
#define WMI_IE_TAG 0x4
#define WMI_SCAN_START_OFFSET_TAG 0x5
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_channel */
@@ -2813,6 +2814,15 @@ typedef struct {
wmi_ssid ssids[1];
} wmi_ssid_list;
typedef struct {
/** WMI_SCAN_START_OFFSET_TAG */
A_UINT32 tag;
/** Number of start TSF offsets */
A_UINT32 num_offset;
/** Array of start TSF offsets provided in milliseconds */
A_UINT32 start_tsf_offset[1];
} wmi_scan_start_offset;
/**
* WLAN_SCAN_CHAN_MODE Macros defined for A_UINT8 phymode_list[]
*/