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>
This commit is contained in:
parent
a5b30de2b8
commit
aefd0ef68f
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue