Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/nan/src/
H A Dtarget_if_nan.c61 nan_rx_ops = nan_psoc_get_rx_ops(psoc); in target_if_nan_event_dispatcher()
167 nan_rx_ops = nan_psoc_get_rx_ops(psoc); in target_if_ndp_event_dispatcher()
210 nan_rx_ops = nan_psoc_get_rx_ops(psoc); in target_if_nan_ndp_initiator_req()
439 nan_rx_ops = nan_psoc_get_rx_ops(psoc); in target_if_nan_ndp_responder_req()
535 nan_rx_ops = nan_psoc_get_rx_ops(psoc); in target_if_nan_ndp_end_req()
/wlan-driver/qcacld-3.0/components/nan/core/inc/
H A Dwlan_nan_api.h161 struct wlan_nan_rx_ops *nan_psoc_get_rx_ops(struct wlan_objmgr_psoc *psoc) in nan_psoc_get_rx_ops() function