Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/scan/src/
H A Dtarget_if_scan.c79 struct wlan_lmac_if_scan_rx_ops *scan_rx_ops; in target_if_scan_event_handler() local
110 scan_rx_ops = target_if_scan_get_rx_ops(psoc); in target_if_scan_event_handler()
111 if (!scan_rx_ops) { in target_if_scan_event_handler()
116 if (scan_rx_ops->scan_ev_handler) { in target_if_scan_event_handler()
117 status = scan_rx_ops->scan_ev_handler(psoc, event_info); in target_if_scan_event_handler()
138 struct wlan_lmac_if_scan_rx_ops *scan_rx_ops; in target_if_nlo_complete_handler() local
172 scan_rx_ops = target_if_scan_get_rx_ops(psoc); in target_if_nlo_complete_handler()
173 if (!scan_rx_ops) { in target_if_nlo_complete_handler()
178 if (scan_rx_ops->scan_ev_handler) { in target_if_nlo_complete_handler()
179 status = scan_rx_ops->scan_ev_handler(psoc, event_info); in target_if_nlo_complete_handler()
[all …]