Эх сурвалжийг харах

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

add WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP def

Change-Id: I22207169d3bb976028bad75d8c03b46048cf8027
CRs-Fixed: 2262693
spuligil 2 жил өмнө
parent
commit
ce1f93ac5e
2 өөрчлөгдсөн 12 нэмэгдсэн , 1 устгасан
  1. 11 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 11 - 0
fw/wmi_unified.h

@@ -36114,6 +36114,17 @@ typedef enum {
      */
      WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7,
 
+    /*
+     * Roam param to provide additional RSSI Boost for 6 GHz Candidate AP
+     * during Roam Scan in case any 6 GHz candidate has better Roam score
+     * but fails RSSI Delta Check.
+     * This configurable RSSI Boost value for 6GHz Candidate AP will be
+     * configured via ini RoamRssiDiff6GHz
+     * This configured RSSI boost value will only be applicable for 6GHz
+     * Candidate AP when the STA is connected to 2.4/5 GHz Band AP and will
+     * not impact if STA is connected to 6GHz Band AP
+     */
+    WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP = 8,
 
     /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/
 } WMI_ROAM_PARAM;

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