|
@@ -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 {
|