lib: use common IWINFO_CIPHER_NAMES strings
authorAndre Heider <a.heider@gmail.com>
Mon, 21 Nov 2022 08:49:05 +0000 (09:49 +0100)
committerJo-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

index 353ecb8487669ab0e944702649f4cf52d43a6ade..7fbf8112d88dec50132bb9fb2aa27bc1ce2c44c0 100644 (file)
  */
 const char * const IWINFO_CIPHER_NAMES[IWINFO_CIPHER_COUNT] = {
        "NONE",
-       "WEP40",
+       "WEP-40",
        "TKIP",
        "WRAP",
        "CCMP",
-       "WEP104",
+       "WEP-104",
        "AES-OCB",
        "CKIP",
        "GCMP",