]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: NFC negotiated connection handover
authorJouni Malinen <jouni@codeaurora.org>
Mon, 27 Jan 2020 15:04:26 +0000 (17:04 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 27 Jan 2020 18:36:09 +0000 (20:36 +0200)
commit5e287724ee32c036efa5376490de5b18057d7b43
treeb4887d43bcef540da78b6f0a666cd014055b9b51
parent2bbe6ad3aafdb3ae35ef5fca9b37cb3c23226e42
DPP: NFC negotiated connection handover

Add new control interface commands "DPP_NFC_HANDOVER_REQ own=<id>
uri=<URI>" and "DPP_NFC_HANDOVER_SEL own=<id> uri=<URI>" to support NFC
negotiated connection handover. These commands are used to report a DPP
URI received from a peer NFC Device in Handover Request and Handover
Select messages. The commands return peer bootstrapping information ID
or FAIL on failure. The returned ID is used similarly to any other
bootstrapping information to initiate DPP authentication.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/ctrl_iface.c
src/ap/dpp_hostapd.c
src/ap/dpp_hostapd.h
src/common/dpp.c
src/common/dpp.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/dpp_supplicant.h