]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/sta_info.c
HS 2.0: Move Terms and Conditions Server URL generation from AP to AS
authorJouni Malinen <jouni@codeaurora.org>
Thu, 21 Jun 2018 17:50:54 +0000 (20:50 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 21 Jun 2018 17:50:54 +0000 (20:50 +0300)
commitd4e39c51f8bb5812aea95c38d11e8f9169fda2ee
tree12392a455129d2fd94f9ba1465e9d099be2f1df3
parente6f8042d179208f42bce7637d680b3034d1db206
HS 2.0: Move Terms and Conditions Server URL generation from AP to AS

This makes it more convenient to generate the URL in a way that
interoperates between different vendors. The AP is simply copying the
already constructed URL as-is from Access-Accept to WNM-Notification.
This means that the HO AAA can generate the URL in a manner that works
for the associated T&C Server without having to coordinate with each AP.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/hostapd.conf
src/ap/authsrv.c
src/ap/hs20.c
src/ap/hs20.h
src/ap/ieee802_1x.c
src/ap/sta_info.c
src/ap/sta_info.h
src/radius/radius.h
src/radius/radius_server.c
src/radius/radius_server.h