aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2005-06-07 23:50:37 +0000
committerSam Leffler <sam@FreeBSD.org>2005-06-07 23:50:37 +0000
commit8f0ba923ab96ed25aebe5a2579789d7ccd627301 (patch)
tree6d092eeaefc26ae7a289d766ba1241fa9451b0df /usr.sbin/wpa
parent5d84f814e9751ca380dd75f125e7d97fa1e7277a (diff)
downloadsrc-8f0ba923ab96ed25aebe5a2579789d7ccd627301.tar.gz
src-8f0ba923ab96ed25aebe5a2579789d7ccd627301.zip
add EAP-TTLS to the EAPOL group; may want a separate knob later
Notes
Notes: svn path=/head/; revision=147120
Diffstat (limited to 'usr.sbin/wpa')
-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 e24743adc1d9..af49d4887d43 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