-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: Upmerge 3 (backport) #21877
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 3 (backport) #21877
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. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 3465c80e6d2170e55151224200c58503258e124f more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (68)
Outputs:ToolchainVersion: 7cbc0036f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
* Enterprise mode * BLE coex Signed-off-by: Chaitanya Tata <[email protected]>
Latest blobs to implement disconnection reason. Signed-off-by: Chaitanya Tata <[email protected]>
Now that driver is out of the shared heap, let Zephyr allocate based on subsystem needs. Signed-off-by: Chaitanya Tata <[email protected]>
This is now replaced with wifi-enterprise snippet that can be used by any sample. Signed-off-by: Chaitanya Tata <[email protected]>
Temporarily disable zero-copy-tx for this sample to avoid unaligned buffers from the networking stack. Signed-off-by: Chaitanya Tata <[email protected]>
Hostname is not glued from wpa_supplican to crypto, and MbedTLS 3.6.3 fails the TLS handshake, so, explicitly disable the hostname verification as a workaround. This needs to be fixed properly later. Signed-off-by: Chaitanya Tata <[email protected]>
Use the automatic heap mem pool size instead of overrides to fix SoftAP initialization failures. Fix SHEL-3590. Signed-off-by: Ravi Dondaputi <[email protected]> Signed-off-by: Chaitanya Tata <[email protected]>
Introduce a new superset configuration for nRF54H device (SHEL-3317). Signed-off-by: Chaitanya Tata <[email protected]> Signed-off-by: Ravi Dondaputi <[email protected]>
Latest set of assorted Wi-Fi fixes.