TODO: Add Decode netlink REKEY_DATA attribute task

This commit is contained in:
Denis Kenzior 2015-01-21 19:18:33 -06:00
parent ff2163a348
commit 0a70aaefa7
1 changed files with 10 additions and 0 deletions

10
TODO
View File

@ -225,6 +225,16 @@ Wireless monitor
Complexity: C1
Owner: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
- 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
==================