From 6f30384f773e3f3336827f44cb2b35ff890525aa Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 28 Aug 2018 13:13:56 -0500 Subject: [PATCH] TODO: Add GTK for AP/IBSS support task --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index aad4379d..4c25fe5a 100644 --- a/TODO +++ b/TODO @@ -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