mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
client: Add WSC-capable indication for device
This commit is contained in:
parent
53980c98d8
commit
03f517a1f7
@ -66,6 +66,9 @@ static void display_device(const struct proxy_interface *proxy)
|
|||||||
device->adapter) ? : "");
|
device->adapter) ? : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
display("%s%*s %-*s%-*s\n", MARGIN, 8, "", 20, "WSC-capable",
|
||||||
|
47, device->wsc ? "yes" : "no");
|
||||||
|
|
||||||
display_table_footer();
|
display_table_footer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user