From 5657981f4f26b6e28dd20dbf56f90d36afeb2fee Mon Sep 17 00:00:00 2001 From: akshat Date: Thu, 10 Jul 2025 10:03:53 +0530 Subject: [PATCH] bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled --- components/esp_wifi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_wifi/Kconfig b/components/esp_wifi/Kconfig index 233cf3480d..11c8230669 100644 --- a/components/esp_wifi/Kconfig +++ b/components/esp_wifi/Kconfig @@ -463,6 +463,7 @@ menu "Wi-Fi" bool "WiFi Aware" default n depends on SOC_WIFI_NAN_SUPPORT + select LWIP_IPV6 help Enable WiFi Aware (NAN) feature.