]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/hostapd.conf
HS 2.0: Allow configuration of operator icons
authorJouni Malinen <jouni@codeaurora.org>
Mon, 16 Apr 2018 10:18:57 +0000 (13:18 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 17 Apr 2018 13:40:47 +0000 (16:40 +0300)
commit0e450db285d46bfd14877287f0ca8e74025d92b1
treec9794dc6b8d7113ead291bf12138bdfdbeb01635
parent6a8a04d7429a2b5791aba3d7ee777ad7c683a777
HS 2.0: Allow configuration of operator icons

This extends hostapd Hotspot 2.0 implementation to allow operator icons
to be made available. The existing hs20_icon parameter is used to define
the icons and the new operator_icon parameter (zero or more entries) is
used to specify which of the available icons are operator icons. The
operator icons are advertised in the Operator Icon Metadata ANQP-element
while the icon data can be fetched using the same mechanism (icon
request/binary file) that was added for the OSU Providers icons.

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/gas_serv.c
src/ap/gas_serv.h