wpa: Enable MBO

Enable WiFi 6 MBO (Multi Band Operation). MBO is a prereq to 802.11ax.

MBO allows the efficient use of multiple frequency bands (channels).

To facilitate MBO, WNM (Wireless Network Monitoring) is a prerequisite.
It is required to build.

Tested by:	philip
MFC after:	2 months
This commit is contained in:
Cy Schubert 2021-09-03 06:14:01 -07:00
parent c1d255d3ff
commit 3968b47cd9
3 changed files with 7 additions and 0 deletions

View file

@ -68,6 +68,9 @@ CFLAGS+=-DEAP_SERVER_TLS
CFLAGS+=-DEAP_SERVER_TTLS
CFLAGS+=-DEAP_SERVER_WSC
CFLAGS+=-DEAP_TLS_FUNCS
CFLAGS+=-DCONFIG_WNM
CFLAGS+=-DCONFIG_WNM_AP
CFLAGS+=-DCONFIG_MBO
.if ${MK_WPA_SUPPLICANT_EAPOL} != "no"
CFLAGS+=-DCONFIG_HS20 \

View file

@ -28,6 +28,7 @@ SRCS= accounting.c \
ieee802_11_shared.c \
ieee802_11_vht.c \
ieee802_1x.c \
mbo_ap.c \
neighbor_db.c \
pmksa_cache_auth.c \
preauth_auth.c \
@ -39,6 +40,7 @@ SRCS= accounting.c \
vlan_ifconfig.c \
vlan_init.c \
wmm.c \
wnm_ap.c \
wpa_auth.c \
wpa_auth_glue.c \
wpa_auth_ie.c \

View file

@ -23,6 +23,7 @@ SRCS= bss.c \
events.c \
gas_query.c \
main.c \
mbo.c \
notify.c \
op_classes.c \
offchannel.c \
@ -32,6 +33,7 @@ SRCS= bss.c \
scan.c \
twt.c \
wmm_ac.c \
wnm_sta.c \
wpa_supplicant.c \
wpas_glue.c