mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled
This commit is contained in:
@@ -463,6 +463,7 @@ menu "Wi-Fi"
|
|||||||
bool "WiFi Aware"
|
bool "WiFi Aware"
|
||||||
default n
|
default n
|
||||||
depends on SOC_WIFI_NAN_SUPPORT
|
depends on SOC_WIFI_NAN_SUPPORT
|
||||||
|
select LWIP_IPV6
|
||||||
help
|
help
|
||||||
Enable WiFi Aware (NAN) feature.
|
Enable WiFi Aware (NAN) feature.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user