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>
This commit is contained in:
Jouni Malinen 2015-07-17 16:25:09 +03:00 committed by Jouni Malinen
parent 780753fab2
commit b7a07937ee

View 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;
}