TODO: Add GTK for AP/IBSS support task

This commit is contained in:
Denis Kenzior 2018-08-28 13:13:56 -05:00
parent d0cf6a6822
commit 6f30384f77
1 changed files with 10 additions and 0 deletions

10
TODO
View File

@ -344,3 +344,13 @@ Wireless daemon
Priority: High
Complexity: C1
- Implement GTK & corresponding group cipher suite options for AP / Adhoc.
Right now both AP & Ad-Hoc modes use "Group addressed traffic not allowed"
cipher suite. This can confuse other implementations. Instead implement
a basic GTK support where a randomly or pseudo-randomly generated GTK is
used and no GTK Rekey is implemented.
Priority: Medium
Complexity: C2