[PATCH 0/2] SAE support Tunnel-Password (RADIUS)
michael-dev at fami-braun.de
michael-dev at fami-braun.de
Fri Apr 16 07:13:30 BST 2021
From: Michael Braun <michael-dev at fami-braun.de>
This series adds RADIUS Tunnel-Password support for SAE.
SAE identity is optionally carried in Tunnel-Client-Auth-ID.
While at it, make sure that using radius_msg_get_tunnel_password
for iterating is only of linear time complexity by using next_idx.
Michael Braun (2):
sae: use Tunnel-Password and Tunnel-Client-Auth-ID for SAE
test: SAE password with Tunnel-Password
hostapd/hostapd.conf | 6 ++
src/ap/ap_config.c | 8 ++
src/ap/ap_config.h | 9 +-
src/ap/ieee802_11.c | 61 +++++++++++
src/ap/ieee802_11_auth.c | 145 +++++++++++++++++++-------
src/ap/wpa_auth_glue.c | 28 +++--
src/radius/radius.c | 188 ++++++++++++++++++++++------------
src/radius/radius.h | 7 +-
tests/hwsim/dictionary.radius | 1 +
tests/hwsim/test_radius.py | 119 ++++++++++++++++++++-
10 files changed, 453 insertions(+), 119 deletions(-)
--
2.20.1
More information about the Hostap
mailing list