]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/hostapd.conf
HS 2.0: Send Terms and Conditions Acceptance notification
authorJouni Malinen <jouni@codeaurora.org>
Mon, 23 Apr 2018 21:05:44 +0000 (00:05 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 23 Apr 2018 21:35:47 +0000 (00:35 +0300)
commit8760b9848cf43185f93c1f4d19798c0d9c835922
tree72ac02ad8af4ee0383ad9b1ac236cea6a0c690b1
parent6cb8f4f382d8f08461d6bbd457acb059672aaacf
HS 2.0: Send Terms and Conditions Acceptance notification

This extends hostapd Access-Accept processing to check if the RADIUS
server indicated that Terms and Conditions Acceptance is required. The
new hs20_t_c_server_url parameter is used to specify the server URL
template that the STA is requested to visit.

This commit does not enable any kind of filtering, i.e., only the part
of forwarding a request from Access-Accept to the STA using
WNM-Notification is covered.

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