Merge branch 'fix/backport_wifi_fixes_v5.4' into 'release/v5.4'

fix(wifi): backport some fixes to v5.4

See merge request espressif/esp-idf!37008
This commit is contained in:
Jiang Jiang Jian
2025-02-19 21:59:20 +08:00
11 changed files with 20 additions and 10 deletions

View File

@@ -1491,6 +1491,10 @@ config SOC_WIFI_MAC_VERSION_NUM
int
default 3
config SOC_WIFI_NAN_SUPPORT
bool
default y
config SOC_BLE_SUPPORTED
bool
default y

View File

@@ -616,6 +616,7 @@
#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
#define SOC_WIFI_SUPPORT_5G (1) /*!< Support 5G */
#define SOC_WIFI_MAC_VERSION_NUM (3) /*!< Wi-Fi MAC version num is 3 */
#define SOC_WIFI_NAN_SUPPORT (1) /*!< Support WIFI Aware (NAN) */
/*---------------------------------- Bluetooth CAPS ----------------------------------*/
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */