From 2948f2d93331fa1c685d77a76428f9c2b5392d9a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 6 May 2015 21:57:53 -0500 Subject: [PATCH] monitor: Pretty-print Extended Capabilities IE --- monitor/nlmon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 2f8387ab..efc55405 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -1237,6 +1237,8 @@ static struct attr_entry ie_entry[] = { ATTR_CUSTOM, { .function = print_ie_ht_operation } }, { IE_TYPE_VENDOR_SPECIFIC, "Vendor specific", ATTR_CUSTOM, { .function = print_ie_vendor } }, + { IE_TYPE_EXTENDED_CAPABILITIES, "Extended Capabilities", + ATTR_CUSTOM, { .function = print_ie_extended_capabilities } }, { }, };