diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index 91ecd040459b6..16d03c85388f7 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -79,6 +79,18 @@ config WIFI_NM_WPA_SUPPLICANT_DEBUG_LEVEL runtime filtering can also be configured in addition to the compile-time filtering. +config WIFI_NM_WPA_SUPPLICANT_DEBUG_SHOW_KEYS + bool "Include key material in debug output" + default n + help + This option enables inclusion of key material (passwords, encryption keys, + etc.) in debug output. This is equivalent to the -K command line flag + in wpa_supplicant. + + WARNING: This is a security risk and should only be enabled during + development or debugging. Key material should never be logged in production + systems as it can compromise network security. + if WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_DBG # hostap debug is very verbose and despite large log buffer sizes # log messages can be lost. So, we set the log mode to immediate diff --git a/west.yml b/west.yml index 3634554334c3a..cacf2eda9ef2a 100644 --- a/west.yml +++ b/west.yml @@ -281,7 +281,7 @@ manifest: - hal - name: hostap path: modules/lib/hostap - revision: e942f86e865d5b24bbbe8b0c333f030cbbe62bfb + revision: pull/94/head - name: liblc3 revision: 48bbd3eacd36e99a57317a0a4867002e0b09e183 path: modules/lib/liblc3