Skip to content

Commit c73c502

Browse files
krish2718rlubos
authored andcommitted
[nrf fromtree] 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]> (cherry picked from commit 78f5821) (cherry picked from commit b1c9526)
1 parent 9285743 commit c73c502

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
@@ -591,4 +591,11 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_TEST
591591
bool
592592
depends on WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA
593593

594+
config WIFI_NM_WPA_CTRL_RESP_TIMEOUT_S
595+
int "WPA supplicant control interface response timeout in seconds"
596+
default 15
597+
help
598+
Timeout for the control interface commands to get a response from the
599+
supplicant.
600+
594601
endif # WIFI_NM_WPA_SUPPLICANT

0 commit comments

Comments
 (0)