Skip to content

Commit b20ee72

Browse files
committed
samples: net: Fix Wi-Fi connection failure
Fix Wi-Fi connection issue by adding `nrf70-wifi` snippet to ensure Wi-Fi functionality works as expected. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
1 parent b820eaf commit b20ee72

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-7
lines changed

samples/net/aws_iot/sample.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ tests:
3737
- nrf54l15dk/nrf54l15/cpuapp
3838
platform_allow:
3939
- nrf54l15dk/nrf54l15/cpuapp
40-
extra_args: aws_iot_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
40+
extra_args:
41+
- aws_iot_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
42+
- aws_iot_SNIPPET=nrf70-wifi
43+
- CONFIG_HEAP_MEM_POOL_SIZE=90000

samples/net/coap_client/sample.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ tests:
3434
- ci_build
3535
- sysbuild
3636
- ci_samples_net
37-
extra_args: coap_client_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
37+
extra_args:
38+
- coap_client_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
39+
- coap_client_SNIPPET=nrf70-wifi

samples/net/download/boards/nrf54l15dk_nrf54l15_cpuapp.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ CONFIG_ISR_STACK_SIZE=512
8282

8383
# Heap sizes
8484
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y
85-
CONFIG_MBEDTLS_HEAP_SIZE=70000
85+
CONFIG_MBEDTLS_HEAP_SIZE=50000
8686
CONFIG_HEAP_MEM_POOL_SIZE=87000
8787

8888
# POSIX API memory optimizations

samples/net/download/sample.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ tests:
4949
- nrf54l15dk/nrf54l15/cpuapp
5050
platform_allow:
5151
- nrf54l15dk/nrf54l15/cpuapp
52-
extra_args: download_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
52+
extra_args:
53+
- download_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
54+
- download_SNIPPET=nrf70-wifi
55+
- CONFIG_HEAP_MEM_POOL_SIZE=90000

samples/net/https_client/boards/nrf54l15dk_nrf54l15_cpuapp.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ CONFIG_ISR_STACK_SIZE=512
7878

7979
# Heap sizes
8080
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y
81-
CONFIG_MBEDTLS_HEAP_SIZE=70000
81+
CONFIG_MBEDTLS_HEAP_SIZE=50000
8282
CONFIG_HEAP_MEM_POOL_SIZE=87000
8383

8484
# POSIX API memory optimizations

samples/net/https_client/sample.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,7 @@ tests:
6262
- ci_build
6363
- sysbuild
6464
- ci_samples_net
65-
extra_args: https_client_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
65+
extra_args:
66+
- https_client_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
67+
- https_client_SNIPPET=nrf70-wifi
68+
- CONFIG_HEAP_MEM_POOL_SIZE=90000

samples/net/mqtt/sample.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ tests:
5757
- ci_samples_net
5858
extra_args:
5959
- mqtt_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
60+
- mqtt_SNIPPET=nrf70-wifi
6061
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf54l15-nrf70.conf
6162
sample.net.mqtt.nrf91.tls:
6263
sysbuild: true

samples/net/udp/sample.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ tests:
4242
- ci_build
4343
- sysbuild
4444
- ci_samples_net
45-
extra_args: udp_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
45+
extra_args:
46+
- udp_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
47+
- udp_SNIPPET=nrf70-wifi

0 commit comments

Comments
 (0)