mbox series

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

Message ID 20210416061332.16388-1-michael-dev@fami-braun.de
Headers show
Series SAE support Tunnel-Password (RADIUS) | expand

Message

michael-dev April 16, 2021, 6:13 a.m. UTC
From: Michael Braun <michael-dev@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(-)