mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
70dc8e5e7f
commit
0588444700
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue