We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cda31 commit c52881eCopy full SHA for c52881e
modules/hostap/Kconfig
@@ -718,4 +718,13 @@ config WIFI_NM_HOSTAPD_REGULATORY_ENV
718
All supported environments of current region can be used with
719
default value of 0x20 or 32.
720
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
+
730
endif # WIFI_NM_WPA_SUPPLICANT
0 commit comments