Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afed1ac2 authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent 08105d29
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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