From 9e426e068d0a98003f03c8288c6ace2cb14a4aa6 Mon Sep 17 00:00:00 2001 From: Stefan Paetow Date: Fri, 2 Jun 2023 02:24:18 +0100 Subject: [PATCH] Enable IPv6 in wpa_supplicant and eapol_test builds eapol_test needs this for RADIUS and wpa_supplicant can use this with DPP over TCP. Signed-off-by: Stefan Paetow (OpenSource) --- wpa_supplicant/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index a4f20d439..01caa8a28 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -212,6 +212,9 @@ CONFIG_SMARTCARD=y # Development testing #CONFIG_EAPOL_TEST=y +# Support IPv6 +CONFIG_IPV6=y + # Select control interface backend for external programs, e.g, wpa_cli: # unix = UNIX domain sockets (default for Linux/*BSD) # udp = UDP sockets using localhost (127.0.0.1)