mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-25 23:24:09 +01:00
monitor: Pretty-print Extended Capabilities IE
This commit is contained in:
parent
9ac2e109e3
commit
2948f2d933
@ -1237,6 +1237,8 @@ static struct attr_entry ie_entry[] = {
|
|||||||
ATTR_CUSTOM, { .function = print_ie_ht_operation } },
|
ATTR_CUSTOM, { .function = print_ie_ht_operation } },
|
||||||
{ IE_TYPE_VENDOR_SPECIFIC, "Vendor specific",
|
{ IE_TYPE_VENDOR_SPECIFIC, "Vendor specific",
|
||||||
ATTR_CUSTOM, { .function = print_ie_vendor } },
|
ATTR_CUSTOM, { .function = print_ie_vendor } },
|
||||||
|
{ IE_TYPE_EXTENDED_CAPABILITIES, "Extended Capabilities",
|
||||||
|
ATTR_CUSTOM, { .function = print_ie_extended_capabilities } },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user