]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/dpp_supplicant.c
DPP: Stop authentication exchange of DPP_STOP_LISTEN
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 13 Nov 2017 10:12:08 +0000 (12:12 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 13 Nov 2017 10:35:26 +0000 (12:35 +0200)
commitc1d377396738839c005d4027173e609f7b7756fa
tree9b61e0d40786dc103ca95dfecfc5daead1ee9093
parent51fbcad4575d5fa82652e1330a3f44048e7beec1
DPP: Stop authentication exchange of DPP_STOP_LISTEN

Previously, this command stopped listen operation immediately, but if
there was an ongoing authentication exchange, a new listen operation was
started. This is not really expected behavior, so stop the
authentication exchange first with this command to avoid restarting
listen operation.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c
src/ap/dpp_hostapd.c
src/ap/dpp_hostapd.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/dpp_supplicant.h