Skip to content

Conversation

@krish2718
Copy link
Contributor

Fixes issue in STA and SoftAP modes.

D-Triveni and others added 3 commits November 30, 2025 21:29
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]>
Copilot AI review requested due to automatic review settings November 30, 2025 17:17
@krish2718 krish2718 requested review from a team and D-Triveni as code owners November 30, 2025 17:17
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Nov 30, 2025
@NordicBuilder
Copy link
Contributor

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@5b0b199 (main,v3.2-branch,v3.2.0-rc1) nrfconnect/sdk-nrfxlib#1941 nrfconnect/sdk-nrfxlib#1941/files
zephyr nrfconnect/sdk-zephyr@56fbb4f (main,ncs-v3.2-branch,ncs-v3.2.0-rc1) nrfconnect/sdk-zephyr#3557 nrfconnect/sdk-zephyr#3557/files

DNM label due to: 2 projects with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses WiFi peer authorization issues in STA and SoftAP modes by updating dependency versions and adjusting network buffer configuration. The fixes are primarily delivered through updates to the zephyr and nrfxlib dependencies.

  • Updates zephyr and nrfxlib to pull in authorization fixes from upstream PRs
  • Adds network packet buffer configuration to the promiscuous WiFi sample

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
west.yml Updates zephyr revision to pull/3557/head and nrfxlib revision to pull/1941/head to incorporate authorization fixes
samples/wifi/promiscuous/prj.conf Adds CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=20000 to configure RX data pool buffer size

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- name: zephyr
repo-path: sdk-zephyr
revision: 56fbb4f3c7bba12fb34a5cd111b4ea9f7ad52162
revision: pull/3557/head
Copy link

Copilot AI Nov 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using pull request references (e.g., pull/3557/head) as revision values is not recommended for production manifests. Pull request branches can be rebased, force-pushed, or deleted after merge, making builds non-reproducible. Consider using specific commit SHAs instead. Once the referenced PRs are merged, this should be updated to point to the actual merged commit SHA.

Suggested change
revision: pull/3557/head
revision: <MERGED_COMMIT_SHA>

Copilot uses AI. Check for mistakes.
repo-path: sdk-nrfxlib
path: nrfxlib
revision: 5b0b19946f2bb47cfa4aa358322146edee38cbd5
revision: pull/1941/head
Copy link

Copilot AI Nov 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using pull request references (e.g., pull/1941/head) as revision values is not recommended for production manifests. Pull request branches can be rebased, force-pushed, or deleted after merge, making builds non-reproducible. Consider using specific commit SHAs instead. Once the referenced PRs are merged, this should be updated to point to the actual merged commit SHA.

Suggested change
revision: pull/1941/head
revision: <MERGED_COMMIT_SHA>

Copilot uses AI. Check for mistakes.
@krish2718 krish2718 added this to the 3.2.0 milestone Nov 30, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 30, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 1

Inputs:

Sources:

sdk-nrf: PR head: 3cfba7c7cbd053e76dc61e289e16db9babdb4398
nrfxlib: PR head: ee49d532e76cff14333e74994ec8ad2e33c11bb5
zephyr: PR head: 2347467b01615fedbc942eda708d78313f2a81b6

more details

sdk-nrf:

PR head: 3cfba7c7cbd053e76dc61e289e16db9babdb4398
merge base: f23b49f190e6ebc630932361ee2f6dcdbbf8803a
target head (main): f23b49f190e6ebc630932361ee2f6dcdbbf8803a
Diff

nrfxlib:

PR head: ee49d532e76cff14333e74994ec8ad2e33c11bb5
merge base: 5b0b19946f2bb47cfa4aa358322146edee38cbd5
target head (main): 5b0b19946f2bb47cfa4aa358322146edee38cbd5
Diff

zephyr:

PR head: 2347467b01615fedbc942eda708d78313f2a81b6
merge base: 56fbb4f3c7bba12fb34a5cd111b4ea9f7ad52162
target head (main): 56fbb4f3c7bba12fb34a5cd111b4ea9f7ad52162
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (14)
nrfxlib
│  ├── nrf_wifi
│  │  ├── bin
│  │  │  ├── ncs
│  │  │  │  ├── default
│  │  │  │  │  │ nrf70.bin
│  │  │  │  ├── offloaded_raw_tx
│  │  │  │  │  │ nrf70.bin
│  │  │  │  ├── radio_test
│  │  │  │  │  │ nrf70.bin
│  │  │  │  ├── scan_only
│  │  │  │  │  │ nrf70.bin
│  │  │  │  ├── system_with_raw
│  │  │  │  │  │ nrf70.bin
samples
│  ├── wifi
│  │  ├── promiscuous
│  │  │  │ prj.conf
west.yml
zephyr
│  ├── drivers
│  │  ├── wifi
│  │  │  ├── nrf_wifi
│  │  │  │  ├── inc
│  │  │  │  │  │ fmac_main.h
│  │  │  │  ├── src
│  │  │  │  │  ├── fmac_main.c
│  │  │  │  │  ├── net_if.c
│  │  │  │  │  ├── wifi_mgmt.c
│  │  │  │  │  │ wpa_supp_if.c
│  ├── modules
│  │  ├── hostap
│  │  │  │ Kconfig
│  │ west.yml

Outputs:

Toolchain

Version: 43683a87ea
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:43683a87ea_5ea73affbf

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 673
    • sdk-zephyr test count: 671
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nrf_lrcs_positioning
    • ✅ test-sdk-wifi
    • ✅ test-low-level
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_mosh
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_positioning
Disabled integration tests
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

You can find the documentation preview for this PR here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-nrfxlib manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants