Home
last modified time | relevance | path

Searched refs:pno_stop (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ !
H A Dwlan_scan_tgt_api.c131 QDF_ASSERT(scan_ops->pno_stop); in tgt_scan_pno_stop()
132 if (scan_ops->pno_stop) in tgt_scan_pno_stop()
133 return scan_ops->pno_stop(psoc, vdev_id); in tgt_scan_pno_stop()
/wlan-driver/qca-wifi-host-cmn/target_if/scan/src/ !
H A Dtarget_if_scan.c523 scan->pno_stop = target_if_pno_stop; in target_if_scan_tx_ops_register()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ !
H A Dwlan_lmac_if_def.h435 QDF_STATUS (*pno_stop)(struct wlan_objmgr_psoc *psoc, member