From b7a07937ee08fa5db464a74411f68fc6a0a1fabb Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 17 Jul 2015 16:25:09 +0300 Subject: [PATCH] FST: Show FST IE update details in debug log This makes it more convenient to debug FST IE updates. Signed-off-by: Jouni Malinen --- wpa_supplicant/wpa_supplicant.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wpa_supplicant/wpa_supplicant.c b/wpa_supplicant/wpa_supplicant.c index d6b9642da..210e33aee 100644 --- a/wpa_supplicant/wpa_supplicant.c +++ b/wpa_supplicant/wpa_supplicant.c @@ -3755,6 +3755,7 @@ static void wpas_fst_set_ies_cb(void *ctx, struct wpabuf *fst_ies) { struct wpa_supplicant *wpa_s = ctx; + wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies); wpa_s->fst_ies = fst_ies; }