]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-SIM/AKA server: Allow pseudonym/fast reauth to be disabled
authorJouni Malinen <jouni@codeaurora.org>
Wed, 31 Jul 2019 21:02:02 +0000 (00:02 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 1 Aug 2019 07:36:11 +0000 (10:36 +0300)
commit6bb11c7a405616de9a2b3af395117ebe7bdc7047
tree18da671f57314bee1c5d7e6614b146d3722de16c
parentc1b2365214beacd834811fad2774e03177e008ce
EAP-SIM/AKA server: Allow pseudonym/fast reauth to be disabled

The new hostapd configuration option eap_sim_id can now be used to
disable use of pseudonym and/or fast reauthentication with EAP-SIM,
EAP-AKA, and EAP-AKA'.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
15 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/authsrv.c
src/ap/ieee802_1x.c
src/eap_server/eap.h
src/eap_server/eap_i.h
src/eap_server/eap_server.c
src/eap_server/eap_server_aka.c
src/eap_server/eap_server_sim.c
src/eapol_auth/eapol_auth_sm.c
src/eapol_auth/eapol_auth_sm.h
src/radius/radius_server.c
src/radius/radius_server.h