Page MenuHomeFreeBSD

LinuxKPI: migrate key data access to functions
ClosedPublic

Authored by adrian on Jan 4 2026, 3:45 AM.
Referenced Files
F158891962: D54485.diff
Sun, Jun 7, 9:49 AM
Unknown Object (File)
Thu, Jun 4, 11:55 AM
Unknown Object (File)
Sun, May 31, 12:11 AM
Unknown Object (File)
Wed, May 27, 9:41 AM
Unknown Object (File)
Sun, May 17, 5:09 AM
Unknown Object (File)
Mon, May 11, 12:31 PM
Unknown Object (File)
Mon, May 11, 12:31 PM
Unknown Object (File)
Mon, May 11, 10:23 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.Wed, May 27, 9:44 AM