From 45bf64b3602c357718ebe16fcc4dea01e04504fa Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 16 Jan 2015 00:10:52 -0600 Subject: [PATCH] TODO: Add ARC4 cipher task --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 259cd3eb..8e77320c 100644 --- a/TODO +++ b/TODO @@ -336,6 +336,16 @@ Wireless daemon Priority: Medium Complexity: C2 +- Implement ARC4 cipher in iwd + + ARC4 is used to encrypt EAPoL frames that are exchanged during WPA + authentication. + + Priority: High + Complexity: C1 + Owner: Denis Kenzior + + Client ======