From: Michael Braun <michael-dev@xxxxxxxxxxxxx> 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: add RADIUS Tunnel-Password support 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 | 54 ++++++++++ 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 | 190 ++++++++++++++++++++++++++++++++-- 10 files changed, 513 insertions(+), 123 deletions(-) -- 2.20.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap