]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0 server: RADIUS server support for SIM provisioning
authorJouni Malinen <jouni@codeaurora.org>
Fri, 14 Dec 2018 13:58:13 +0000 (15:58 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 15 Dec 2018 16:01:38 +0000 (18:01 +0200)
commit7bd8c76a4f8cf6b0b01ae986859481659931c793
treea769504c7b9d2d63b2f39d8d8029b6da7d6c856e
parent79fec6a92d69654af8b90715e7fd41e49238bbfa
HS 2.0 server: RADIUS server support for SIM provisioning

This adds support for hostapd-as-RADIUS-authentication-server to request
subscription remediation for SIM-based credentials. The new hostapd.conf
parameter hs20_sim_provisioning_url is used to set the URL prefix for
the remediation server for SIM provisioning. The random
hotspot2dot0-mobile-identifier-hash value will be added to the end of
this URL prefix and the same value is stored in a new SQLite database
table sim_provisioning for the subscription server implementation to
use.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/config_file.c
hs20/server/sql.txt
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/authsrv.c
src/ap/eap_user_db.c
src/radius/radius_server.c
src/radius/radius_server.h