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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
08105d291d
commit
afed1ac2cd
@@ -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 {
|
||||
|
Reference in New Issue
Block a user