DPP: Fix no-Status protocol testing in Auth Resp error case
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
9c976e2c45
commit
89b6d8a2f0
1 changed files with 1 additions and 1 deletions
|
@ -2854,7 +2854,7 @@ static int dpp_auth_build_resp_status(struct dpp_authentication *auth,
|
|||
i_pubkey_hash = test_hash;
|
||||
} else if (dpp_test == DPP_TEST_NO_STATUS_AUTH_RESP) {
|
||||
wpa_printf(MSG_INFO, "DPP: TESTING - no Status");
|
||||
status = -1;
|
||||
status = 255;
|
||||
} else if (dpp_test == DPP_TEST_NO_I_NONCE_AUTH_RESP) {
|
||||
wpa_printf(MSG_INFO, "DPP: TESTING - no I-nonce");
|
||||
i_nonce = NULL;
|
||||
|
|
Loading…
Reference in a new issue