]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Configuration exchange
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 15 Jun 2017 18:18:15 +0000 (21:18 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 19 Jun 2017 18:13:15 +0000 (21:13 +0300)
commit461d39af40d0a83877439d029392f4401b4399ac
treee0c07154e7660bb2c1b0d72b9013ba557767a3ca
parent30d27b048ea257d6fea5709021b2b3cf9a1e1849
DPP: Configuration exchange

This adds support for DPP Configuration Protocol using GAS. Full
generation and processing of the configuration object is not included in
this commit.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
15 files changed:
src/common/dpp.c
src/common/dpp.h
src/common/gas.c
src/common/gas.h
src/common/gas_server.c [new file with mode: 0644]
src/common/gas_server.h [new file with mode: 0644]
src/common/wpa_ctrl.h
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/dpp_supplicant.h
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h