Page MenuHomeFreeBSD

net80211: make use of IEEE80211_KEY_BITS for debug messages
ClosedPublic

Authored by bz on Mar 14 2025, 11:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 20, 11:29 PM
Unknown Object (File)
Sun, Jul 19, 6:41 PM
Unknown Object (File)
Sat, Jul 18, 10:16 PM
Unknown Object (File)
Thu, Jul 9, 6:17 AM
Unknown Object (File)
Thu, Jul 9, 6:17 AM
Unknown Object (File)
Apr 22 2026, 1:24 PM
Unknown Object (File)
Apr 21 2026, 8:22 PM
Unknown Object (File)
Apr 18 2026, 7:38 AM

Details

Summary

Use %b with IEEE80211_KEY_BITS for the debug logging in
ieee80211_crypto.c rather than just printing the hex value, which
makes some of the messages more obvious and avoids having the header
file next to one at all times.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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