projects
/
project
/
iwinfo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b30de
)
lib: use common IWINFO_CIPHER_NAMES strings
author
Andre Heider
<a.heider@gmail.com>
Mon, 21 Nov 2022 08:49:05 +0000
(09:49 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 15 Dec 2022 22:52:51 +0000
(23:52 +0100)
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>
iwinfo_lib.c
patch
|
blob
|
history
diff --git
a/iwinfo_lib.c
b/iwinfo_lib.c
index 353ecb8487669ab0e944702649f4cf52d43a6ade..7fbf8112d88dec50132bb9fb2aa27bc1ce2c44c0 100644
(file)
--- 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",