qcacmn: Pass config parameters for bad RSSI roaming to firmware

Fill the roaming parameters wmi_roam_bg_scan_roaming_param and
send them to firmware to be consumed for the background roaming
at bad RSSI

Change-Id: I08786141d28f8459aad27aaf53816ec4cdec7f08
CRs-Fixed: 2082906
This commit is contained in:
Varun Reddy Yeturu
2017-07-26 10:59:39 -07:00
committed by snandini
父節點 ef7ebfe192
當前提交 05c775b7c6

查看文件

@@ -1976,6 +1976,8 @@ struct roam_offload_scan_params {
* @dense_min_aps_cnt: dense roam minimum APs
* @initial_dense_status: dense status detected by host
* @traffic_threshold: dense roam RSSI threshold
* @bg_scan_bad_rssi_thresh: Bad RSSI threshold to perform bg scan
* @bg_scan_client_bitmap: Bitmap used to identify the client scans to snoop
*/
struct roam_offload_scan_rssi_params {
int8_t rssi_thresh;
@@ -1999,6 +2001,8 @@ struct roam_offload_scan_rssi_params {
int initial_dense_status;
int traffic_threshold;
int32_t rssi_thresh_offset_5g;
int8_t bg_scan_bad_rssi_thresh;
uint32_t bg_scan_client_bitmap;
};
/**