qcacmn: Add extract_roam_scan_chan_list to wmi_ops

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

Change-Id: I71b17b807d183aff31b73a4732d368d1525c118e
CRs-Fixed: 2990390
This commit is contained in:
Srinivas Dasari
2021-07-13 00:54:33 +05:30
committed by Madan Koyyalamudi
parent ad437e38ec
commit 938fd64017

View File

@@ -405,6 +405,10 @@ QDF_STATUS
(*extract_vdev_disconnect_event)(wmi_unified_t wmi_handle,
uint8_t *event, uint32_t data_len,
struct vdev_disconnect_event_data *data);
QDF_STATUS
(*extract_roam_scan_chan_list)(wmi_unified_t wmi_handle,
uint8_t *event, uint32_t data_len,
struct cm_roam_scan_ch_resp **data);
#endif /* ROAM_TARGET_IF_CONVERGENCE */
#endif
QDF_STATUS (*send_vdev_create_cmd)(wmi_unified_t wmi_handle,