net80211: add the specific 802.11-2020 references to VHT IEs

Since I keep needing to find them, just add the references to
the VHT info/operation IEs.

Differential Revision:	https://reviews.freebsd.org/D49199
This commit is contained in:
Adrian Chadd 2025-03-01 17:08:26 -08:00
parent 70dc8e5e7f
commit 0588444700

View file

@ -237,6 +237,8 @@ ieee80211_vht_node_cleanup(struct ieee80211_node *ni)
/*
* Parse an 802.11ac VHT operation IE.
*
* 802.11-2020 9.4.2.158 (VHT Operation element)
*/
void
ieee80211_parse_vhtopmode(struct ieee80211_node *ni, const uint8_t *ie)
@ -256,6 +258,8 @@ ieee80211_parse_vhtopmode(struct ieee80211_node *ni, const uint8_t *ie)
/*
* Parse an 802.11ac VHT capability IE.
*
* 802.11-2020 9.4.2.157 (VHT Capabilities element)
*/
void
ieee80211_parse_vhtcap(struct ieee80211_node *ni, const uint8_t *ie)