Closed andrewnyland closed 3 weeks ago
Hi @andrewnyland! We appreciate you submitting your first issue for our open-source project. 🌟
Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙
Hi @andrewnyland pls see this PR: https://github.com/zephyrproject-rtos/hal_nxp/pull/463 which can fix this issue. More details for reference: the callstack of psa_crypto_init failed, in mbedtls_psa_hash_setup(), MBEDTLS_PSA_BUILTIN_ALG_SHA_512 is undefined, cause failure.
@andrewnyland could you verify that #81115 addresses the issue you found? If it does, give that PR a +1 for us.
@dleach02 Yeah, just seeing this now, looks like it was already accepted but I'll go ahead and test it on my end in a few minutes.
Describe the bug
Demonstrated on NXP's FRDM_RW612 development board, with the
net/wifi
sample. Attempted to connect to a few different wifi networks with various security levels. Also attempted to use alternate drivers with no success or apparent change. Wifiscan
works fine.To Reproduce
cd ~/zephyrproject/zephyr/samples/net/wifi
west update
as neededwest build -p -b frdm_rw612
west flash
1/2 approaches to see issue, after above 5 steps:
wifi scan
, expect to see list of nearby WiFi networks with SSID/sec type/etc - this workswifi connect -s "SSID" -p "passphrase" -k #
2/2 approaches to see issue, after above 5 steps:
Expected behavior
After running
wifi connect <params>
, it is expected to connect to the AP and ideally be given an IP address via DHCP (dependent on network setup obviously but this is expected for my given network and comparable boards supported by Zephyr).Impact
Moderately inconvenient for board usage and investigation, as WiFi is one of its main provided and advertised abilities. Ethernet can be used instead.
Completely blocking for running wifi benchmarks and zperf performance tests - which was the purpose of using this sample today.
Logs and console output
LOG 1:
wifi connect
logs 1LOG 2:
wifi connect
logs 2LOG 3: Bootup logs
Environment (please complete the following information):
Additional context