Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h682 (*mon_peer_tx_capture_get_stats)(struct dp_peer *peer, member
3009 if (!monitor_ops || !monitor_ops->mon_peer_tx_capture_get_stats) { in dp_monitor_peer_tx_capture_get_stats()
3014 return monitor_ops->mon_peer_tx_capture_get_stats(peer, stats); in dp_monitor_peer_tx_capture_get_stats()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c1345 mon_ops->mon_peer_tx_capture_get_stats = dp_get_peer_tx_capture_stats; in dp_mon_register_feature_ops_1_0()