qcacld-3.0: Populate mlo IE and rnr IE for probe response of mlo ap

Populate mlo IE and rnr IE for non mlo probe response if it is mlo AP

Change-Id: I9bdedb235a35c22a9de4d009d5a72cf104b4da2c
CRs-Fixed: 3042029
This commit is contained in:
Bing Sun
2021-09-22 10:57:57 +08:00
committato da Madan Koyyalamudi
parent a6584d7346
commit 70a98de49c

Vedi File

@@ -746,6 +746,12 @@ lim_send_probe_rsp_mgmt_frame(struct mac_context *mac_ctx,
&frm->he_6ghz_band_cap);
}
if (wlan_vdev_mlme_is_mlo_ap(pe_session->vdev)) {
populate_dot11f_bcn_mlo_ie(mac_ctx, pe_session,
&frm->mlo_ie);
populate_dot11f_mlo_rnr(mac_ctx, pe_session,
&frm->reduced_neighbor_report);
}
if (lim_is_session_eht_capable(pe_session)) {
pe_debug("Populate EHT IEs");
populate_dot11f_eht_caps(mac_ctx, pe_session, &frm->eht_cap);