From 0a70aaefa7636d23db1efaddcd1dac1fb9e4bda3 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 21 Jan 2015 19:18:33 -0600 Subject: [PATCH] TODO: Add Decode netlink REKEY_DATA attribute task --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 2e847690..b4883e86 100644 --- a/TODO +++ b/TODO @@ -225,6 +225,16 @@ Wireless monitor Complexity: C1 Owner: Ravi kumar Veeramally +- Decode netlink REKEY_DATA attribute + + According to nl80211, NL80211_ATTR_REKEY_DATA is a 'nested attribute + containing the information necessary for GTK rekeying in the device'. The + data seems to contain TK, GTK and Replay Counter attributes. However, the + format of the 'nesting' is not specified. + + Priority: High + Complexity: C1 + Wireless simulator ==================