summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/wpa_supplicant
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-06-07 23:50:37 +0000
committersam <sam@FreeBSD.org>2005-06-07 23:50:37 +0000
commit258fa861f272b1842f245624d18b64442de1a150 (patch)
tree6d092eeaefc26ae7a289d766ba1241fa9451b0df /usr.sbin/wpa/wpa_supplicant
parent4375d40c7c0e463fbcf99ef292096c8042984076 (diff)
downloadFreeBSD-src-258fa861f272b1842f245624d18b64442de1a150.zip
FreeBSD-src-258fa861f272b1842f245624d18b64442de1a150.tar.gz
add EAP-TTLS to the EAPOL group; may want a separate knob later
Diffstat (limited to 'usr.sbin/wpa/wpa_supplicant')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index e24743a..af49d48 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -25,6 +25,9 @@ CFLAGS+=-DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK \
SRCS+= eap_tls.c eap_peap.c eap_mschapv2.c eap_leap.c eap_psk.c \
eap_tlv.c eap_tls_common.c tls_openssl.c ms_funcs.c crypto.c
+CFLAGS+=-DEAP_TTLS -DEAP_MD5
+SRCS+= eap_ttls.c eap_md5.c
+
# NB: requires patch to openssl
#CFLAGS+= -DEAP_FAST
#SRCS+= eap_fast.c
OpenPOWER on IntegriCloud