|
@@ -7546,6 +7546,10 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
|
|
|
WMI_RSRC_CFG_FLAGS2_IS_GO_CONNECTED_D3WOW_ENABLED_SET(
|
|
|
resource_cfg->flags2, 1);
|
|
|
|
|
|
+ if (tgt_res_cfg->sae_eapol_offload)
|
|
|
+ WMI_RSRC_CFG_HOST_SERVICE_FLAG_SAE_EAPOL_OFFLOAD_SUPPORT_SET(
|
|
|
+ resource_cfg->host_service_flags, 1);
|
|
|
+
|
|
|
WMI_RSRC_CFG_HOST_SERVICE_FLAG_REG_CC_EXT_SUPPORT_SET(
|
|
|
resource_cfg->host_service_flags,
|
|
|
tgt_res_cfg->is_reg_cc_ext_event_supported);
|
|
@@ -16171,6 +16175,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
|
|
#endif
|
|
|
wmi_service[wmi_service_spectral_scan_disabled] =
|
|
|
WMI_SERVICE_SPECTRAL_SCAN_DISABLED;
|
|
|
+ wmi_service[wmi_service_sae_eapol_offload_support] =
|
|
|
+ WMI_SERVICE_SAE_EAPOL_OFFLOAD_SUPPORT;
|
|
|
wmi_populate_service_get_sta_in_ll_stats_req(wmi_service);
|
|
|
|
|
|
wmi_service[wmi_service_wapi_concurrency_supported] =
|