]> git.ipfire.org Git - thirdparty/hostap.git/commit
RSNE/RSNXE overriding for AP
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 11 Oct 2023 09:48:05 +0000 (12:48 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 20 Jul 2024 18:28:28 +0000 (21:28 +0300)
commit157b0163832c688a08c34abb102319325b935d58
tree8f74686b7aaeebb768e6b99b2f6eb316ae229cf1
parentb8a2d11ae04ec20aa6370af4d21150a2a1a5fc89
RSNE/RSNXE overriding for AP

Allow hostapd to be configured to advertised two separate sets of
RSNE/RSNXE parameters so that RSNE/RSNXE can use a reduced set of
capabilities (e.g., WPA2-Personal only) for supporting deployed STAs
that have issues with transition modes while the new override elements
can use a newer security option (e.g., WPA3-Personal only) for STAs that
support the new mechanism.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
12 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/beacon.c
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_i.h
src/ap/wpa_auth_ie.c