Parcourir la source

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

add new vdev param to enable or disable OCE features

Change-Id: Iacd9b51ccf0552fc4078b7ba0d252b83cbb68c77
CRs-Fixed: 1107600
spuligil il y a 7 ans
Parent
commit
21b4f3f348
2 fichiers modifiés avec 13 ajouts et 1 suppressions
  1. 12 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 12 - 0
fw/wmi_unified.h

@@ -7312,6 +7312,15 @@ typedef enum {
 #define WMI_GI_1600_NS 2
 #define WMI_GI_3200_NS 3
 
+/** OCE(Optimized Connectivity_Experience) Feature flags */
+#define WMI_VDEV_OCE_PROBE_REQUEST_RATE_FEATURE_BITMAP                 0x1
+#define WMI_VDEV_OCE_PROBE_RESPONSE_RATE_FEATURE_BITMAP                0x2
+#define WMI_VDEV_OCE_BEACON_RATE_FEATURE_BITMAP                        0x4
+#define WMI_VDEV_OCE_PROBE_REQUEST_DEFERRAL_FEATURE_BITMAP             0x8
+#define WMI_VDEV_OCE_FILS_DISCOVERY_FRAME_FEATURE_BITMAP               0x10
+#define WMI_VDEV_OCE_ESP_FEATURE_BITMAP                                0x20
+#define WMI_VDEV_OCE_REASSOC_REJECT_FEATURE_BITMAP                     0x40
+
 /** the definition of different VDEV parameters */
 typedef enum {
     /** RTS Threshold */
@@ -7777,6 +7786,9 @@ typedef enum {
     */
     WMI_VDEV_PARAM_NUM_GROUP_KEYS,                            /* 0x77 */
 
+    /** VDEV parameter to enable or disable various OCE features */
+    WMI_VDEV_PARAM_ENABLE_DISABLE_OCE_FEATURES,              /* 0x78 */
+
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are

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