]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
FST: Show FST IE update details in debug log
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 17 Jul 2015 13:25:09 +0000 (16:25 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 17 Jul 2015 13:29:20 +0000 (16:29 +0300)
This makes it more convenient to debug FST IE updates.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
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;
 }