qcacmn: Add min 6G scan dwell time in scan request command

Add min 6g scan dwell time parameter in scan request command.

Change-Id: I34d806399df0fdee9d1b9e3a0a8212d76db062d8
CRs-Fixed: 2984813
This commit is contained in:
Deeksha Gupta
2021-07-06 12:21:54 +05:30
committed by Madan Koyyalamudi
parent a33021b028
commit 7f738b2118
6 changed files with 45 additions and 3 deletions

View File

@@ -3159,6 +3159,7 @@ static QDF_STATUS send_scan_start_cmd_tlv(wmi_unified_t wmi_handle,
cmd->dwell_time_active = params->dwell_time_active;
cmd->dwell_time_active_2g = params->dwell_time_active_2g;
cmd->dwell_time_passive = params->dwell_time_passive;
cmd->min_dwell_time_6ghz = params->min_dwell_time_6g;
cmd->dwell_time_active_6ghz = params->dwell_time_active_6g;
cmd->dwell_time_passive_6ghz = params->dwell_time_passive_6g;
cmd->scan_start_offset = params->scan_offset_time;