qcacmn: scan convergence - add target if changes

Add target if related changes for scan module.

Change-Id: Icaf6a30790106fec30ba9dccc9036be079a8bc0d
CRs-Fixed: 1095299
This commit is contained in:
Abhishek Singh
2017-03-08 11:07:17 +05:30
committed by qcabuildsw
parent e5f3f0f10e
commit f94beaad36
4 changed files with 39 additions and 12 deletions

View File

@@ -72,4 +72,15 @@ target_if_scan_start(struct wlan_objmgr_psoc *psoc,
QDF_STATUS
target_if_scan_cancel(struct wlan_objmgr_psoc *psoc,
struct scan_cancel_param *req);
/**
* target_if_register_scan_tx_ops() - lmac handler to register scan tx_ops
* callback functions
* @scan: wlan_lmac_if_scan_tx_ops object
*
* Return: QDF_STATUS
*/
QDF_STATUS
target_if_register_scan_tx_ops(struct wlan_lmac_if_scan_tx_ops *scan);
#endif