git: d082e3a0f7ec - stable/13 - net80211: add more 802.11ac Element IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Sep 2022 14:01:07 UTC
The branch stable/13 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=d082e3a0f7ec365aadc7a3ee0e826b69fe93d0c0
commit d082e3a0f7ec365aadc7a3ee0e826b69fe93d0c0
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2022-07-28 23:59:08 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-09-21 11:39:42 +0000
net80211: add more 802.11ac Element IDs
Add more Element IDs for VHT (11ac) to complete the current list
and we can use them if/as needed.
Sposnored by: The FreeBSD Foundation
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D35977
(cherry picked from commit a78be09e4d1aa8a2117f71d96093d4884c211903)
---
sys/net80211/ieee80211.h | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h
index 0e53bc259a5d..715bb3da898e 100644
--- a/sys/net80211/ieee80211.h
+++ b/sys/net80211/ieee80211.h
@@ -1009,10 +1009,16 @@ enum {
IEEE80211_ELEMID_MESHPXUC = 138,
IEEE80211_ELEMID_MESHAH = 60, /* XXX: remove */
- /* 802.11ac */
+ /* 802.11ac-2013, Table 8-54-Element IDs */
IEEE80211_ELEMID_VHT_CAP = 191,
IEEE80211_ELEMID_VHT_OPMODE = 192,
+ IEEE80211_ELEMID_EXTENDED_BSS_LOAD = 193,
+ IEEE80211_ELEMID_WIDE_BW_CHANNEL_SWITCH = 194,
IEEE80211_ELEMID_VHT_PWR_ENV = 195,
+ IEEE80211_ELEMID_CHANNEL_SWITCH_WRAPPER = 196,
+ IEEE80211_ELEMID_AID = 197,
+ IEEE80211_ELEMID_QUIET_CHANNEL = 198,
+ IEEE80211_ELEMID_OPMODE_NOTIF = 199,
};
struct ieee80211_tim_ie {