qcacmn: Add roam_pmkid_request to wmi_ops

Add extract_roam_pmkid_request to wmi_ops to allow cld driver
to register the corresponding callback.

Change-Id: Ifa9cd73d6d62e7411b78b15086d7e166559f6d1c
CRs-Fixed: 3014249
This commit is contained in:
Srinivas Dasari
2021-07-17 15:55:34 +05:30
committed by Madan Koyyalamudi
parent e5748271d3
commit 92ba4703ca

View File

@@ -430,6 +430,10 @@ QDF_STATUS
(*extract_auth_offload_event)(wmi_unified_t wmi_handle,
uint8_t *event, uint32_t data_len,
struct auth_offload_event *auth_event);
QDF_STATUS
(*extract_roam_pmkid_request)(wmi_unified_t wmi_handle,
uint8_t *event, uint32_t data_len,
struct roam_pmkid_req_event **list);
#endif /* ROAM_TARGET_IF_CONVERGENCE */
#endif
QDF_STATUS (*send_vdev_create_cmd)(wmi_unified_t wmi_handle,