aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-09-03 13:14:59 +0000
committerCy Schubert <cy@FreeBSD.org>2021-09-03 13:14:59 +0000
commitbd452dcbede69b1862c769f244948f94b86448b5 (patch)
tree52bbbca949b6054ca15977ceea6828ea2de09ecb
parent3968b47cd974e503df303265f3be9ba5865499ab (diff)
downloadsrc-bd452dcbede6.tar.gz
src-bd452dcbede6.zip
wpa: Enable RSN Preauthentication
RSN Preauthentication allows a station autnetnicate to an AP that it is not associated with yet while associated with a different AP. This allows athentication to multiple APs simulteneously. Tested by: philip MFC after: 2 months
-rw-r--r--usr.sbin/wpa/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc
index a43792d97403..915b5312f02f 100644
--- a/usr.sbin/wpa/Makefile.inc
+++ b/usr.sbin/wpa/Makefile.inc
@@ -71,6 +71,7 @@ CFLAGS+=-DEAP_TLS_FUNCS
CFLAGS+=-DCONFIG_WNM
CFLAGS+=-DCONFIG_WNM_AP
CFLAGS+=-DCONFIG_MBO
+CFLAGS+=-DCONFIG_RSN_PREAUTH
.if ${MK_WPA_SUPPLICANT_EAPOL} != "no"
CFLAGS+=-DCONFIG_HS20 \