aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Malinen <jouni@qca.qualcomm.com>2015-07-17 16:25:09 +0300
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:19:46 -0600
commit6e11299dea361b928318e9c0e0048734807824c9 (patch)
tree790ed8d52249c13b73c596175fe710c4e0f4bd03
parentddeb3da30add114cb8c4f330842c4843debbda30 (diff)
downloadandroid_external_wpa_supplicant_8-6e11299dea361b928318e9c0e0048734807824c9.tar.gz
android_external_wpa_supplicant_8-6e11299dea361b928318e9c0e0048734807824c9.tar.bz2
android_external_wpa_supplicant_8-6e11299dea361b928318e9c0e0048734807824c9.zip
FST: Show FST IE update details in debug log
This makes it more convenient to debug FST IE updates. Change-Id: I08afbf3918efd09662ffb3e522758bb91a93e031 Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: b7a07937ee08fa5db464a74411f68fc6a0a1fabb Git-repo: git://w1.fi/srv/git/hostap.git CRs-Fixed: 891455
-rw-r--r--wpa_supplicant/wpa_supplicant.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/wpa_supplicant.c b/wpa_supplicant/wpa_supplicant.c
index 9f041974..bc1a10cf 100644
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
@@ -3760,6 +3760,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;
}