Commit 7fda615
[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]>1 parent e7feee3 commit 7fda615
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments