-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: Fix issues with peer authorization #25943
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
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 added project Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: f49cb32d79eeec708203b6f4f1fb291d7d6b9e9e more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (19)Outputs:ToolchainVersion: 43683a87ea Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
rlubos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update SHAs
Increase RX data pool to fix data buffer allocation failures. Fixes SHEL-3917. Signed-off-by: Triveni Danda <[email protected]>
Fixes issues with STA and SoftAP peer authorization handling. Signed-off-by: Chaitanya Tata <[email protected]>
Pull a firmware fix for raw modes. Signed-off-by: Chaitanya Tata <[email protected]>
Make PMF optional by default instead of forcing it disabled when not configured. Signed-off-by: Triveni Danda <[email protected]>
Without scan_ssid, the STA sends a broadcast probe and relies on filter_ssid to match results. Since filter_ssid is not used, scan_ssid must be enabled to explicitly scan for the configured SSID. Signed-off-by: Triveni Danda <[email protected]>
Use the nrfconnect/sdk-hostap instead of sdk-zephyr/hostap to accomodate the fix for BTM testcase in QT. Signed-off-by: Chaitanya Tata <[email protected]>
Fixes issue in STA and SoftAP modes.
test_chip: PR-1094
Jira: https://nordicsemi.atlassian.net/browse/SHEL-3931