Skip to content

Commit cdac5fb

Browse files
committed
modules: hostap: Add a config option for WPA control timeout
WPA control interface timeout is hardcoded to 10s, add a configuration option to remove the hardcode, this is needed sometimes as a workaround e.g., crypto taking too long to complete the request. Work around for #79834, increase the default from 10 to 15s, in positive case this will have no impact. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 6773f33 commit cdac5fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/hostap/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,4 +545,11 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_TEST
545545
bool
546546
depends on WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA
547547

548+
config WIFI_NM_WPA_CTRL_RESP_TIMEOUT_S
549+
int "WPA supplicant control interface response timeout in seconds"
550+
default 15
551+
help
552+
Timeout for the control interface commands to get a response from the
553+
supplicant.
554+
548555
endif # WIFI_NM_WPA_SUPPLICANT

0 commit comments

Comments
 (0)