summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/hostapd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wpa/hostapd/Makefile')
-rw-r--r--usr.sbin/wpa/hostapd/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/wpa/hostapd/Makefile b/usr.sbin/wpa/hostapd/Makefile
index 04fbc4d..743f917 100644
--- a/usr.sbin/wpa/hostapd/Makefile
+++ b/usr.sbin/wpa/hostapd/Makefile
@@ -35,15 +35,15 @@ FILES= hostapd.conf hostapd.eap_user hostapd.wpa_psk
.endif
CFLAGS+=-DCONFIG_DRIVER_BSD \
- -DHOSTAPD \
-DCONFIG_DRIVER_RADIUS_ACL \
- -DCONFIG_RSN_PREAUTH \
+ -DCONFIG_HS20 \
+ -DCONFIG_INTERWORKING \
-DCONFIG_PEERKEY \
+ -DCONFIG_RSN_PREAUTH \
-DCONFIG_WPS \
-DCONFIG_WPS2 \
-DCONFIG_WPS_UPNP \
- -DCONFIG_INTERWORKING \
- -DCONFIG_HS20
+ -DHOSTAPD
.if ${MK_INET6} != "no"
CFLAGS+= -DCONFIG_IPV6
.endif
@@ -65,8 +65,8 @@ CFLAGS+=-DDPKCS12_FUNCS \
-DEAP_SERVER_PEAP \
-DEAP_SERVER_TLS \
-DEAP_SERVER_TTLS \
- -DEAP_TLS_FUNCS \
- -DEAP_SERVER_WSC
+ -DEAP_SERVER_WSC \
+ -DEAP_TLS_FUNCS
SRCS+= eap_server_gtc.c \
eap_server_identity.c \
OpenPOWER on IntegriCloud