From 6ffbfeb89790117763c7f76c7dd040c659585558 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 5 Aug 2016 16:51:25 -0500 Subject: [PATCH] monitor: Dump WSC IEs in association response --- monitor/nlmon.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 7fcb9522..9a3ce5e4 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -3120,9 +3120,11 @@ static const struct attr_entry attr_table[] = { "AKM Suites", ATTR_CUSTOM, { .function = print_akm_suites } }, { NL80211_ATTR_REQ_IE, - "Request IE", ATTR_CUSTOM, { .function = print_ie } }, + "Request IE", ATTR_CUSTOM, + { .function = print_management_ies } }, { NL80211_ATTR_RESP_IE, - "Response IE", ATTR_CUSTOM, { .function = print_ie } }, + "Response IE", ATTR_CUSTOM, + {.function = print_management_ies } }, { NL80211_ATTR_PREV_BSSID, "Previous BSSID", ATTR_ADDRESS }, { NL80211_ATTR_KEY,