From b9fd2a8a488982005fffe8794f77a884be3df42d Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 24 Feb 2015 15:59:11 -0600 Subject: [PATCH] TODO: Add GTK extraction task --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 6f16aa89..454f2dad 100644 --- a/TODO +++ b/TODO @@ -374,6 +374,16 @@ Wireless daemon Priority: High Complexity: C1 +- Extract GTK from Key Data in Step 3/4 of the 4-way Handshake + + GTK is carried inside a KDE. For KDE format, refer to 802.11 Figure 11-30. + The GTK KDE format is given in Figure 11-31. Care must be taken to make sure + that packets that contain the GTK KDE are encrypted. If the packet is + not encrypted, it should be silently dropped. + + Priority: High + Complexity: C1 + - Add unit test for each of the mpdu management frame type Currently, only authentication and deauthentication frames have