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

TODO: Mark decode REKEY_DATA task done

This commit is contained in:
Ravi kumar Veeramally 2015-02-04 15:09:24 +02:00 committed by Denis Kenzior
parent e79ab9d622
commit 9e718f14a4

10
TODO
View File

@ -229,16 +229,6 @@ 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
- Decode the RSNE field
Properly decode and display the RSNE field. This is particularly important