From: Stefan Paetow Date: Fri, 2 Jun 2023 01:24:18 +0000 (+0100) Subject: Enable IPv6 in wpa_supplicant and eapol_test builds X-Git-Tag: hostap_2_11~900 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e426e068d0a98003f03c8288c6ace2cb14a4aa6;p=thirdparty%2Fhostap.git 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) --- 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)