Browse Source

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

Change-Id: Ief4451abe0e44ec1f72a69fd068a3a16abc73ece
WMI: add mlo_etp_weightage_pcnt field in roam_cnd_scoring_param
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
afed1ac2cd
2 changed files with 12 additions and 1 deletions
  1. 11 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 11 - 0
fw/wmi_unified.h

@@ -21505,6 +21505,17 @@ typedef struct {
     /* Scoring for security mode */
     A_INT32 security_weightage_pcnt;
     wmi_roam_cnd_security_scoring security_scoring;
+    /* mlo_etp_weightage_pcnt:
+     * Give etp weightage to candidate based on MLO support.
+     * In host INI configuration, it will give boost(+) or reduction(-)
+     * percentage value and host will deliver actual weighted number
+     * based on 100. For example:
+     * If percentage value in INI is 20, then host will give 120 (100 * 1.2)
+     * as mlo_etp_weightage_pcnt.
+     * If percentage value in INI is -20, then host will give 80 (100 * 0.8)
+     * as mlo_etp_weightage_pcnt.
+     */
+    A_UINT32 mlo_etp_weightage_pcnt;
 } wmi_roam_cnd_scoring_param;
 
 typedef struct {

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