]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Allow Relay connections to Controllers to be added and removed
authorJouni Malinen <quic_jouni@quicinc.com>
Sat, 23 Jul 2022 14:41:00 +0000 (17:41 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 24 Jul 2022 21:23:31 +0000 (00:23 +0300)
commitbfe3cfc382d6e25a69d093a49a3a9fc1415e3752
treeb000fb80c0fba7ba26c217d286c8e1a2fe3ada79
parent808834b18b648eecc7e877f470071a98cbdee6b5
DPP: Allow Relay connections to Controllers to be added and removed

The new control interface commands "DPP_RELAY_ADD_CONTROLLER <IP addr>
<PK hash>" and "DPP_RELAY_REMOVE_CONTROLLER <IP addr>" can now be used
to dynamically add and remove connections to Controllers for the cases
where the connection is initialized through a DPP Public Action frame
(i.e., Controller as the Responder).

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
hostapd/ctrl_iface.c
src/ap/dpp_hostapd.c
src/ap/dpp_hostapd.h
src/common/dpp.h
src/common/dpp_tcp.c