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)
Wed, Nov 12, 9:23 PM
Unknown Object (File)
Wed, Nov 12, 8:25 AM
Unknown Object (File)
Wed, Nov 12, 6:18 AM
Unknown Object (File)
Wed, Nov 5, 12:14 PM
Unknown Object (File)
Sun, Oct 26, 3:11 AM
Unknown Object (File)
Oct 21 2025, 11:16 PM
Unknown Object (File)
Oct 3 2025, 2:34 PM
Unknown Object (File)
Oct 3 2025, 1:52 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