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)
Fri, Aug 8, 1:26 PM
Unknown Object (File)
Fri, Aug 8, 3:18 AM
Unknown Object (File)
Thu, Aug 7, 3:19 PM
Unknown Object (File)
Sun, Aug 3, 2:36 AM
Unknown Object (File)
Sat, Aug 2, 10:11 PM
Unknown Object (File)
Sat, Aug 2, 9:45 PM
Unknown Object (File)
Fri, Aug 1, 7:01 AM
Unknown Object (File)
Tue, Jul 29, 8:02 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