|
@@ -36114,6 +36114,17 @@ typedef enum {
|
|
|
*/
|
|
|
WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7,
|
|
|
|
|
|
+ /*
|
|
|
+ * Roam param to provide additional RSSI Boost for 6 GHz Candidate AP
|
|
|
+ * during Roam Scan in case any 6 GHz candidate has better Roam score
|
|
|
+ * but fails RSSI Delta Check.
|
|
|
+ * This configurable RSSI Boost value for 6GHz Candidate AP will be
|
|
|
+ * configured via ini RoamRssiDiff6GHz
|
|
|
+ * This configured RSSI boost value will only be applicable for 6GHz
|
|
|
+ * Candidate AP when the STA is connected to 2.4/5 GHz Band AP and will
|
|
|
+ * not impact if STA is connected to 6GHz Band AP
|
|
|
+ */
|
|
|
+ WMI_ROAM_PARAM_ROAM_RSSI_BOOST_FOR_6GHZ_CAND_AP = 8,
|
|
|
|
|
|
/*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/
|
|
|
} WMI_ROAM_PARAM;
|