-
Notifications
You must be signed in to change notification settings - Fork 667
[Backport v4.0.99-ncs1-branch] wifi: Upmerge 3 (fixes only) #2777
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
Merged
carlescufi
merged 14 commits into
v4.0.99-ncs1-branch
from
backport-2749-to-v4.0.99-ncs1-branch
Apr 16, 2025
Merged
[Backport v4.0.99-ncs1-branch] wifi: Upmerge 3 (fixes only) #2777
carlescufi
merged 14 commits into
v4.0.99-ncs1-branch
from
backport-2749-to-v4.0.99-ncs1-branch
Apr 16, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Update WiFi driver to cleanup extra logging newlines for consistency. Signed-off-by: Jordan Yates <[email protected]> (cherry picked from commit 729f50e) (cherry picked from commit 2baf4a8)
b98bb66
to
8e898fa
Compare
sachinthegreen
approved these changes
Apr 16, 2025
Memory allocations in HAL are using data pool. These operations are in control plane. Add APIs for allocation/free operations on control pool. Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit ba5b897)
This reverts commit 9679838. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit b475795)
…rts" This reverts commit 6f71dc6. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit dc70900)
…ing delete" This reverts commit e3a891b. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 409d6e7)
Deletion of credential should use the pointer from the reference slot not the temporary buffer, this causes a crash (unknown error). Upstream PR #: 87656 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 60d9aa7)
For enterprise mode we need to install multiple certs to the TLS credentials store, so, add a helper script in python to make it work cross-platforms. Upstream PR #: 88682 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 62a0c4b)
Commit 6a2cbc7 ("boards: nrf53*: add L|HFXO configurations") missed the fix for nRF7002DK which is also based on nRF53 SoC. Upstream PR #: 88680 Signed-off-by: Chaitanya Tata <[email protected]> Signed-off-by: Aleksandar Stanoev <[email protected]> (cherry picked from commit dcdbbd6)
Change wifi_cred to wifi cred. Upstream PR #: 88674 Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit 0f0ac07)
… credentials" This reverts commit 8e325a5. Signed-off-by: Chaitanya Tata <[email protected]>
This reverts commit e34be78. Signed-off-by: Chaitanya Tata <[email protected]>
Instead of having an overlay move the Enterprise configurations to a dedicated snippet so that it can be enabled with any sample. Can be used along with Wi-Fi snippet e.g., `-S "wifi-ipv4;wifi-enterprise"`. Upstream PR #: 87656 Signed-off-by: Chaitanya Tata <[email protected]>
…ials Enable TLS credentials shell to manager Wi-Fi enterprise certs. Upstream PR #: 87656 Signed-off-by: Chaitanya Tata <[email protected]>
Add locally generated info for deauth process. If deauthentication frame is coming from AP it will be set, in other cases (Beacon loss, New connection from user in connected state, disconnection from user) flag will not be set. Upstream PR #: 88489 Signed-off-by: Kapil Bhatt <[email protected]>
be1d1ee
to
995d9f2
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport 0f0ac07~9..0f0ac07 from #2749.