-
Notifications
You must be signed in to change notification settings - Fork 8k
hostap: bgscan support in Zephyr #95527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
f142a2d
to
4c2913b
Compare
4c2913b
to
0164b34
Compare
Need to add this to twister here https://github.com/zephyrproject-rtos/zephyr/blob/main/tests/net/wifi/configs/testcase.yaml to ensure it builds |
0164b34
to
ea858fc
Compare
ea858fc
to
2a96efb
Compare
modules/hostap/Kconfig
Outdated
choice WIFI_NM_WPA_SUPPLICANT_BGSCAN_TYPE | ||
prompt "Background scanning implementation" | ||
default WIFI_NM_WPA_SUPPLICANT_BGSCAN_SIMPLE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add some help text that would explain (at least in coarse way) what the different options mean?
2a96efb
to
355a06c
Compare
69746be
to
8193ddd
Compare
ping @nxf58150 |
30e3a87
to
f139c10
Compare
ba5f637
to
e4e9aae
Compare
e4e9aae
to
7dfaa66
Compare
The hostap module is updated with a build fix fetched from upstream. Signed-off-by: Pieter De Gendt <[email protected]>
Add configuration options for background scanning (bgscan) in wpa_supplicant. Signed-off-by: Pieter De Gendt <[email protected]>
Add a shell command to configure the background scanning. Signed-off-by: Pieter De Gendt <[email protected]>
|
Add configuration options for background scanning (bgscan) in
wpa_supplicant
.