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
F131729490: D46505.id142676.diff
Fri, Oct 10, 5:09 PM
Unknown Object (File)
Mon, Oct 6, 4:03 AM
Unknown Object (File)
Sun, Sep 21, 3:27 AM
Unknown Object (File)
Sat, Sep 13, 1:10 PM
Unknown Object (File)
Fri, Sep 12, 2:11 AM
Unknown Object (File)
Aug 26 2025, 5:52 AM
Unknown Object (File)
Aug 26 2025, 1:47 AM
Unknown Object (File)
Aug 24 2025, 10:55 PM

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!