1
0

qcacmn: Deinitialize the pdev scan private member

Added api to support the deinitialization of pdev scan
private member

Change-Id: Id887eab16f195fc5052f30900451625a586ed9fa
CRs-Fixed: 2033622
Este cometimento está contido em:
Sandeep Puligilla
2017-04-13 18:07:06 -07:00
ascendente b4071431e9
cometimento ea68a2c6f2
2 ficheiros modificados com 84 adições e 0 eliminações

Ver ficheiro

@@ -149,6 +149,17 @@ int wlan_cfg80211_sched_scan_stop(struct wlan_objmgr_pdev *pdev,
*/
QDF_STATUS wlan_cfg80211_scan_priv_init(struct wlan_objmgr_pdev *pdev);
/**
* wlan_cfg80211_scan_priv_deinit() - API to deinitialize cfg80211 scan
* @pdev: Pointer to net device
*
* API to deinitialize cfg80211 scan module.
*
* Return: QDF_STATUS
*/
QDF_STATUS wlan_cfg80211_scan_priv_deinit(
struct wlan_objmgr_pdev *pdev);
/**
* wlan_cfg80211_scan() - API to process cfg80211 scan request
* @pdev: Pointer to pdev
@@ -217,4 +228,15 @@ QDF_STATUS wlan_abort_scan(struct wlan_objmgr_pdev *pdev,
uint32_t vdev_id,
wlan_scan_id scan_id);
/**
* wlan_cfg80211_cleanup_scan_queue() - remove entries in scan queue
* @pdev: pdev pointer
*
* Removes entries in scan queue and sends scan complete event to NL
*
* Return: None
*/
void wlan_cfg80211_cleanup_scan_queue(struct wlan_objmgr_pdev *pdev);
#endif