This happens while parse crypto info in Lua. Signed-off-by: Jianhui Zhao <zhaojh...@gmail.com>
--- Changes v1 -> v2: - Add description in commit message Signed-off-by: Paul Spooren <m...@aparcar.org> --- iwinfo_lib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iwinfo_lib.c b/iwinfo_lib.c index 70b080c..7fa8133 100644 --- a/iwinfo_lib.c +++ b/iwinfo_lib.c @@ -31,12 +31,15 @@ const char *IWINFO_CIPHER_NAMES[] = { "WEP104", "AES-OCB", "CKIP", + "GCMP" }; const char *IWINFO_KMGMT_NAMES[] = { "NONE", "802.1X", "PSK", + "SAE", + "OWE" }; const char *IWINFO_AUTH_NAMES[] = { -- 2.25.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel