From a2865f014af48fc9ef34f668e029dd715f4c521e Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Fri, 27 Feb 2015 12:47:49 +0200 Subject: [PATCH] TODO: Describe which netlink IEs to pretty-print HT Capabilities and HT Operation IE elements with IDs 45 and 61, respectively, are commonly sent by Access Points. --- TODO | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index a374f0f7..983677b1 100644 --- a/TODO +++ b/TODO @@ -129,10 +129,16 @@ cfg80211 / nl80211 Wireless monitor ================ -- Add support for Information Element (IE) decoding +- Decode HT Capabilities IE element - Several netlink attributes provide binary blobs representing IEs. Add - support for decoding them inline using the src/ie.c infrastructure. + HT Capabilities element has ID 45. + + Priority: Medium + Complexity: C1 + +- Decode HT Operation IE element + + HT Operation element has ID 61. Priority: Medium Complexity: C1