You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[noup] wpa_debug_zephyr: Initialize wpa_debug_show_keys from Kconfig option
Initialize the wpa_debug_show_keys variable based on the
CONFIG_WIFI_NM_WPA_SUPPLICANT_DEBUG_SHOW_KEYS Kconfig option.
This allows compile-time control of whether key material (passwords,
encryption keys, etc.) is included in debug output, equivalent to
the -K command line flag in wpa_supplicant.
The option defaults to disabled for security reasons, as key material
should never be logged in production systems.
Signed-off-by: Chaitanya Tata <[email protected]>
0 commit comments