qcacmn: Add cdp function to get rate/link stats

Add cdp function to get the peer extended rate and link stats.
This change is to support user level command to flush mld/link
peer extended link and rate stats.

cfg80211tool wifiX get_peer_extd_rate_link_stats <mac_addr>

Change-Id: I20cd2b38b242008b95aedc5f9914088a149093dd
CRs-Fixed: 3278042
This commit is contained in:
KARTHIK KUMAR T
2022-08-11 12:02:18 +05:30
کامیت شده توسط Madan Koyyalamudi
والد 3e3726cc7a
کامیت 8267333021
3فایلهای تغییر یافته به همراه127 افزوده شده و 0 حذف شده

مشاهده پرونده

@@ -1204,6 +1204,9 @@ struct cdp_host_stats_ops {
uint8_t *addr,
struct cdp_peer_telemetry_stats *stats);
#endif
QDF_STATUS
(*txrx_get_peer_extd_rate_link_stats)
(struct cdp_soc_t *soc, uint8_t *mac_addr);
};
struct cdp_wds_ops {