3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

nlmon: print NetworkKeyShareable, RequestToEnroll

This commit is contained in:
Denis Kenzior 2015-09-07 09:36:42 -05:00
parent 7cb5a83732
commit 913bf61447

View File

@ -1944,6 +1944,11 @@ static void print_wsc_wfa_ext_version2(unsigned int level, const char *label,
static struct attr_entry wsc_wfa_ext_attr_entry[] = { static struct attr_entry wsc_wfa_ext_attr_entry[] = {
{ WSC_WFA_EXTENSION_VERSION2, "Version2", { WSC_WFA_EXTENSION_VERSION2, "Version2",
ATTR_CUSTOM, { .function = print_wsc_wfa_ext_version2 } }, ATTR_CUSTOM, { .function = print_wsc_wfa_ext_version2 } },
{ WSC_WFA_EXTENSION_NETWORK_KEY_SHAREABLE,
"Network Key Shareable",
ATTR_CUSTOM, { .function = print_wsc_bool } },
{ WSC_WFA_EXTENSION_REQUEST_TO_ENROLL, "Request to Enroll",
ATTR_CUSTOM, { .function = print_wsc_bool } },
{ }, { },
}; };