]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/wpa_supplicant.c
FST: Show FST IE update details in debug log
[thirdparty/hostap.git] / wpa_supplicant / wpa_supplicant.c
index d6b9642da64d1426c5979b9c9edca12c9a5e9044..210e33aee700ec0374f61311d0bd8aa7a30bad0c 100644 (file)
@@ -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;
 }