Page MenuHomeFreeBSD

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

Authored by adrian on Sep 1 2024, 4:41 PM.
Tags
None
Referenced Files
F152853487: D46505.diff
Fri, Apr 17, 12:50 PM
Unknown Object (File)
Tue, Apr 14, 6:33 PM
Unknown Object (File)
Tue, Apr 14, 3:34 PM
Unknown Object (File)
Mon, Apr 13, 9:40 PM
Unknown Object (File)
Sat, Apr 11, 11:36 PM
Unknown Object (File)
Fri, Apr 10, 1:49 PM
Unknown Object (File)
Fri, Apr 10, 7:50 AM
Unknown Object (File)
Fri, Apr 10, 1:42 AM

Details

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

adrian requested review of this revision.Sep 1 2024, 4:41 PM
This revision is now accepted and ready to land.Sep 1 2024, 5:15 PM
bz added inline comments.
sys/net80211/ieee80211.h
1063

Is this used anywhere? Or can I possibly rename this? I think MGMT_MIC makes it clear that it does not mean MichaelMIC. wpa calls it MMIE imho but that also just asks for trouble if you ask me.

nothing is using it yet, lets rename it before I start using it!