]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: hostapd as TCP Relay
authorJouni Malinen <jouni@codeaurora.org>
Sun, 24 Mar 2019 20:17:49 +0000 (22:17 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 22 Apr 2019 18:08:59 +0000 (21:08 +0300)
commite00f780e2bdd98d1b7c96876716d8084808e635d
treeebbc1706542412229becae58c59fb36216c34972
parent88a78bdde4eb245ae1448152dab2ff3a4cf2375f
DPP2: hostapd as TCP Relay

The new hostapd configuration parameter dpp_controller can now be used
with the following subparameter values: ipaddr=<IP address>
pkhash=<hexdump>. This adds a new Controller into the configuration
(i.e., more than one can be configured) and all incoming DPP exchanges
that match the specified Controller public key hash are relayed to the
particular Controller.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/config_file.c
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/dpp_hostapd.c
src/ap/dpp_hostapd.h
src/ap/gas_serv.c
src/ap/gas_serv.h