Searched refs:scan_rx_ops (Results 1 – 1 of 1) sorted by relevance
79 struct wlan_lmac_if_scan_rx_ops *scan_rx_ops; in target_if_scan_event_handler() local110 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() local172 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 …]