monitor: Pretty-print Extended Capabilities IE

This commit is contained in:
Denis Kenzior 2015-05-06 21:57:53 -05:00
parent 9ac2e109e3
commit 2948f2d933
1 changed files with 2 additions and 0 deletions

View File

@ -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 } },
{ },
};