All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iw: recognize 256-bit cipher suites
       [not found] <CAPWNY8UmGXA0S34HUYnPvhsqV80v1K_W4NC8wnSF=Gf8S75yFw@mail.gmail.com>
@ 2016-07-06 12:41 ` Mantas Mikulėnas
  2016-07-06 15:05   ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Mantas Mikulėnas @ 2016-07-06 12:41 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Mantas Mikulėnas

Signed-off-by: Mantas Mikulėnas <grawity@gmail.com>
---
 info.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

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:
-- 
2.9.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iw: recognize 256-bit cipher suites
  2016-07-06 12:41 ` [PATCH] iw: recognize 256-bit cipher suites Mantas Mikulėnas
@ 2016-07-06 15:05   ` Johannes Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2016-07-06 15:05 UTC (permalink / raw)
  To: Mantas Mikulėnas; +Cc: linux-wireless

Thanks, applied.

johannes

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-06 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAPWNY8UmGXA0S34HUYnPvhsqV80v1K_W4NC8wnSF=Gf8S75yFw@mail.gmail.com>
2016-07-06 12:41 ` [PATCH] iw: recognize 256-bit cipher suites Mantas Mikulėnas
2016-07-06 15:05   ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.