From 1d30df192986dc775750d09109eb386b9ff8e83e Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Mon, 21 Nov 2022 13:50:16 +0100 Subject: lib: add IWINFO_BAND_COUNT and IWINFO_BAND_NAMES Signed-off-by: Andre Heider --- iwinfo_lib.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'iwinfo_lib.c') diff --git a/iwinfo_lib.c b/iwinfo_lib.c index 7fbf811..22c4ef6 100644 --- a/iwinfo_lib.c +++ b/iwinfo_lib.c @@ -22,6 +22,13 @@ /* * name constants */ +const char * const IWINFO_BAND_NAMES[IWINFO_BAND_COUNT] = { + "2.4 GHz", + "5 GHz", + "6 GHz", + "60 GHz", +}; + const char * const IWINFO_CIPHER_NAMES[IWINFO_CIPHER_COUNT] = { "NONE", "WEP-40", -- cgit v1.2.1