aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-07-09 23:01:36 +0000
committerCy Schubert <cy@FreeBSD.org>2020-07-09 23:01:36 +0000
commitf329ac7dfbefa0233d54b0356b3e581c23f95059 (patch)
tree24850c54d465ae9d435b6f2903128bf8e00eacb2 /usr.sbin
parentffc568ba8b52c25e39e40c272bdf1b1556b1c884 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/wpa/hostapd/Makefile9
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile4
2 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/wpa/hostapd/Makefile b/usr.sbin/wpa/hostapd/Makefile
index d5426d2f45dab..24c25ffc0b949 100644
--- a/usr.sbin/wpa/hostapd/Makefile
+++ b/usr.sbin/wpa/hostapd/Makefile
@@ -45,11 +45,15 @@ SRCS= accounting.c \
ieee802_11.c \
ieee802_11_auth.c \
ieee802_11_common.c \
+ ieee802_11_he.c \
+ ieee802_11_ht.c \
ieee802_11_shared.c \
+ ieee802_11_vht.c \
ieee802_1x.c \
ip_addr.c \
l2_packet_freebsd.c \
main.c \
+ mbo_ap.c \
ms_funcs.c \
neighbor_db.c \
os_unix.c \
@@ -103,6 +107,11 @@ CFLAGS+=-I${.CURDIR:H}/wpa_supplicant \
-DCONFIG_DRIVER_BSD \
-DCONFIG_DRIVER_RADIUS_ACL \
-DCONFIG_HS20 \
+ -DCONFIG_MBO \
+ -DCONFIG_IEEE80211N \
+ -DCONFIG_IEEE80211W \
+ -DCONFIG_IEEE80211AC \
+ -DCONFIG_IEEE80211AX \
-DCONFIG_INTERWORKING \
-DCONFIG_PEERKEY \
-DCONFIG_RSN_PREAUTH \
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index 31d128e86d440..7556e9b8d26ab 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -42,6 +42,10 @@ CFLAGS+=-DCONFIG_BACKEND_FILE \
-DCONFIG_DRIVER_WIRED \
-DCONFIG_GAS \
-DCONFIG_IEEE80211R \
+ -DCONFIG_IEEE80211N \
+ -DCONFIG_IEEE80211W \
+ -DCONFIG_IEEE80211AC \
+ -DCONFIG_IEEE80211AX \
-DCONFIG_PEERKEY \
-DCONFIG_PRIVSEP \
-DCONFIG_SMARTCARD \