mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
nlmon: print NetworkKeyShareable, RequestToEnroll
This commit is contained in:
parent
7cb5a83732
commit
913bf61447
@ -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 } },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user