Home
last modified time | relevance | path

Searched refs:scan_ops (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_tgt_api.c91 struct wlan_lmac_if_scan_tx_ops *scan_ops; in tgt_scan_pno_start() local
100 scan_ops = wlan_psoc_get_scan_txops(psoc); in tgt_scan_pno_start()
101 if (!scan_ops) { in tgt_scan_pno_start()
106 QDF_ASSERT(scan_ops->pno_start); in tgt_scan_pno_start()
107 if (scan_ops->pno_start) in tgt_scan_pno_start()
108 return scan_ops->pno_start(psoc, req); in tgt_scan_pno_start()
116 struct wlan_lmac_if_scan_tx_ops *scan_ops; in tgt_scan_pno_stop() local
125 scan_ops = wlan_psoc_get_scan_txops(psoc); in tgt_scan_pno_stop()
126 if (!scan_ops) { in tgt_scan_pno_stop()
131 QDF_ASSERT(scan_ops->pno_stop); in tgt_scan_pno_stop()
[all …]
H A Dwlan_scan_utils_api.c3917 struct wlan_lmac_if_scan_tx_ops *scan_ops = NULL; in util_scan_is_platform_eht_capable() local
3930 scan_ops = &tx_ops->scan; in util_scan_is_platform_eht_capable()
3931 if (!scan_ops) { in util_scan_is_platform_eht_capable()
3937 if (scan_ops->is_platform_eht_capable) in util_scan_is_platform_eht_capable()
3938 return scan_ops->is_platform_eht_capable(psoc, pdev_id); in util_scan_is_platform_eht_capable()