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 ==================