Skip to content

[noup] wpa_debug_zephyr: Initialize wpa_debug_show_keys from Kconfig … #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

krish2718
Copy link
Collaborator

…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.

…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 <Chaitanya.Tata@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants