Parcourir la source

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

Change-Id: I4c32b5dbf1bc5b5f1f202afa6dbc58840d3a374b
WMI: add PAIRING,UNPAIRING IND NAN msg defs
CRs-Fixed: 2262693
spuligil il y a 1 an
Parent
commit
1057641213
2 fichiers modifiés avec 15 ajouts et 1 suppressions
  1. 14 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 14 - 0
fw/wmi_unified.h

@@ -27530,6 +27530,8 @@ typedef struct {
     A_UINT32 tlv_header;
     /** Maximum number of ndp sessions supported by the Firmware */
     A_UINT32 max_ndp_sessions;
+    /** Maximum number of nan pairing sessions supported by the Firmware */
+    A_UINT32 max_pairing_sessions;
 } wmi_nan_capabilities;
 
 /** NAN DATA CMD's */
@@ -27634,6 +27636,10 @@ typedef struct {
     A_UINT32 nan_passphrase_len;
     /** Actual number of bytes in TLV nan_servicename */
     A_UINT32 nan_servicename_len;
+    /** NAN Cipher Suite Capability field */
+    A_UINT32 nan_csid_cap;
+    /** GTK protection is required for the NDP */
+    A_UINT32 nan_gtk_required;
     /**
      * TLV (tag length value) parameters follow the ndp_initiator_req
      * structure. The TLV's are:
@@ -27679,6 +27685,10 @@ typedef struct {
     A_UINT32 nan_passphrase_len;
     /** Actual number of bytes in TLV nan_servicename */
     A_UINT32 nan_servicename_len;
+    /** NAN Cipher Suite Capability field */
+    A_UINT32 nan_csid_cap;
+    /** GTK protection is required for the NDP */
+    A_UINT32 nan_gtk_required;
     /**
      * TLV (tag length value) parameters follow the ndp_responder_req
      * structure. The TLV's are:
@@ -27949,6 +27959,10 @@ typedef struct {
     wmi_mac_addr self_ndi_mac_addr;
     /** Number of bytes in TLV service_id */
     A_UINT32 service_id_len;
+    /** NAN Cipher Suite Capability field */
+    A_UINT32 nan_csid_cap;
+    /** GTK protection is required for the NDP */
+    A_UINT32 nan_gtk_required;
     /**
      * TLV (tag length value) parameters follow the ndp_indication
      * structure. The TLV's are:

+ 1 - 1
fw/wmi_version.h

@@ -37,7 +37,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 1325
+#define __WMI_REVISION_ 1326
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work