From: Jouni Malinen Date: Fri, 17 Jul 2015 13:25:09 +0000 (+0300) Subject: FST: Show FST IE update details in debug log X-Git-Tag: hostap_2_5~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7a07937ee08fa5db464a74411f68fc6a0a1fabb;p=thirdparty%2Fhostap.git FST: Show FST IE update details in debug log This makes it more convenient to debug FST IE updates. Signed-off-by: Jouni Malinen --- 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; }