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)
Apr 22 2026, 1:24 PM
Unknown Object (File)
Apr 21 2026, 8:22 PM
Unknown Object (File)
Apr 18 2026, 7:38 AM
Unknown Object (File)
Apr 18 2026, 4:13 AM
Unknown Object (File)
Apr 17 2026, 11:12 AM
Unknown Object (File)
Apr 13 2026, 11:43 PM
Unknown Object (File)
Apr 12 2026, 8:45 PM
Unknown Object (File)
Apr 3 2026, 12:34 PM

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