feat(wifi): add support for ap choose

This commit is contained in:
xuxiao
2024-09-02 20:14:43 +08:00
committed by BOT
parent 68d504b4fd
commit ffb227ebd2
11 changed files with 37 additions and 5 deletions

View File

@@ -1483,6 +1483,10 @@ config SOC_WIFI_HE_SUPPORT
bool
default y
config SOC_WIFI_MAC_VERSION_NUM
int
default 2
config SOC_BLE_SUPPORTED
bool
default y

View File

@@ -584,6 +584,7 @@
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
#define SOC_WIFI_MAC_VERSION_NUM (2) /*!< Wi-Fi MAC version num is 2 */
/*---------------------------------- Bluetooth CAPS ----------------------------------*/
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */