]> git.ipfire.org Git - thirdparty/hostap.git/commit
RADIUS ACL/PSK check during 4-way handshake
authorJouni Malinen <j@w1.fi>
Sat, 2 Apr 2022 10:12:43 +0000 (13:12 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 2 Apr 2022 14:52:32 +0000 (17:52 +0300)
commit1c3438fec4bad13a676617915ff56af54e7b4542
tree633f15b8820dc0e97433a59e71e029b0b1fb16ce
parent5b5c954c04f59fbca1e358c57bb83bdfcd76c40c
RADIUS ACL/PSK check during 4-way handshake

Add an alternative sequence for performing the RADIUS ACL check and PSK
fetch. The previously used (macaddr_acl=2, wpa_psk_radius=2) combination
does this during IEEE 802.11 Authentication frame exchange while the new
option (wpa_psk_radius=3) does this during the 4-way handshake. This
allows some more information to be provided to the RADIUS authentication
server.

Signed-off-by: Jouni Malinen <j@w1.fi>
12 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_auth.c
src/ap/ieee802_11_auth.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_i.h