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 <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2022-07-21 17:48:54 +03:00 committed by Jouni Malinen
parent dfa9183b11
commit 6929564467

View 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 /* Delete PKEX code and identifier on successful completion of
* PKEX. We are not supposed to reuse these without being * PKEX. We are not supposed to reuse these without being
* explicitly requested to perform PKEX again. */ * explicitly requested to perform PKEX again. */
wpa_printf(MSG_DEBUG, "DPP: Delete PKEX code/identifier");
os_free(wpa_s->dpp_pkex_code); os_free(wpa_s->dpp_pkex_code);
wpa_s->dpp_pkex_code = NULL; wpa_s->dpp_pkex_code = NULL;
os_free(wpa_s->dpp_pkex_identifier); os_free(wpa_s->dpp_pkex_identifier);