Searched refs:scan_ops (Results 1 – 2 of 2) sorted by relevance
91 struct wlan_lmac_if_scan_tx_ops *scan_ops; in tgt_scan_pno_start() local100 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() local125 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 …]
3917 struct wlan_lmac_if_scan_tx_ops *scan_ops = NULL; in util_scan_is_platform_eht_capable() local3930 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()