qcacmn: Scan radio special vap stats support

-Add flag to inidicate special vap configuration
-Add frame type counters while processing tlv
 WIFIRX_MPDU_START_E
-Add function to update special vap rx stats
-Add dp pdev param to enable/disable special vap
 stats reset
-Add function to reset special vap stats
-Add fucntion to get special vap stats
-Add CDP function to retreive special vap stats

Change-Id: Ia5de6743e472dc86c9e66b9e789c909a57025e35
CRs-Fixed: 3005425
这个提交包含在:
Jeevan Kukkalli
2021-08-02 14:58:21 +05:30
提交者 Madan Koyyalamudi
父节点 693dbbdf2f
当前提交 1665e7c8e5
修改 10 个文件,包含 215 行新增0 行删除

查看文件

@@ -590,6 +590,17 @@ static inline bool monitor_is_enable_enhanced_stats(struct dp_pdev *pdev)
{
return false;
}
static inline
void dp_monitor_pdev_config_spcl_vap(struct dp_pdev *pdev)
{
}
static inline
void dp_monitor_pdev_reset_spcl_vap_stats_enable(struct dp_pdev *pdev,
bool val)
{
}
#endif
#define DP_MAX_TIMER_EXEC_TIME_TICKS \