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.
This commit is contained in:
Patrik Flykt 2015-02-27 12:47:49 +02:00 committed by Denis Kenzior
parent 67cdc80753
commit a2865f014a
1 changed files with 9 additions and 3 deletions

12
TODO
View File

@ -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