zephyr/modules/hostap
Chaitanya Tata 0bc9c16947 modules: hostap: Add Kconfig option for debug key material
Add CONFIG_WIFI_NM_WPA_SUPPLICANT_DEBUG_SHOW_KEYS option to control
whether key material (passwords, encryption keys, etc.) is included
in debug output. This is equivalent to the -K command line flag in
wpa_supplicant.

The option:
- Defaults to disabled (n) for security reasons
- Includes clear warning about security risks
- Should only be enabled during development/debugging
- Provides compile-time control over key material logging

This allows developers to enable key material debugging when needed
while maintaining security by default.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
2025-07-25 17:03:38 +01:00
..
src net: l2: wifi: Configure BSS max idle period 2025-07-25 17:03:38 +01:00
CMakeLists.txt modules: hostap: Added 11AC kconfig 2025-06-18 11:21:43 +01:00
Kconfig modules: hostap: Add Kconfig option for debug key material 2025-07-25 17:03:38 +01:00