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:

committed by
Madan Koyyalamudi

parent
ad437e38ec
commit
938fd64017
@@ -405,6 +405,10 @@ QDF_STATUS
|
|||||||
(*extract_vdev_disconnect_event)(wmi_unified_t wmi_handle,
|
(*extract_vdev_disconnect_event)(wmi_unified_t wmi_handle,
|
||||||
uint8_t *event, uint32_t data_len,
|
uint8_t *event, uint32_t data_len,
|
||||||
struct vdev_disconnect_event_data *data);
|
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 /* ROAM_TARGET_IF_CONVERGENCE */
|
||||||
#endif
|
#endif
|
||||||
QDF_STATUS (*send_vdev_create_cmd)(wmi_unified_t wmi_handle,
|
QDF_STATUS (*send_vdev_create_cmd)(wmi_unified_t wmi_handle,
|
||||||
|
Reference in New Issue
Block a user