Skip to content

Commit 38d72b5

Browse files
frkvanangl
authored andcommitted
[nrf fromlist] manifest: wifi: CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG updates
-Update hostap to PR #76 which adds support for CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG instead of relying on legacy Mbed TLS ctr_drbg and entropy APIs. This change is in line with PSA crypto entropy changes in Zephyr happening with TinyCrypt deprecation and advancement of PSA crypto mechanisms -Remove defconfigs for currently sets the Kconfigs: -CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG -CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG_ALLOW_NON_CSPRNG Upstream PR #: 84517 Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent db25df5 commit 38d72b5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,5 @@ CONFIG_SERIAL=y
1919
CONFIG_CONSOLE=y
2020
CONFIG_UART_CONSOLE=y
2121

22-
# Enable RNG
23-
CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG=y
24-
CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG_ALLOW_NON_CSPRNG=y
25-
2622
# ISN needs CS-Rand which isn't supported upstream for nRF boards
2723
CONFIG_NET_TCP_ISN_RFC6528=n

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ manifest:
274274
- hal
275275
- name: hostap
276276
path: modules/lib/hostap
277-
revision: b4c42d88afc5ee04751fe258db757c4ef70abb09
277+
revision: pull/76/head
278278
- name: liblc3
279279
revision: bb85f7dde4195bfc0fca9e9c7c2eed0f8694203c
280280
path: modules/lib/liblc3

0 commit comments

Comments
 (0)