qcacmn: add support for CoAP

Add support for Constrained Application Protocol.

Change-Id: I425206a990778cf946a4805192eff4d54562a945
CRs-Fixed: 3254128
此提交包含在:
Yu Wang
2022-07-27 14:33:31 +08:00
提交者 Madan Koyyalamudi
父節點 6efe5cf271
當前提交 67011a392c
共有 8 個檔案被更改,包括 168 行新增1 行删除

查看文件

@@ -295,6 +295,7 @@
* @WLAN_UMAC_COMP_TWT: Target Wake Time (TWT) Component
* @WLAN_UMAC_COMP_PRE_CAC: PRE CAC component
* @WLAN_COMP_DP: DP component
* @WLAN_UMAC_COMP_COAP: Constrained Application Protocol component
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -349,6 +350,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_PRE_CAC = 45,
WLAN_COMP_DP = 46,
WLAN_COMP_TELEMETRY_AGENT = 47,
WLAN_UMAC_COMP_COAP = 48,
WLAN_UMAC_COMP_ID_MAX,
};