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:
Pragaspathi Thilagaraj
2018-12-16 23:17:10 +05:30
committed by nshrivas
parent 77ea33a592
commit ba0afeda9a
3 changed files with 23 additions and 0 deletions

View File

@@ -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)