summaryrefslogtreecommitdiff
path: root/iwinfo_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'iwinfo_lib.c')
-rw-r--r--iwinfo_lib.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/iwinfo_lib.c b/iwinfo_lib.c
index 22c4ef6..9f787ac 100644
--- a/iwinfo_lib.c
+++ b/iwinfo_lib.c
@@ -22,6 +22,16 @@
/*
* name constants
*/
+const char * const IWINFO_80211_NAMES[IWINFO_80211_COUNT] = {
+ "a",
+ "b",
+ "g",
+ "n",
+ "ac",
+ "ad",
+ "ax",
+};
+
const char * const IWINFO_BAND_NAMES[IWINFO_BAND_COUNT] = {
"2.4 GHz",
"5 GHz",