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
这个提交包含在:
@@ -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,
|
||||
|
在新工单中引用
屏蔽一个用户