From: Jouni Malinen Date: Thu, 21 Jul 2022 14:48:54 +0000 (+0300) Subject: DPP: Note PKEX code/identifier deletion in debug log X-Git-Tag: hostap_2_11~1823 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6929564467aae3b45313dd54253050b9b586c19a;p=thirdparty%2Fhostap.git DPP: Note PKEX code/identifier deletion in debug log This was already done in hostapd, but not in wpa_supplicant. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/dpp_supplicant.c b/wpa_supplicant/dpp_supplicant.c index 92c3ab81c..4b2e91a3a 100644 --- a/wpa_supplicant/dpp_supplicant.c +++ b/wpa_supplicant/dpp_supplicant.c @@ -2720,6 +2720,7 @@ static void wpas_dpp_pkex_clear_code(struct wpa_supplicant *wpa_s) /* Delete PKEX code and identifier on successful completion of * PKEX. We are not supposed to reuse these without being * explicitly requested to perform PKEX again. */ + wpa_printf(MSG_DEBUG, "DPP: Delete PKEX code/identifier"); os_free(wpa_s->dpp_pkex_code); wpa_s->dpp_pkex_code = NULL; os_free(wpa_s->dpp_pkex_identifier);