[noup] wpa_debug_zephyr: Initialize wpa_debug_show_keys from Kconfig … #94
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…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.