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
F116102254: D49369.diff
Fri, May 2, 1:50 PM
Unknown Object (File)
Wed, Apr 30, 10:31 PM
Unknown Object (File)
Fri, Apr 18, 6:30 PM
Unknown Object (File)
Mon, Apr 7, 8:55 AM
Unknown Object (File)
Mar 25 2025, 4:50 PM
Unknown Object (File)
Mar 19 2025, 2:29 AM
Unknown Object (File)
Mar 18 2025, 10:05 AM
Unknown Object (File)
Mar 17 2025, 11:09 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