DPP: Fix couple of typos in debug messages
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
06f2df0693
commit
60b9dd86fd
1 changed files with 2 additions and 2 deletions
|
@ -5823,7 +5823,7 @@ out:
|
|||
EC_KEY_free(Y_ec);
|
||||
return pkex;
|
||||
fail:
|
||||
wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Request processing faileed");
|
||||
wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Request processing failed");
|
||||
dpp_pkex_free(pkex);
|
||||
pkex = NULL;
|
||||
goto out;
|
||||
|
@ -6111,7 +6111,7 @@ out:
|
|||
BN_CTX_free(bnctx);
|
||||
return msg;
|
||||
fail:
|
||||
wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Response processing faileed");
|
||||
wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Response processing failed");
|
||||
wpabuf_free(msg);
|
||||
msg = NULL;
|
||||
goto out;
|
||||
|
|
Loading…
Reference in a new issue