From 626332a726333b51735e35e202bf3ee1083d63df Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Wed, 4 Feb 2015 13:06:31 +0200 Subject: [PATCH] TODO: Mark RTNL tasks done Mark 'Track RTNL messages for wireless network interface' and 'Handle netlink core control messages correctly' tasks are done. --- TODO | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/TODO b/TODO index 0bf05541..92d1a6f9 100644 --- a/TODO +++ b/TODO @@ -206,29 +206,6 @@ Wireless monitor Priority: Medium Complexity: C2 -- Track RTNL messages for wireless network interface - - The RTNL messages indicate operation state changes and with are also - relevant for a complete picture of the userspace kernel communication. - - However the complicated part is to identify which network interfaces - are wireless related and which are not. Obviously the non-wireless - network interfaces need to be filtered out. - - Priority: Medium - Complexity: C2 - Owner: Ravi kumar Veeramally - -- Handle netlink core control messages correctly - - The core control netlink messages for NLMSG_ERROR and NLMSG_DONE are - not decoded properly. Add detailed decoding and also decode all the - flags that are related to the core control messages. - - Priority: High - Complexity: C1 - Owner: Ravi kumar Veeramally - - Decode the RSNE field Properly decode and display the RSNE field. This is particularly important