]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/ap_config.h
HS 2.0: Terms and Conditions testing feature in authentication server
authorJouni Malinen <jouni@codeaurora.org>
Wed, 25 Apr 2018 21:57:44 +0000 (00:57 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 26 Apr 2018 14:56:22 +0000 (17:56 +0300)
commit4526038092437cd74735ab1c63ae84e731d7f605
tree652dea0deb257966e375552f69eb6c2ab66067dc
parent045c7c6817bdb5f86c0b5447db5820f0961f1dc0
HS 2.0: Terms and Conditions testing feature in authentication server

Allow hostapd RADIUS authentication server with SQLite EAP user DB to be
used for testing Terms and Conditions functionality. This could be used
for the HO AAA part of functionality (merging HO AAA and SP AAA into a
single component to avoid separate RADIUS proxy in testing setup).

A T&C server with HTTPS processing is needed to allow this to be used
for full over-the-air testing. This commit adds sufficient functionality
to allow hwsim test cases to cover the RADIUS server part.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/hostapd.eap_user_sqlite
src/ap/ap_config.h
src/ap/authsrv.c
src/ap/eap_user_db.c
src/eap_server/eap.h
src/radius/radius_server.c