]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP3: Private Peer Introduction protocol
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 18 Jul 2022 20:41:24 +0000 (23:41 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 18 Jul 2022 21:14:41 +0000 (00:14 +0300)
commit148de3e0dc2a68a6f4597f4fc732f9821ab08fa4
treea177d08578f30d81faf75ee5c5474eb31e75868c
parent786ea402bc5f9ee7fd13628901b06ca9edd81cb3
DPP3: Private Peer Introduction protocol

Add a privacy protecting variant of the peer introduction protocol to
allow the station device to hide its Connector from 3rd parties. The new
wpa_supplicant network profile parameter dpp_connector_privacy=1 can be
used to select this alternative mechanism to the peer introduction
protocol added in the initial release of DPP.

It should be noted that the new variant does not work with older DPP APs
(i.e., requires support for release 3). As such, this new variant is
disabled by default.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/dpp_hostapd.c
src/common/dpp.c
src/common/dpp.h
src/common/dpp_crypto.c
src/common/dpp_i.h
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/wpa_supplicant.conf
wpa_supplicant/wpa_supplicant_i.h