]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Move hostapd Configurator/bootstrap data into global context
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 Nov 2017 11:22:32 +0000 (13:22 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 27 Nov 2017 11:24:20 +0000 (13:24 +0200)
commit7eb6bfb45dfb30299cadc08af46758c6669b305e
tree1039790c974d7242caa1f3e17f5d54464114b201
parentcdef4e91aa4616598f3cfc6493e66045329087aa
DPP: Move hostapd Configurator/bootstrap data into global context

This moves the Configurator and Bootstrapping Information data from
struct hostapd_data (per-BSS) to struct hapd_interfaces (per-hostapd
process). This allows the information to be maintained over interface
restarts and shared between interfaces.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c
hostapd/main.c
src/ap/dpp_hostapd.c
src/ap/dpp_hostapd.h
src/ap/hostapd.h