Page MenuHomeFreeBSD

wpa: Define CONFIG_DEBUG_FILE globally
ClosedPublic

Authored by des on Jun 21 2026, 4:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 2, 10:09 PM
Unknown Object (File)
Wed, Sep 2, 4:27 PM
Unknown Object (File)
Tue, Sep 1, 5:09 AM
Unknown Object (File)
Mon, Aug 31, 8:31 PM
Unknown Object (File)
Mon, Aug 24, 10:17 AM
Unknown Object (File)
Sun, Aug 23, 12:11 PM
Unknown Object (File)
Sun, Aug 23, 1:22 AM
Unknown Object (File)
Fri, Aug 21, 10:28 AM
Subscribers

Details

Summary

We defined CONFIG_DEBUG_FILE only in libwpautils, not in wpa_supplicant,
so all it did was enable code that never got called. Enable it at the
top level so it also applies to wpa_supplicant(8), and the -f option
mentioned in the manual page now actually works.

PR: 281617
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable