Page MenuHomeFreeBSD

LinuxKPI: migrate key data access to functions
ClosedPublic

Authored by adrian on Jan 4 2026, 3:45 AM.
Referenced Files
Unknown Object (File)
Wed, Jul 22, 9:10 AM
Unknown Object (File)
Tue, Jul 21, 7:06 PM
Unknown Object (File)
Mon, Jul 20, 4:28 PM
Unknown Object (File)
Sun, Jul 19, 11:30 PM
Unknown Object (File)
Sun, Jul 19, 10:28 AM
Unknown Object (File)
Sun, Jul 19, 3:31 AM
Unknown Object (File)
Sat, Jul 18, 6:36 AM
Unknown Object (File)
Fri, Jul 17, 11:44 AM

Details

Summary
  • Migrate the k->wk_key and k->wk_keylen access to the new crypto methods in net80211
  • don't use ic_miclen, use the tx/rx mic len methods
  • don't use wk_txmic and wk_rxmic, use the tx/rx mic data methods

This is in preparation to support GTK/IGTK keys and > 128 bit keys.

Diff Detail

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

Event Timeline

adrian requested review of this revision.Jan 4 2026, 3:45 AM

@bz would you mind taking a look at this and let me know if it's ok to land?

I am sure I approved this one before.

This revision is now accepted and ready to land.May 27 2026, 9:44 AM