Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h696 void (*mon_htt_ppdu_stats_detach)(struct dp_pdev *pdev); member
3190 if (!monitor_ops || !monitor_ops->mon_htt_ppdu_stats_detach) { in dp_monitor_htt_ppdu_stats_detach()
3195 return monitor_ops->mon_htt_ppdu_stats_detach(pdev); in dp_monitor_htt_ppdu_stats_detach()
H A Ddp_mon.c6859 mon_ops->mon_htt_ppdu_stats_detach = NULL; in dp_mon_feature_ops_deregister()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c1253 mon_ops->mon_htt_ppdu_stats_detach = dp_htt_ppdu_stats_detach; in dp_mon_register_feature_ops_2_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c1328 mon_ops->mon_htt_ppdu_stats_detach = dp_htt_ppdu_stats_detach; in dp_mon_register_feature_ops_1_0()