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
F170727069: D46505.id142677.diff
Sun, Sep 6, 6:09 AM
F170698180: D46505.diff
Sun, Sep 6, 2:14 AM
F170660318: D46505.id142677.diff
Sat, Sep 5, 9:08 PM
Unknown Object (File)
Fri, Sep 4, 2:37 AM
Unknown Object (File)
Thu, Sep 3, 8:57 AM
Unknown Object (File)
Wed, Sep 2, 9:24 AM
Unknown Object (File)
Wed, Sep 2, 2:26 AM
Unknown Object (File)
Mon, Aug 31, 8:58 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59269
Build 56156: arc lint + arc unit

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!