Browse Source

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

Change-Id: Id8466e16bad9341ada2246b5fefb4c1ce0871a27
WMI: NDP_KEEPALIVE_TIMEOUT,NAN_INITIAL_DISCOVERY_OF_MP0_CLUSTER VDEV_PARAMs
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
8b30f96ec3
2 changed files with 14 additions and 1 deletions
  1. 13 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 13 - 0
fw/wmi_unified.h

@@ -10510,6 +10510,19 @@ typedef enum {
      */
     WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_ROLE, /* 0x9A */
 
+    /**
+     * To configure duration of how many seconds to wait to kickout peer
+     * if peer is not reachable
+     */
+    WMI_VDEV_PARAM_NDP_KEEPALIVE_TIMEOUT,      /* 0x9B*/
+
+    /**
+     * To support discovery of NAN cluster with Master Preference (MP) as 0
+     * when a new device is enabling NAN
+     */
+    WMI_VDEV_PARAM_ALLOW_NAN_INITIAL_DISCOVERY_OF_MP0_CLUSTER, /* 0x9C */
+
+
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are
      * prone to change.

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,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_ 774
+#define __WMI_REVISION_ 775
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work