qcacmn: Add API to check whether a given peer is sla or not

Add API to check whether a given peer is sla or not

Change-Id: I4d40aeb11fac1dc3620abca4958e4484635e42dc
CRs-Fixed: 3344429
This commit is contained in:
Himanshu Batra
2022-11-23 14:49:21 +05:30
committed by Madan Koyyalamudi
父節點 0a1f95446f
當前提交 993c0b242f
共有 3 個文件被更改,包括 32 次插入0 次删除

查看文件

@@ -14190,6 +14190,7 @@ static struct cdp_sawf_ops dp_ops_sawf = {
.telemetry_get_mpdu_stats = dp_sawf_get_mpdu_sched_stats,
.telemetry_get_drop_stats = dp_sawf_get_drop_stats,
.peer_config_ul = dp_sawf_peer_config_ul,
.swaf_peer_is_sla_configured = dp_swaf_peer_is_sla_configured,
#endif
};
#endif