TODO: Add task to set TK into the kernel

This commit is contained in:
Denis Kenzior 2015-01-21 19:21:43 -06:00
parent 7199f61dc2
commit 572fee1176
1 changed files with 10 additions and 0 deletions

10
TODO
View File

@ -379,6 +379,16 @@ Wireless daemon
Priority: Medium
Complexity: C1
- Add utilities to set Transient Key into the driver
Once the 4-Way handshake is complete and the TK is generated, it must be sent
to the kernel so that normal traffic can be encrypted and decrypted
appropriately. This seems to be accomplished by NL80211_CMD_NEW_KEY
and NL80211_CMD_SET_KEY commands.
Priority: High
Complexity: C1
Client
======