Browse Source

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

Change-Id: I9a308769efba3584cf434b074ee86dc2f8cb1523
WMI: add min_dwell_time_6ghz field to start_scan_cmd msg
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
8fcfac1bfa
2 changed files with 8 additions and 1 deletions
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -4545,6 +4545,13 @@ typedef struct {
      * Offset time is in milliseconds per channel.
      */
     A_UINT32 scan_start_offset;
+    /**
+     * minimum dwell time in msec for 6 GHz channel
+     * We'll listen for this time on the channel; if no beacon /
+     * probe response / FILS frame are received during this time
+     * we'll move to next channel.
+     */
+    A_UINT32 min_dwell_time_6ghz;
 
 /**
  * TLV (tag length value) parameters follow the scan_cmd

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