Add support to configure HE testbed defaults configuration settings. Change-Id: I13a2158ac2e1fd05465bd74103a96fb427592de0 CRs-Fixed: 2414928
@@ -823,6 +823,7 @@ struct wlan_mlme_qos {
*/
struct wlan_mlme_he_caps {
tDot11fIEhe_cap dot11_he_cap;
+ tDot11fIEhe_cap he_cap_orig;
uint8_t he_ppet_2g[MLME_HE_PPET_LEN];
uint8_t he_ppet_5g[MLME_HE_PPET_LEN];
uint32_t he_ops_basic_mcs_nss;
@@ -776,6 +776,7 @@ QDF_STATUS mlme_update_tgt_he_caps_in_cfg(struct wlan_objmgr_psoc *psoc,
qdf_mem_copy(mlme_obj->cfg.he_caps.he_ppet_5g, wma_cfg->ppet_5g,
HE_MAX_PPET_SIZE);
+ mlme_obj->cfg.he_caps.he_cap_orig = mlme_obj->cfg.he_caps.dot11_he_cap;
return status;
}
#endif