Merge branch 'bugfix/enable_ipv6_if_nan_v5.3' into 'release/v5.3'

bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled (Backport v5.3)

See merge request espressif/esp-idf!40489
This commit is contained in:
Jiang Jiang Jian
2025-07-18 20:14:42 +08:00
2 changed files with 4 additions and 0 deletions

View File

@@ -483,6 +483,7 @@ menu "Wi-Fi"
bool "WiFi Aware"
default n
depends on SOC_WIFI_NAN_SUPPORT
select LWIP_IPV6
help
Enable WiFi Aware (NAN) feature.

View File

@@ -31,6 +31,9 @@
#else
#define EXAMPLE_NAN_SVC_MSG "Hello"
#endif
#ifndef ETH_ALEN
#define ETH_ALEN 6
#endif
static const char *TAG = "subscriber";