3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-02 17:38:45 +02:00

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

10
TODO
View File

@ -344,3 +344,13 @@ Wireless daemon
Priority: High Priority: High
Complexity: C1 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