qcacmn: Add support for pmkid generation fallback in FIPS mode

Add support to fallback the PMKID generation from firmware to
wpa_supplicant.
Firmware fallbacks PMKID generation to host when FIPS enabled
due to the crypto library availability limitation.
Once the roam candidate selection is done in the firmware, it
sends the WMI_ROAM_PMKID_REQUEST_EVENTID. Once this event is
received, the host driver triggers an event to wpa_supplicant
for PMKID generation.

Change-Id: Ica00d27ce3f9f4a8f966261b38e238c389fcf05c
CRs-Fixed: 2507617
This commit is contained in:
Srikanth Marepalli
2020-01-17 17:22:54 +05:30
committed by nshrivas
parent 4a07e3949d
commit 7debbac825
2 changed files with 3 additions and 0 deletions

View File

@@ -4539,6 +4539,7 @@ typedef enum {
wmi_oem_data_event_id,
wmi_mgmt_offload_data_event_id,
wmi_pdev_multi_vdev_restart_response_event_id,
wmi_roam_pmkid_request_event_id,
wmi_events_max,
} wmi_conv_event_id;