aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2022-02-14 13:13:35 -0800
committerRichard Sharpe <realrichardsharpe@gmail.com>2022-03-17 22:26:12 +0000
commite61fe552d0175c3417569bb54c1a0260e63532cc (patch)
tree36ea6c1552d0fa73e4d9690f37940f3d9893bf76 /wiretap
parenteabf92859ea3d221e05551845b9610ef63cc035f (diff)
ieee80211-radiotap: Add support for headers to be bit-based as well as TLVs.
Johannes Berg pointed out this was the intent of the TLV definitions and supplied some code for implementing that. I simply made it work.
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index f10cf077f5..fb6de882fa 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -532,6 +532,7 @@ struct p2p_phdr {
#define PHDR_802_11_PHY_11AD 9 /* 802.11ad */
#define PHDR_802_11_PHY_11AH 10 /* 802.11ah */
#define PHDR_802_11_PHY_11AX 11 /* 802.11ax */
+#define PHDR_802_11_PHY_11BE 12 /* 802.11be - EHT */
/*
* PHY-specific information.