]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: Clear requirement for QR Code mutual authentication for chirping
authorJouni Malinen <jouni@codeaurora.org>
Wed, 1 Apr 2020 14:16:55 +0000 (17:16 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 1 Apr 2020 14:19:10 +0000 (17:19 +0300)
commit1dcfbab254a4f165de98223e7a0aff5b04ecbd7e
treef09459607610f6c2776b9ba82bd438cf2cadb19c
parenta371164f888a63d8dbce3fab5f78c381fd7d179c
DPP2: Clear requirement for QR Code mutual authentication for chirping

The chirping cases are not really targeting interactive operations, so
clear the requirement for mutual authentication when DPP_CHIRP command
is used. This avoids testing isues where an earlier DPP_LISTEN command
has used qr=mutual parameter and that seting not getting cleared before
the next DPP_CHIRP command is used.

This fixes a test case failure in the following test sequence:
dpp_auth_resp_status_failure dpp_controller_relay_chirp

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/dpp_supplicant.c