Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/nan/src/
Dtarget_if_nan.c53 struct wlan_nan_rx_ops *nan_rx_ops; in target_if_nan_event_dispatcher() local
61 nan_rx_ops = nan_psoc_get_rx_ops(psoc); in target_if_nan_event_dispatcher()
62 if (!nan_rx_ops) { in target_if_nan_event_dispatcher()
66 status = nan_rx_ops->nan_discovery_event_rx(msg); in target_if_nan_event_dispatcher()
121 struct wlan_nan_rx_ops *nan_rx_ops; in target_if_ndp_event_dispatcher() local
167 nan_rx_ops = nan_psoc_get_rx_ops(psoc); in target_if_ndp_event_dispatcher()
168 if (!nan_rx_ops) { in target_if_ndp_event_dispatcher()
174 status = nan_rx_ops->nan_datapath_event_rx(msg); in target_if_ndp_event_dispatcher()
190 struct wlan_nan_rx_ops *nan_rx_ops; in target_if_nan_ndp_initiator_req() local
210 nan_rx_ops = nan_psoc_get_rx_ops(psoc); in target_if_nan_ndp_initiator_req()
[all …]