qcacmn: Populate MLO Queit IE parameters in beacon template

- Add MLO Quiet IE related parameters in ml_bcn_partner_info structure.

- Populate MLO Quiet IE related parameters in the beacon  template.

Change-Id: I5a4a069d067bdbc5e7c44c407f51a504e9aba151
CRs-Fixed: 3088019
Este commit está contenido en:
Shashikala Prabhu
2021-12-14 23:01:39 +05:30
cometido por Madan Koyyalamudi
padre 0a725937cd
commit bb3953b75b
Se han modificado 2 ficheros con 14 adiciones y 0 borrados

Ver fichero

@@ -164,6 +164,12 @@ uint8_t *bcn_tmpl_add_ml_partner_links(uint8_t *buf_ptr,
ml_bcn_tmpl->partner_info[i].csa_switch_count_offset;
ml_partner_link->ext_csa_switch_count_offset =
ml_bcn_tmpl->partner_info[i].ext_csa_switch_count_offset;
ml_partner_link->per_sta_profile_offset =
ml_bcn_tmpl->partner_info[i].per_sta_profile_offset;
ml_partner_link->quiet_ie_offset =
ml_bcn_tmpl->partner_info[i].quiet_ie_offset;
ml_partner_link->is_other_ie_present =
ml_bcn_tmpl->partner_info[i].is_other_ie_present;
ml_partner_link++;
}