-
Notifications
You must be signed in to change notification settings - Fork 716
[Backport v3.7.99-ncs1-branch] wifi: Assorted fixes #2216
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
rlubos
merged 8 commits into
v3.7.99-ncs1-branch
from
backport-2214-to-v3.7.99-ncs1-branch
Nov 4, 2024
Merged
[Backport v3.7.99-ncs1-branch] wifi: Assorted fixes #2216
rlubos
merged 8 commits into
v3.7.99-ncs1-branch
from
backport-2214-to-v3.7.99-ncs1-branch
Nov 4, 2024
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
Recent WPA supplicant changes have broken nRF regulatory support, implement the new set/get country WPA supplicant ops. WPA supplicant: Regulatory SET through WPA supplicant, GET is direct to the driver Scan only: SET and GET direct calls to the driver Fixes #79916. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 2ea25ea) (cherry picked from commit 50ee9cb)
The label is used for both positive and negative cases, so, should be called "out". Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 7d696f5) (cherry picked from commit d0acfbd)
This reverts commit 10633e9. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit ac03a2b)
The CONFIG_ prefix should be removed when passing to OSAL code. Upstream PR #: 80583 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit a5eb552)
Fixes for processing RX events. Upstream PR #: 80583 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit a3a28db)
Status and request GPIOs are missing from the edge connector, add those to fix Thingy53 + nRF7002EB build. Upstream PR #: 80748 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit b1c242f)
This works because undefined macro in conditional is treated as zero, but could end up choosing the wrong divider. Fix the macro with the new name. Upstream PR #: 80780 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 4250055)
Wi-Fi PSA currently doesn't support Enterprise mode, so, remove Enterprise configs, even if this is added, these are already part of Enterprise configuration. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 86bff0f)
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. |
rlubos
approved these changes
Nov 4, 2024
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 86bff0f~8..86bff0f from #2214.