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:
Andre Heider 2022-11-21 09:49:05 +01:00 committed by Jo-Philipp Wich
parent a5b30de2b8
commit aefd0ef68f

View file

@ -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",