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

@@ -847,6 +847,10 @@ config SOC_WIFI_HE_SUPPORT
bool
default y
config SOC_WIFI_MAC_VERSION_NUM
int
default 3
config SOC_PHY_COMBO_MODULE
bool
default y

View File

@@ -455,6 +455,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 (3) /*!< Wi-Fi MAC version num is 3 */
/*---------------------------------- Bluetooth CAPS ----------------------------------*/
// \#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */