qcacmn: Add the support for SAE EAPOL handshake offload

Set the SAE EAPOL offload support in resource config based on
WMI_SERVICE_SAE_EAPOL_OFFLOAD_SUPPORT bit received in service
bitmap from Firmware.

Change-Id: I878736105c070df514dfe8d989541227b3baad11
CRs-Fixed: 2957082
This commit is contained in:
Srikanth Marepalli
2021-05-27 21:17:48 +05:30
committed by Madan Koyyalamudi
parent 25acb759bf
commit 6a7cbdde53
2 changed files with 8 additions and 0 deletions

View File

@@ -5201,6 +5201,7 @@ typedef enum {
#ifdef WLAN_FEATURE_BIG_DATA_STATS
wmi_service_big_data_support,
#endif
wmi_service_sae_eapol_offload_support,
wmi_services_max,
} wmi_conv_service_ids;
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
@@ -5457,6 +5458,7 @@ typedef struct {
bool carrier_vow_optimization;
uint32_t is_sap_connected_d3wow_enabled;
uint32_t is_go_connected_d3wow_enabled;
bool sae_eapol_offload;
} target_resource_config;
/**