|
@@ -1473,4 +1473,24 @@ QDF_STATUS ucfg_dp_txrx_ext_dump_stats(ol_txrx_soc_handle soc,
|
|
|
QDF_STATUS ucfg_dp_txrx_set_cpu_mask(ol_txrx_soc_handle soc,
|
|
|
qdf_cpu_mask *new_mask);
|
|
|
|
|
|
+/**
|
|
|
+ * ucfg_dp_get_per_link_peer_stats() - Call to get per link peer stats
|
|
|
+ * @soc: soc handle
|
|
|
+ * @vdev_id: vdev_id of vdev object
|
|
|
+ * @peer_mac: mac address of the peer
|
|
|
+ * @peer_stats: destination buffer
|
|
|
+ * @peer_type: Peer type
|
|
|
+ * @num_link: Number of ML links
|
|
|
+ *
|
|
|
+ * NOTE: For peer_type = CDP_MLD_PEER_TYPE peer_stats should point to
|
|
|
+ * buffer of size = (sizeof(*peer_stats) * num_link)
|
|
|
+ *
|
|
|
+ * Return: QDF_STATUS
|
|
|
+ */
|
|
|
+QDF_STATUS
|
|
|
+ucfg_dp_get_per_link_peer_stats(ol_txrx_soc_handle soc, uint8_t vdev_id,
|
|
|
+ uint8_t *peer_mac,
|
|
|
+ struct cdp_peer_stats *peer_stats,
|
|
|
+ enum cdp_peer_type peer_type,
|
|
|
+ uint8_t num_link);
|
|
|
#endif /* _WLAN_DP_UCFGi_API_H_ */
|