]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DPP: Note PKEX code/identifier deletion in debug log
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 21 Jul 2022 14:48:54 +0000 (17:48 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 21 Jul 2022 14:48:54 +0000 (17:48 +0300)
This was already done in hostapd, but not in wpa_supplicant.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
wpa_supplicant/dpp_supplicant.c

index 92c3ab81ca1b3745584cc2117a85e8c4a8769da8..4b2e91a3a7bff10c95fa4f4b42845a0a0a12c2c1 100644 (file)
@@ -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);