qcacmn: wmi changes to send bss load trigger config to firmware
Populate the load bss trigger configuration values based on the ini values and send them to firmware. Add wmi changes to send bss load trigger config to firmware. Change-Id: Ib2e21904bc7b8d87e5f51824d2694b90a3ac53f2 CRs-Fixed: 2367773
This commit is contained in:

committato da
nshrivas

parent
497573091a
commit
9341ee36b8
@@ -524,6 +524,16 @@ struct wmi_btm_config {
|
||||
uint32_t btm_sticky_time;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wmi_bss_load_config - BSS load trigger parameters
|
||||
* @vdev_id: VDEV on which the parameters should be applied
|
||||
* @bss_load_threshold: BSS load threshold after which roam scan should trigger
|
||||
*/
|
||||
struct wmi_bss_load_config {
|
||||
uint32_t vdev_id;
|
||||
uint32_t bss_load_threshold;
|
||||
};
|
||||
|
||||
/**
|
||||
* @time_offset: time offset after 11k offload command to trigger a neighbor
|
||||
* report request (in seconds)
|
||||
|
Fai riferimento in un nuovo problema
Block a user