Skip to content

Conversation

D-Triveni
Copy link
Contributor

Add changes to support connections in enterprise mode using EAP-TLS, EAP-TTLS, PEAPV0, and PEAPV1 authentication methods.

Fixes SHEL-3709.

@D-Triveni D-Triveni requested review from a team as code owners October 13, 2025 09:45
@NordicBuilder NordicBuilder added doc-required PR must not be merged without tech writer approval. manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 13, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 13, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@34f1aa3 nrfconnect/sdk-zephyr@dc45b2a (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 13, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 6

Inputs:

Sources:

sdk-nrf: PR head: 79a22a2e68f2a0f3c0602bae612c5002b294f5be
zephyr: PR head: dc45b2a09c7872f52b2ddb00c20bd02eb547a8ae

more details

sdk-nrf:

PR head: 79a22a2e68f2a0f3c0602bae612c5002b294f5be
merge base: 0b4760407d61122a349e858b05cf865032d9740b
target head (main): 01d9ab29351c0fe2ceda23306149dbc0380afd04
Diff

zephyr:

PR head: dc45b2a09c7872f52b2ddb00c20bd02eb547a8ae
merge base: 34f1aa346560cdbb528caea4d52188ebdeb81c4f
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 (5)
modules
│  ├── wfa-qt
│  │  ├── src
│  │  │  │ indigo_api_callback_dut.c
samples
│  ├── wifi
│  │  ├── wfa_qt_app
│  │  │  │ README.rst
west.yml
zephyr
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54h
│  │  │  │  │ soc.c
│  ├── subsys
│  │  ├── net
│  │  │  ├── l2
│  │  │  │  ├── wifi
│  │  │  │  │  │ CMakeLists.txt

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread-main
    • ◻️ test-sdk-find-my
    • ◻️ test-fw-nrfconnect-nrf_lrcs_mosh
    • ◻️ test-fw-nrfconnect-nrf_lrcs_positioning
    • ◻️ test-sdk-wifi
    • ◻️ test-sdk-dfu
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_mosh
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_positioning
Disabled integration tests
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-low-level
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

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

Copy link

You can find the documentation preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-24990/nrf/samples/wifi/wfa_qt_app/README.html

@D-Triveni D-Triveni force-pushed the fix_enterprise_mode_external_certs branch from 3e77f80 to cea18f1 Compare October 14, 2025 08:22
This change pulls in the support to set the test certificates
directory for enterprise mode when an external certs directory
is provided at build time.

Signed-off-by: Triveni Danda <[email protected]>
Add changes to support connections in  enterprise mode using
EAP-TLS, EAP-TTLS, PEAPV0, and PEAPV1 authentication methods.

Fixes SHEL-3709.

Signed-off-by: Triveni Danda <[email protected]>
Add a line about configuring `CONFIG_WIFI_NM_WPA_SUPPLICANT_HEAP`
based on the size of certifictaes used.

Signed-off-by: Triveni Danda <[email protected]>
@D-Triveni D-Triveni force-pushed the fix_enterprise_mode_external_certs branch from 27febd5 to 79a22a2 Compare October 16, 2025 12:23
@NordicBuilder NordicBuilder removed the DNM label Oct 16, 2025
@rlubos rlubos merged commit 06a3156 into nrfconnect:main Oct 16, 2025
16 of 17 checks passed
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. doc-required PR must not be merged without tech writer approval. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants