-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
wifi: Scan extensions #12008
wifi: Scan extensions #12008
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
drivers/wifi/nrf700x/osal/fw_if/umac_if/inc/fw/host_rpu_umac_if.h
Outdated
Show resolved
Hide resolved
12205c1
to
69a31ab
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
03e69a5
to
288a44b
Compare
dae539a
to
84c4d86
Compare
84c4d86
to
a7caa7c
Compare
d9e8c93
to
c3c037d
Compare
matter/chip plan failed at connecting to wifi network
|
c3c037d
to
6fd1dcd
Compare
Pull in Zephyr changes for Wi-Fi scan extensions feature. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
PHY: [SHEL-1870]: Coexistence manager to decline all the priority window requests received from SR device. Removed BT request call. Expect LMAC to take care. LMAC: [SHEL-1870]: Wlan BT request call added before calling channel switch and PHY open calls. UMAC: [SHEL-1661]: Modifying scan command in accordance with new scan API extensions. Driver: [SHEL-1782]: Host changes according to new scan command. Signed-off-by: srinivasa raju chintalapati <srinivasaraju.chintalapati@nordicsemi.no>
Add support for scanning supported individual Wi-Fi frequency bands or combinations thereof. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
Add scan extension to control time spent on active scan channels. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
Add scan extension to control scanning time spent on channels where passive scanning is used. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
The NRF700x_SCAN_LIMIT Kconfig parameter is now renamed as WIFI_MGMT_SCAN_MAX_BSS_CNT and moved to the Wi-fi sub-system Kconfig. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
Override the Wi-Fi sub-system Kconfig parameter WIFI_MGMT_SCAN_SSID_FILT_MAX with our maximum supported value i.e. 2. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
Add scan extension to scan only for specific SSIDs. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
Add scan extension to scan only on specific channels. Only 20 MHz channels are supported for now. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
- Update Wi-Fi shell readme with details about scan extensions. - Update changelog with a note regarding addition of scan extensions. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
Add scan extension to force passive scan. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
Wi-Fi shell now uses getopt from Zephyr which needs an additional header to be included as modem shell uses FreeBSD's port of getopt (downstream only). For Wi-Fi switch to using Zephyr's getopt and include the necessary header file. Signed-off-by: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
6fd1dcd
to
c9dab0e
Compare
Add support for Wi-Fi scan extensions.