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, Oct 3, 2:34 PM
Unknown Object (File)
Fri, Oct 3, 1:52 PM
Unknown Object (File)
Sun, Sep 28, 1:16 PM
Unknown Object (File)
Sat, Sep 27, 12:24 AM
Unknown Object (File)
Fri, Sep 26, 5:20 AM
Unknown Object (File)
Thu, Sep 18, 7:30 PM
Unknown Object (File)
Sep 10 2025, 8:36 AM
Unknown Object (File)
Sep 9 2025, 5:37 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