1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Enable support for IEEE 802.11N, 802.11W, 802.11AC and 802.11.AX to

hostapd and wpa_supplicant.

Submitted by:	bz
MFC after:	2 weeks
Relnotes:	yes
Sponsored by:	Rubicon Communications, LLC (d/b/a "Netgate")
This commit is contained in:
Cy Schubert 2020-07-09 23:01:36 +00:00
parent ffc568ba8b
commit f329ac7dfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363061
2 changed files with 13 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \