Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_tgt_api.c160 QDF_ASSERT(scan_ops->obss_disable); in tgt_scan_obss_disable()
161 if (scan_ops->obss_disable) in tgt_scan_obss_disable()
162 return scan_ops->obss_disable(psoc, vdev_id); in tgt_scan_obss_disable()
/wlan-driver/qca-wifi-host-cmn/target_if/scan/src/
H A Dtarget_if_scan.c524 scan->obss_disable = target_if_obss_scan_disable; 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.h437 QDF_STATUS (*obss_disable)(struct wlan_objmgr_psoc *psoc, member