esp_wifi: esp32c2 does not support wifi mesh

This commit is contained in:
muhaidong
2022-06-21 16:48:52 +08:00
parent b48b9beace
commit 96f86e0bb4
10 changed files with 25 additions and 0 deletions

View File

@@ -770,3 +770,7 @@ config SOC_WIFI_WAPI_SUPPORT
config SOC_WIFI_CSI_SUPPORT
bool
default y
config SOC_WIFI_MESH_SUPPORT
bool
default y

View File

@@ -362,3 +362,4 @@
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */