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:
parent
3d8de6191e
commit
9e426e068d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue