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
This commit is contained in:
Cy Schubert 2021-09-03 06:14:59 -07:00
parent 3968b47cd9
commit bd452dcbed

View file

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