[PATCHv3 0/2] SAE support Tunnel-Password (RADIUS)

michael-dev at fami-braun.de michael-dev at fami-braun.de
Fri Apr 16 12:18:23 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: 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




More information about the Hostap mailing list