-
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
Commits on Oct 25, 2024
-
manifest: sdk-zephyr: Wi-Fi upmerge
Pull changes for Wi-Fi upmerge for 2.8.0. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76889a3 - Browse repository at this point
Copy the full SHA 76889a3View commit details -
manifest: nrfxlib: Pull updated FW blobs
The FW blobs have been updated for upmerge. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14bea19 - Browse repository at this point
Copy the full SHA 14bea19View commit details -
samples: wifi: shell: Support enterprise mode build
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]>
Configuration menu - View commit details
-
Copy full SHA for f0a0b62 - Browse repository at this point
Copy the full SHA f0a0b62View commit details -
samples: wifi: shell: Add enterprise mode build test
Add enterprise mode support for twister runs. Signed-off-by: Ravi Dondaputi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70ff8dc - Browse repository at this point
Copy the full SHA 70ff8dcView commit details -
net: wifi_credentials: Add support for EAP-TLS configuration
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]>
Configuration menu - View commit details
-
Copy full SHA for 76823a0 - Browse repository at this point
Copy the full SHA 76823a0View commit details -
net: wifi_mgmt_ext: Add support for EAP-TLS method
Add support to read identity and private key password if configured in Enterprise mode. Signed-off-by: Ravi Dondaputi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c775931 - Browse repository at this point
Copy the full SHA c775931View commit details -
samples: wifi: Add offloaded raw tx mode sample
This sample demonstrates the offloaded raw TX packet functionality of the nRF70 device. Signed-off-by: Kapil Bhatt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1cf7f1 - Browse repository at this point
Copy the full SHA e1cf7f1View commit details -
samples: wifi: shell: Add overlay for enterprise mode
Add overlay to enable enterprise mode configs. Signed-off-by: Ravi Dondaputi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11041db - Browse repository at this point
Copy the full SHA 11041dbView commit details -
samples: wifi: Remove fixed buffer size configuration
This fixes a Kconfig warning as nRF70 by default uses variable buffer sizes. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d258db - Browse repository at this point
Copy the full SHA 7d258dbView commit details -
dts: bindings: Remove nRF70 bindings
These are now migrated upstream. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d19f2bd - Browse repository at this point
Copy the full SHA d19f2bdView commit details -
net: lib: nrf70_fw_ext: Add Offloaded Raw TX support
This is a newly added FW patch variant. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97c2990 - Browse repository at this point
Copy the full SHA 97c2990View commit details -
net: wifi_credentials: Fix commands mixup
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]>
Configuration menu - View commit details
-
Copy full SHA for 508335a - Browse repository at this point
Copy the full SHA 508335aView commit details -
doc: nrf: Create documentation for advanced Wi-Fi security modes.
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]>
Configuration menu - View commit details
-
Copy full SHA for 25dafd5 - Browse repository at this point
Copy the full SHA 25dafd5View commit details -
snippet: nrf70-wifi: Fix SoF with shell thread
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]>
Configuration menu - View commit details
-
Copy full SHA for d085d43 - Browse repository at this point
Copy the full SHA d085d43View commit details -
sysbuild: wif: Fix non-default modes configs
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]>
Configuration menu - View commit details
-
Copy full SHA for 6aa3dcc - Browse repository at this point
Copy the full SHA 6aa3dccView commit details -
wifi_cred: Limit Enterprise credentials length
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]>
Configuration menu - View commit details
-
Copy full SHA for ceeb293 - Browse repository at this point
Copy the full SHA ceeb293View commit details -
samples: wifi: shell: Increase shell stack size
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]>
Configuration menu - View commit details
-
Copy full SHA for 707ecda - Browse repository at this point
Copy the full SHA 707ecdaView commit details -
net: lib: wifi_mgmt_ext: Add entries for phase2 certs
Add entries for phase2 certificates in connection parameters. Signed-off-by: Ravi Dondaputi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c78d954 - Browse repository at this point
Copy the full SHA c78d954View commit details