-
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: Upmerge for 2.8.0 #18066
wifi: Upmerge for 2.8.0 #18066
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. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 2255ffd9a7276f80deeb613b8c566b8c3832b4d1 more detailssdk-nrf:
nrfxlib:
hostap:
zephyr:
Github labels
List of changed files detected by CI (153)
Outputs:ToolchainVersion: add720b6d9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
a08e158
to
07760be
Compare
doc/nrf/releases_and_maturity/migration/migration_guide_2.8.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/wifi/advanced_modes/wifi_advanced_security_modes.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/wifi/advanced_modes/wifi_advanced_security_modes.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/wifi/advanced_modes/wifi_advanced_security_modes.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
649056d
to
8690808
Compare
Please remove this file here and add a comment on this PR #18192 : https://github.com/nrfconnect/sdk-nrf/pull/18066/files#diff-9460bd2e76b8fe433e47a738942f77d38f18d5967374101c756a015372b8cc22. |
Pull changes for Wi-Fi upmerge for 2.8.0. Signed-off-by: Chaitanya Tata <[email protected]>
The FW blobs have been updated for upmerge. Signed-off-by: Chaitanya Tata <[email protected]>
Introduce a new overlay to build enterprise mode support. Increase kernel heap to accommodate the enterprise mode feature. Signed-off-by: Ravi Dondaputi <[email protected]>
Add enterprise mode support for twister runs. Signed-off-by: Ravi Dondaputi <[email protected]>
Add support to configure EAP-TLS method in Wi-Fi credentials. Add getopt support to `add` command to facilitate extending the configuration options. Signed-off-by: Ravi Dondaputi <[email protected]>
Add support to read identity and private key password if configured in Enterprise mode. Signed-off-by: Ravi Dondaputi <[email protected]>
8690808
to
2255ffd
Compare
This sample demonstrates the offloaded raw TX packet functionality of the nRF70 device. Signed-off-by: Kapil Bhatt <[email protected]>
Add overlay to enable enterprise mode configs. Signed-off-by: Ravi Dondaputi <[email protected]>
This fixes a Kconfig warning as nRF70 by default uses variable buffer sizes. Signed-off-by: Chaitanya Tata <[email protected]>
These are now migrated upstream. Signed-off-by: Chaitanya Tata <[email protected]>
This is a newly added FW patch variant. Signed-off-by: Chaitanya Tata <[email protected]>
With the recent changes to Wi-Fi shell to use the separate command declaration so that Wi-Fi commands can be extended externally, this causes some sort of conflict with wifi_cred, possibly because both command parent names start with "wifi", few commands from "wifi" end up wth "wifi_cred". As we debug the root cause, temporarily renamed the parent to "nwifi_cred" to avoid this mixup, the shell command is still "wifi_cred", so, this is acceptable. Signed-off-by: Chaitanya Tata <[email protected]>
Create documentation for enterprise mode and PSA. Add entry in migration guide for the syntax change in `wifi_cred add` command. Signed-off-by: Ravi Dondaputi <[email protected]>
Shell with Wi-Fi needs higher stack size, at least 5200. This fixes a crash seen during Wi-Fi connect on 54L15. Signed-off-by: Chaitanya Tata <[email protected]>
During the renaming this was missed and none-of the modes work except for the default mode "system", and we see build errors or memory increase for other modes. Signed-off-by: Chaitanya Tata <[email protected]>
Using fully allowed lengths cause the settings subsystem maximum allowed length overflow, so, as a temporary workaround limit the lengths, these should be enough for typical usecases. We need to relook at this approach esp. dealing with flash as we cannot just increase maximum allowed lengths. Signed-off-by: Chaitanya Tata <[email protected]>
Executing auto_connect from wifi_cred shell needs extra memory on stack. Increase the shell stack size to accommodate this. Signed-off-by: Ravi Dondaputi <[email protected]>
Add entries for phase2 certificates in connection parameters. Signed-off-by: Ravi Dondaputi <[email protected]>
2255ffd
to
c78d954
Compare
Wi-Fi fixes for 2.8.0.