summaryrefslogtreecommitdiff
path: root/iwinfo_lib.c
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2022-11-21 09:49:05 +0100
committerJo-Philipp Wich <jo@mein.io>2022-12-15 23:52:51 +0100
commitaefd0ef68fa8c6d7a622d84f1e8085a11321887a (patch)
tree691a52a5c776209a5e72b698333e71a99ef56b1c /iwinfo_lib.c
parenta5b30de2b8d06caa4d20d4e7af73099bd0b4baae (diff)
downloadiwinfo-aefd0ef68fa8c6d7a622d84f1e8085a11321887a.tar.gz
lib: use common IWINFO_CIPHER_NAMES strings
Use a hyphen for the WEP cipher names, just as the others. Not that anyone cares anymore, but this let's us use this array instead of everyone fixing it up on their own. Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'iwinfo_lib.c')
-rw-r--r--iwinfo_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iwinfo_lib.c b/iwinfo_lib.c
index 353ecb8..7fbf811 100644
--- a/iwinfo_lib.c
+++ b/iwinfo_lib.c
@@ -24,11 +24,11 @@
*/
const char * const IWINFO_CIPHER_NAMES[IWINFO_CIPHER_COUNT] = {
"NONE",
- "WEP40",
+ "WEP-40",
"TKIP",
"WRAP",
"CCMP",
- "WEP104",
+ "WEP-104",
"AES-OCB",
"CKIP",
"GCMP",