|
@@ -12716,6 +12716,11 @@ typedef struct {
|
|
|
A_UINT32 score_pcnt15_to_12;
|
|
|
} wmi_roam_cnd_oce_wan_scoring;
|
|
|
|
|
|
+typedef enum {
|
|
|
+ WMI_VENDOR_ROAM_SCORE_ALGORITHM_ID_NONE = 0, /* Legacy roam score algorithm */
|
|
|
+ WMI_VENDOR_ROAM_SCORE_ALGORITHM_ID_RSSI_CU_BASED = 1, /* Roam score algorithm based on RSSI and CU */
|
|
|
+} WMI_VENDOR_ROAM_SCORE_ALGORITHM_ID;
|
|
|
+
|
|
|
/**
|
|
|
disable_bitmap :- Each bit will be either allow(0)/disallow(1) to considered the roam score param.
|
|
|
rssi_weightage_pcnt :- RSSI weightage out of total score in percentage
|
|
@@ -12760,6 +12765,8 @@ typedef struct {
|
|
|
wmi_roam_cnd_oce_wan_scoring oce_wan_scoring;
|
|
|
A_UINT32 roam_score_delta_pcnt;
|
|
|
A_UINT32 roam_score_delta_mask;
|
|
|
+ /* Vendor specific roam score algorithm ID from WMI_VENDOR_ROAM_SCORE_ALGORITHM_ID enum */
|
|
|
+ A_UINT32 vendor_roam_score_algorithm_id;
|
|
|
} wmi_roam_cnd_scoring_param;
|
|
|
|
|
|
typedef struct {
|