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
MFC after:	1 week
Reviewed by:	adrian
Differential Revision: https://reviews.freebsd.org/D35977
This commit is contained in:
Bjoern A. Zeeb 2022-07-28 23:59:08 +00:00
parent c7a8db6a85
commit a78be09e4d

View File

@ -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 {