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

@@ -592,6 +592,7 @@
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
#define SOC_WIFI_HE_SUPPORT_5G (1) /*!< Support Wi-Fi 6 in 5G */
#define SOC_WIFI_MAC_VERSION_NUM (3) /*!< Wi-Fi MAC version num is 3 */
/*---------------------------------- Bluetooth CAPS ----------------------------------*/
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */