Skip to content

Commit c52881e

Browse files
committed
modules: hostap: Pull workaround for BTM failure
Fixes WFA QT BTM test case. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent d0cda31 commit c52881e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/hostap/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,4 +718,13 @@ config WIFI_NM_HOSTAPD_REGULATORY_ENV
718718
All supported environments of current region can be used with
719719
default value of 0x20 or 32.
720720

721+
config WIFI_NM_WPA_SUPPLICANT_BTM_PRE_SCAN_CHECK
722+
bool "Pre-scan check for BTM"
723+
default y if !SOC_FAMILY_NORDIC_NRF
724+
help
725+
This option is used to enable the pre-scan check for BTM.
726+
When no candidate is found, a new scan is performed.
727+
Disable this if the chip takes too long to perform a scan causing
728+
disassociations in WFA QT tests.
729+
721730
endif # WIFI_NM_WPA_SUPPLICANT

0 commit comments

Comments
 (0)