From 955fd590f50425d74bf14a4ffc29b2079c6e0065 Mon Sep 17 00:00:00 2001 From: huxiaomin Date: Mon, 15 Apr 2024 15:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0portal=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huxiaomin --- network/netmanager/include/net_connection_type.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/netmanager/include/net_connection_type.h b/network/netmanager/include/net_connection_type.h index 2455ac8e2..24a3018bb 100644 --- a/network/netmanager/include/net_connection_type.h +++ b/network/netmanager/include/net_connection_type.h @@ -68,6 +68,11 @@ typedef enum NetConn_NetCap { NETCONN_NET_CAPABILITY_NOT_VPN = 15, /** Validated */ NETCONN_NET_CAPABILITY_VALIDATED = 16, + /** + * portal + * @since 12 + */ + NETCONN_NET_CAPABILITY_PORTAL = 17, } NetConn_NetCap; /** -- Gitee