TODO: Add GTK extraction task

This commit is contained in:
Denis Kenzior 2015-02-24 15:59:11 -06:00
parent ae1d6b543f
commit b9fd2a8a48
1 changed files with 10 additions and 0 deletions

10
TODO
View File

@ -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