Skip to content

Commit dab3ace

Browse files
committed
[nrf fromlist] 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. Upstream PR: zephyrproject-rtos/zephyr#80098 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 0901f68 commit dab3ace

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
@@ -587,4 +587,11 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_TEST
587587
bool
588588
depends on WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA
589589

590+
config WIFI_NM_WPA_CTRL_RESP_TIMEOUT_S
591+
int "WPA supplicant control interface response timeout in seconds"
592+
default 15
593+
help
594+
Timeout for the control interface commands to get a response from the
595+
supplicant.
596+
590597
endif # WIFI_NM_WPA_SUPPLICANT

0 commit comments

Comments
 (0)