From 1cf513e36062ef830fa513cde8a1bd5e8148de87 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 28 Jan 2015 21:17:03 -0600 Subject: [PATCH] TODO: Add BSS_CAPABILITY decoding task --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index fd086e29..dc79232d 100644 --- a/TODO +++ b/TODO @@ -239,6 +239,15 @@ Wireless monitor Priority: High Complexity: C1 +- Decode netlink BSS_CAPABILITY attribute + + The BSS_CAPABILITY attribute seems to be direct copy of the 802.11 + Capability IE. The capability information should be decoded properly + and displayed. + + Priority: High + Complexity: C1 + Wireless simulator ==================