From: Mantas Mikulėnas Date: Wed, 6 Jul 2016 12:41:41 +0000 (+0300) Subject: iw: recognize 256-bit cipher suites X-Git-Tag: v4.9~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c5a4a3d93fc91a45f26df409a499c52710339a;p=thirdparty%2Fiw.git iw: recognize 256-bit cipher suites Signed-off-by: Mantas Mikulėnas Signed-off-by: Johannes Berg --- diff --git a/info.c b/info.c index b375123..1eba5c9 100644 --- a/info.c +++ b/info.c @@ -31,11 +31,21 @@ static char *cipher_name(__u32 c) case 0x000fac02: return "TKIP (00-0f-ac:2)"; case 0x000fac04: - return "CCMP (00-0f-ac:4)"; + return "CCMP-128 (00-0f-ac:4)"; case 0x000fac06: return "CMAC (00-0f-ac:6)"; case 0x000fac08: - return "GCMP (00-0f-ac:8)"; + return "GCMP-128 (00-0f-ac:8)"; + case 0x000fac09: + return "GCMP-256 (00-0f-ac:9)"; + case 0x000fac0a: + return "CCMP-256 (00-0f-ac:10)"; + case 0x000fac0b: + return "GMAC-128 (00-0f-ac:11)"; + case 0x000fac0c: + return "GMAC-256 (00-0f-ac:12)"; + case 0x000fac0d: + return "CMAC-256 (00-0f-ac:13)"; case 0x00147201: return "WPI-SMS4 (00-14-72:1)"; default: