summaryrefslogtreecommitdiff
path: root/iwinfo_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'iwinfo_lib.c')
-rw-r--r--iwinfo_lib.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/iwinfo_lib.c b/iwinfo_lib.c
index 9f787ac..579efc4 100644
--- a/iwinfo_lib.c
+++ b/iwinfo_lib.c
@@ -95,6 +95,18 @@ const char * const IWINFO_HTMODE_NAMES[IWINFO_HTMODE_COUNT] = {
"HE160"
};
+const char * const IWINFO_FREQ_FLAG_NAMES[IWINFO_FREQ_FLAG_COUNT] = {
+ "NO_10MHZ",
+ "NO_20MHZ",
+ "NO_HT40+",
+ "NO_HT40-",
+ "NO_80MHZ",
+ "NO_160MHZ",
+ "NO_HE",
+ "NO_IR",
+ "INDOOR_ONLY",
+};
+
const char * const ht_secondary_offset[4] = {
"no secondary",
"above",