Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions modules/hostap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -718,4 +718,13 @@ config WIFI_NM_HOSTAPD_REGULATORY_ENV
All supported environments of current region can be used with
default value of 0x20 or 32.

config WIFI_NM_WPA_SUPPLICANT_BTM_PRE_SCAN_CHECK
bool "Pre-scan check for BTM"
default y if !SOC_FAMILY_NORDIC_NRF
help
This option is used to enable the pre-scan check for BTM.
When no candidate is found, a new scan is performed.
Disable this if the chip takes too long to perform a scan causing
disassociations in WFA QT tests.

endif # WIFI_NM_WPA_SUPPLICANT
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ manifest:
- hal
- name: hostap
path: modules/lib/hostap
revision: 98daa83ecc54e560610711e142184f5f77607bad
revision: pull/115/head
- name: liblc3
revision: 48bbd3eacd36e99a57317a0a4867002e0b09e183
path: modules/lib/liblc3
Expand Down
Loading