From: Aleksman4o <aleksman4o@gmail.com>
To: iwd@lists.linux.dev
Cc: Aleks Man <aleksman4o@gmail.com>, prestwoj@gmail.com, denkenz@gmail.com
Subject: [PATCH v4 5/5] client: widen BSS property value column
Date: Tue, 28 Jul 2026 18:46:44 +0300 [thread overview]
Message-ID: <20260728154729.3485557-6-aleksman4o@gmail.com> (raw)
In-Reply-To: <20260728154729.3485557-1-aleksman4o@gmail.com>
From: Aleks Man <aleksman4o@gmail.com>
The get-bsses table used an 18-character value column because Address
was the only property. Make room for longer values such as RSN
capabilities while keeping the table within 80 columns.
---
client/station.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/station.c b/client/station.c
index 5066a9f1..eccf8314 100644
--- a/client/station.c
+++ b/client/station.c
@@ -754,7 +754,7 @@ static enum cmd_status cmd_get_bsses(const char *device_name,
sprintf(header, "%s BasicServiceSets", network_get_name(network_proxy));
- proxy_properties_display_header(header, MARGIN, 10, 18);
+ proxy_properties_display_header(header, MARGIN, 10, 47);
for (e = l_queue_get_entries(bss_list); e; e = e->next) {
const char *path = e->data;
@@ -765,7 +765,7 @@ static enum cmd_status cmd_get_bsses(const char *device_name,
continue;
display_table_row(MARGIN, 1, strlen(path), path);
- proxy_properties_display_inline(bss_i, MARGIN, 10, 18);
+ proxy_properties_display_inline(bss_i, MARGIN, 10, 47);
display_table_row(MARGIN, 1, 1, "");
}
--
2.55.0
next prev parent reply other threads:[~2026-07-28 15:48 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-11 20:07 [RFC] dbus: expose per-BSS security capabilities Алексей
2026-07-14 13:27 ` James Prestwood
2026-07-14 20:36 ` [PATCH 0/3] dbus: expose per-BSS RSN capabilities Алексей
2026-07-14 20:37 ` [PATCH 1/3] network: expose RSN capabilities on BSS Алексей
2026-07-14 20:38 ` [PATCH 2/3] doc: document BasicServiceSet RSN property Алексей
2026-07-14 20:39 ` [PATCH 3/3] auto-t: test " Алексей
2026-07-14 21:12 ` [PATCH v2 0/3] dbus: expose per-BSS RSN capabilities Aleksman4o
2026-07-14 21:12 ` [PATCH v2 1/3] network: expose RSN capabilities on BSS Aleksman4o
2026-07-14 21:12 ` [PATCH v2 2/3] doc: document BasicServiceSet RSN property Aleksman4o
2026-07-14 21:12 ` [PATCH v2 3/3] auto-t: test " Aleksman4o
2026-07-14 22:48 ` [PATCH v3 0/3] dbus: expose per-BSS RSN capabilities Aleksman4o
2026-07-14 22:48 ` [PATCH v3 1/3] network: expose RSN capabilities on BSS Aleksman4o
2026-07-14 22:48 ` [PATCH v3 2/3] doc: document BasicServiceSet RSN property Aleksman4o
2026-07-14 22:48 ` [PATCH v3 3/3] auto-t: test " Aleksman4o
2026-07-28 13:31 ` [PATCH v3 0/3] dbus: expose per-BSS RSN capabilities Aleksman4o
2026-07-28 13:40 ` James Prestwood
2026-07-28 15:46 ` [PATCH v4 0/5] " Aleksman4o
2026-07-28 15:46 ` [PATCH v4 1/5] network: expose RSN capabilities on BSS Aleksman4o
2026-07-28 15:46 ` [PATCH v4 2/5] doc: document BasicServiceSet RSN property Aleksman4o
2026-07-28 15:46 ` [PATCH v4 3/5] auto-t: test " Aleksman4o
2026-07-28 15:46 ` [PATCH v4 4/5] client: display " Aleksman4o
2026-07-28 15:46 ` Aleksman4o [this message]
2026-07-28 18:40 ` [PATCH v4 0/5] dbus: expose per-BSS RSN capabilities James Prestwood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260728154729.3485557-6-aleksman4o@gmail.com \
--to=aleksman4o@gmail.com \
--cc=denkenz@gmail.com \
--cc=iwd@lists.linux.dev \
--cc=prestwoj@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox