Browse Source

FST: Show FST IE update details in debug log

This makes it more convenient to debug FST IE updates.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 9 years ago
parent
commit
b7a07937ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wpa_supplicant/wpa_supplicant.c

+ 1 - 0
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;
 	struct wpa_supplicant *wpa_s = ctx;
 
 
+	wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies);
 	wpa_s->fst_ies = fst_ies;
 	wpa_s->fst_ies = fst_ies;
 }
 }