/* Copyright (C) 2018 RDA Technologies Limited and/or its affiliates("RDA"). * All rights reserved. * * This software is supplied "AS IS" without any warranties. * RDA assumes no responsibility or liability for the use of the software, * conveys no license or title under any patent, copyright, or mask work * right to the product. RDA reserves the right to make changes in the * software without notification. RDA also make no representation or * warranty that such application will be suitable for the specified use * without further testing or modification. */ #ifndef _NET_CONFIG_H_ #define _NET_CONFIG_H_ #include "hal_config.h" // @AUTO_GENERATION_NOTICE@ #cmakedefine CONFIG_NET_LWIP_DEBUG #cmakedefine CONFIG_NET_TCPIP_SUPPORT #cmakedefine CONFIG_NET_LWIP_IPV4_ON #cmakedefine CONFIG_NET_LWIP_IPV6_ON #cmakedefine CONFIG_NET_LWIP_RFACK_ON #cmakedefine CONFIG_NET_LWIP_TCP_ON #cmakedefine CONFIG_NET_LWIP_PPP_ON #cmakedefine CONFIG_NET_LOG_BUF_COUNT @CONFIG_NET_LOG_BUF_COUNT@ #cmakedefine CONFIG_NET_LOG_BUF_SIZE @CONFIG_NET_LOG_BUF_SIZE@ #cmakedefine CONFIG_NET_TRACE_IP_PACKET #cmakedefine CONFIG_NET_NAT_SUPPORT #cmakedefine CONFIG_MBEDTLS_LIB_SUPPORT #cmakedefine CONFIG_MBEDTLS_TCPIP_SUPPORT #cmakedefine CONFIG_NET_USSL_SUPPORT #cmakedefine CONFIG_NET_SELF_REGISTE_SUPPORT #cmakedefine CONFIG_TINYDTLS_LIB_SUPPORT #cmakedefine CONFIG_MBEDTLS_USE_CE_CRYPTO #cmakedefine CONFIG_NET_NBSELFREG_HTTP_SUPPORT #cmakedefine CONFIG_NET_SELFREG_COAP_SUPPORT #cmakedefine CONFIG_NET_DM_CISSDK_SUPPORT #cmakedefine CONFIG_NET_DM_LWM2M_SUPPORT #cmakedefine CONFIG_NET_DM_CUS_SUPPORT #cmakedefine CONFIG_NBSELFREG_CUS_SUPPORT #cmakedefine CONFIG_LWIP_TCP_SACK_SUPPORT #cmakedefine CONFIG_NET_IDS_SUPPORT #cmakedefine CONFIG_NET_DNS_SERVER_SUPPORT #cmakedefine CONFIG_NET_CTIOTSM_SUPPORT #cmakedefine CONFIG_NET_CTWING_SELFREG_SUPPORT #cmakedefine CONFIG_NET_LIBDMP_SDK_SUPPORT #cmakedefine CONFIG_NET_CTIOT_AEP_SUPPORT #endif