qcacmn: Add new ini to set delay Hand-off period
Add new ini item "ho_delay_for_rx" to set delay Hand-off period. For LFR 3.0 roaming scenario, once roam candidate is found, firmware waits for minimum this much duration to receive pending rx frames from current BSS before switching to new channel for handoff to new AP. Pass value of ho_delay_for_rx to fw in case of roam offload. Change-Id: I19141928a2885371bc1b9e7b720473d99c4ebb1d CRs-Fixed: 2221755
This commit is contained in:
@@ -6279,6 +6279,8 @@ static QDF_STATUS send_roam_scan_offload_mode_cmd_tlv(wmi_unified_t wmi_handle,
|
||||
roam_offload_params->rssi_cat_gap = roam_req->roam_rssi_cat_gap;
|
||||
roam_offload_params->select_5g_margin =
|
||||
roam_req->select_5ghz_margin;
|
||||
roam_offload_params->handoff_delay_for_rx =
|
||||
roam_req->roam_offload_params.ho_delay_for_rx;
|
||||
roam_offload_params->reassoc_failure_timeout =
|
||||
roam_req->reassoc_failure_timeout;
|
||||
|
||||
|
Reference in New Issue
Block a user