ieee80211: Add support for Robust AV Streaming.

This adds support for handling SCS Descriptors and MSCS descriptors and add
more handling of TCLAS.

Change-Id: Ibe91a612c2dc8c325c3223633610b954ea2fda3d
This commit is contained in:
Richard Sharpe 2021-01-31 18:21:55 -08:00 committed by Wireshark GitLab Utility
parent cd9d4d38c4
commit 80aa82c039
2 changed files with 1821 additions and 51 deletions

File diff suppressed because it is too large Load Diff

View File

@ -508,6 +508,8 @@ typedef struct anqp_info_dissector_data {
#define TAG_QUIET_PERIOD_RES 177 /* IEEE Std 802.11ad */
#define TAG_ECAPC_POLICY 182 /* IEEE Std 802.11ad */
#define TAG_CLUSTER_TIME_OFFSET 183 /* IEEE Std 802.11ad */
#define TAG_INTRA_ACCESS_CAT_PRIO 184
#define TAG_SCS_DESCRIPTOR 185 /* IEEE Std 802.11 */
#define TAG_ANTENNA_SECTOR_ID 190 /* IEEE Std 802.11ad */
#define TAG_VHT_CAPABILITY 191 /* IEEE Std 802.11ac/D3.1 */
#define TAG_VHT_OPERATION 192 /* IEEE Std 802.11ac/D3.1 */