qcacld-3.0: Add a new INI RoamCU_6GRSSIRange

Add support to parse a new INI named
"bss_load_trigger_6g_rssi_threshold/RoamCU_6GRSSIRange"
and send its value to FW via WMI_ROAM_BSS_LOAD_CONFIG_CMDID.

Min, Max and default value of this INI:
Min: -120
Max: 0
Default: -70

Change-Id: I9aa99d887553de4022fc0a31dc0644601cd340d6
CRs-Fixed: 3225548
This commit is contained in:
abhinav kumar
2022-06-21 01:15:02 +05:30
committed by Madan Koyyalamudi
parent 1857a4a020
commit 7e9e394af6
9 changed files with 77 additions and 2 deletions

View File

@@ -3257,6 +3257,18 @@ QDF_STATUS
wlan_mlme_get_bss_load_sample_time(struct wlan_objmgr_psoc *psoc,
uint32_t *val);
/**
* wlan_mlme_get_bss_load_rssi_threshold_6ghz() - Get bss load RSSI
* threshold on 6G
* @psoc: pointer to psoc object
* @val: Pointer to the value which will be filled for the caller
*
* Return: QDF Status
*/
QDF_STATUS
wlan_mlme_get_bss_load_rssi_threshold_6ghz(struct wlan_objmgr_psoc *psoc,
int32_t *val);
/**
* wlan_mlme_get_bss_load_rssi_threshold_5ghz() - Get bss load RSSI
* threshold on 5G