-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: Upmerge 3 (fixes only) #21665
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 (fixes only) #21665
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: b9864fc6620efcb989cec11bffd2aeec1e362dfa more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (59)
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: |
1a0d740
to
5f09918
Compare
5f09918
to
5fdd0c9
Compare
Pull fix to increase heap for Enterprise security. Signed-off-by: Ravi Dondaputi <[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]>
Latest blobs to implement disconnection reason. 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]>
5fdd0c9
to
dfaa7e8
Compare
dfaa7e8
to
3ecab2e
Compare
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]>
3ecab2e
to
b9864fc
Compare
@nrfconnect/ncs-cia Please review |
Brings in nrfconnect/sdk-zephyr#2749