qcacmn: Add support to configure MLD ID in scan request

In the MLO-MBSSID test, STA can request information of
non-Tx BSS through Tx BSS by configuring non-Tx BSS MLD
ID within the ML probe request that is invoked as part
of scan request. Add support to configure MLD ID in
scan start params to FW.

Change-Id: I4a6debf6c3ec830fbe3aee1d3aa60ad7218cbcd6
CRs-Fixed: 3591596
这个提交包含在:
Gururaj Pandurangi
2023-07-31 19:10:30 -07:00
提交者 Rahul Choudhary
父节点 3d43b6ab94
当前提交 852d0cee43
修改 4 个文件,包含 8 行新增0 行删除

查看文件

@@ -4107,6 +4107,8 @@ static QDF_STATUS send_scan_start_cmd_tlv(wmi_unified_t wmi_handle,
cmd->ie_len = params->extraie.len;
cmd->n_probes = params->n_probes;
cmd->scan_ctrl_flags_ext = params->scan_ctrl_flags_ext;
WMI_SCAN_MLD_PARAM_MLD_ID_SET(cmd->mld_parameter, params->mld_id);
wmi_debug("MLD ID: %u", cmd->mld_parameter);
if (params->scan_random.randomize)
wmi_copy_scan_random_mac(params->scan_random.mac_addr,