]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Enable IPv6 in wpa_supplicant and eapol_test builds
authorStefan Paetow <oss@eons.net>
Fri, 2 Jun 2023 01:24:18 +0000 (02:24 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 29 Oct 2023 16:47:21 +0000 (18:47 +0200)
eapol_test needs this for RADIUS and wpa_supplicant can use this with
DPP over TCP.

Signed-off-by: Stefan Paetow (OpenSource) <oss@eons.net>
wpa_supplicant/defconfig

index a4f20d439ab9665eeaca33dcccf986e86a2b6504..01caa8a283a905ba4747db692b2bf13bcc4a56bb 100644 (file)
@@ -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)