aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2018-01-18 09:40:24 -0800
committerAnders Broman <a.broman58@gmail.com>2018-01-22 05:18:19 +0000
commit6358aadfd62ffe24e3b8ba5b8b6b6ac50d633f80 (patch)
treea639a614b60f67bd549b4572255f26968cd71732 /epan/dissectors/packet-ieee80211.h
parent4d639b6f0e78602678c59a0d6270d89835f3980e (diff)
ieee80211: 802.11ax support.
This is based on Draft 2 of the standard. Draft 2 did not get approved, but is close to what the final version will be and support is needed now by the teams working on this. Change-Id: I837df05a288b815e1e455883f4f165721104d51f Reviewed-on: https://code.wireshark.org/review/24861 Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ieee80211.h')
-rw-r--r--epan/dissectors/packet-ieee80211.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee80211.h b/epan/dissectors/packet-ieee80211.h
index e899e82c5f..5fa11fc08f 100644
--- a/epan/dissectors/packet-ieee80211.h
+++ b/epan/dissectors/packet-ieee80211.h
@@ -194,6 +194,7 @@ gboolean is_broadcast_bssid(const address *bssid);
* COMPOSE_FRAME_TYPE() values for control frames.
* 0x160 - 0x16A are for control frame extension where type = 1 and subtype =6.
*/
+#define CTRL_TRIGGER 0x12 /* HE Trigger */
#define CTRL_BEAMFORM_RPT_POLL 0x14 /* Beamforming Report */
#define CTRL_VHT_NDP_ANNC 0x15 /* VHT NDP Announcement */
#define CTRL_POLL 0x162 /* Poll */