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

NAN concurrency support api changes
<Describe here the change summary in detail>

Change-Id: I9ec5ee2c9d6e3f2a77acbaec12f7e69291ac3c6f
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2018-08-10 12:17:02 -07:00
committed by nshrivas
parent 8d7dc8f18b
commit f156b8cba1
3 changed files with 13 additions and 2 deletions

View File

@@ -15936,6 +15936,12 @@ typedef struct {
*/
} wmi_nan_cmd_param;
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_nan_host_config_param */
A_UINT32 nan_2g_disc_disable:1; /** This bit when set to 1 indicate NAN 2G discovery should be disabled */
A_UINT32 nan_5g_disc_disable:1; /** This bit when set to 1 indicate NAN 5G discovery should be disabled */
} wmi_nan_host_config_param;
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_nan_event_hdr */
A_UINT32 data_len; /** length in byte of data[]. */