Hi all, I have searched through the forums and the help sections and seen reference to these three 802.11 amendments but I haven't found definitive statements of support. Does wireshark + AriPcap decode: 802.11u, 802.11r, 802.11k headers/fields ? Thanks Joey asked 09 Mar '12, 13:18 jpaddencl |
2 Answers:
I note that there are references to all three amendments (802.11u, 802.11r, 802.11k) in the I've no idea if they are "fully supported". answered 11 Mar '12, 08:22 Bill Meier ♦♦ |
Bill, Thanks for pointing me to packet-ieee80211.c. After reviewing the source and the specs: Wireshark 1.7.0 dev branch appears to: Support 802.11u fully; Support 802.11r fully; Support 802.11k partially The 802.11k information elements I can't find or are not supported for 802.11k are: 7.3.2.42 Measurement Pilot Transmission Information; 7.3.2.43 BSS Available Admission Capacity; 7.3.2.44 BSS AC Access Delay supported; 7.3.2.45 RRM Enabled Capabilities; 7.3.2.46 Multiple BSSID; When I say fully above, the source appears to contain tags or decode methods for all of the information elements in the spec. -Joey answered 11 Mar '12, 17:16 jpaddencl |
If you like, feel free to submit a patch (or enhancement request) for the not supported elements at bugs.wireshark.org. :)