Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_mgmt_txrx.h94 QDF_STATUS pkt_capture_mgmt_rx_ops(struct wlan_objmgr_psoc *psoc,
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_main.c731 status = pkt_capture_mgmt_rx_ops(psoc, true); in pkt_capture_register_callbacks()
777 pkt_capture_mgmt_rx_ops(psoc, false); in pkt_capture_register_callbacks()
835 status = pkt_capture_mgmt_rx_ops(psoc, false); in pkt_capture_deregister_callbacks()
H A Dwlan_pkt_capture_mgmt_txrx.c759 QDF_STATUS pkt_capture_mgmt_rx_ops(struct wlan_objmgr_psoc *psoc, in pkt_capture_mgmt_rx_ops() function