net80211: add MMIC element ID (for management frame protected group action frames)

* add the MMIC element ID
* add a comment showing the source of this table from the 802.11-2016
  specification.

Differential Revision: https://reviews.freebsd.org/D46505
This commit is contained in:
Adrian Chadd 2024-09-01 09:40:30 -07:00
parent 3e52b265ef
commit 50982d26e4
1 changed files with 3 additions and 0 deletions

View File

@ -1017,6 +1017,8 @@ struct ieee80211_ie_vht_txpwrenv {
/*
* Management information element payloads.
*
* 802.11-2016 Table 9-77 (Element IDs).
*/
enum {
@ -1058,6 +1060,7 @@ enum {
IEEE80211_ELEMID_COEX_2040 = 72,
IEEE80211_ELEMID_INTOL_CHN_REPORT = 73,
IEEE80211_ELEMID_OVERLAP_BSS_SCAN_PARAM = 74,
IEEE80211_ELEMID_MMIC = 76,
IEEE80211_ELEMID_TSF_REQ = 91,
IEEE80211_ELEMID_TSF_RESP = 92,
IEEE80211_ELEMID_WNM_SLEEP_MODE = 93,