diff --git a/client/device.c b/client/device.c index 99ba1817..aa082b0f 100644 --- a/client/device.c +++ b/client/device.c @@ -66,6 +66,9 @@ static void display_device(const struct proxy_interface *proxy) device->adapter) ? : ""); } + display("%s%*s %-*s%-*s\n", MARGIN, 8, "", 20, "WSC-capable", + 47, device->wsc ? "yes" : "no"); + display_table_footer(); }