qcacld-3.0: Add new WCNSS_qcom.ini "bss_load_bss_sample_time"
Add new ini item "bss_load_sample_time" to send the monitor time window for which the beacons are to be sampled to collect the bss load information. Also add changes to send bss load trigger parameters only during RSO start during initial connection Change-Id: I61d1f3745b56199838fc886f1ed3a05786653501 CRs-Fixed: 2372147
This commit is contained in:

committed by
nshrivas

parent
f2de84f371
commit
39d616074e
@@ -1321,6 +1321,7 @@ mlme_init_bss_load_trigger_params(struct wlan_objmgr_psoc *psoc,
|
||||
bss_load_trig->enabled =
|
||||
cfg_get(psoc, CFG_ENABLE_BSS_LOAD_TRIGGERED_ROAM);
|
||||
bss_load_trig->threshold = cfg_get(psoc, CFG_BSS_LOAD_THRESHOLD);
|
||||
bss_load_trig->sample_time = cfg_get(psoc, CFG_BSS_LOAD_SAMPLE_TIME);
|
||||
}
|
||||
|
||||
static void mlme_init_lfr_cfg(struct wlan_objmgr_psoc *psoc,
|
||||
|
Reference in New Issue
Block a user