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) <oss@eons.net>
This commit is contained in:
Stefan Paetow 2023-06-02 02:24:18 +01:00 committed by Jouni Malinen
parent 3d8de6191e
commit 9e426e068d

View 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)