mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 07:02:42 +00:00
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:
parent
3968b47cd9
commit
bd452dcbed
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user