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
Unknown Object (File)
Mon, Apr 28, 4:42 AM
Unknown Object (File)
Tue, Apr 15, 11:06 PM
Unknown Object (File)
Sat, Apr 12, 7:17 PM
Unknown Object (File)
Mar 9 2025, 7:53 AM
Unknown Object (File)
Feb 24 2025, 5:14 AM
Unknown Object (File)
Feb 23 2025, 10:40 PM
Unknown Object (File)
Feb 23 2025, 5:49 PM
Unknown Object (File)
Feb 20 2025, 11:53 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59268
Build 56155: 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!