Page MenuHomeFreeBSD

LinuxKPI: migrate key data access to functions
ClosedPublic

Authored by adrian on Jan 4 2026, 3:45 AM.
Referenced Files
F166783208: D54485.diff
Sun, Aug 16, 2:18 PM
Unknown Object (File)
Sat, Aug 15, 4:55 AM
Unknown Object (File)
Fri, Aug 14, 9:19 PM
Unknown Object (File)
Thu, Aug 13, 1:38 AM
Unknown Object (File)
Mon, Aug 10, 12:59 PM
Unknown Object (File)
Sun, Aug 9, 5:34 AM
Unknown Object (File)
Sat, Aug 8, 7:57 PM
Unknown Object (File)
Sat, Aug 8, 4:14 PM

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