I am evaluating the board nrf3054-dk + nrf7002-ek
I build and run the sample project net/samples/wifi/shell on my board
when I compiled the project, I added the following params to proj.conf in order to support wpa3 enterprise:CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE=y
CONFIG_WIFI_NM_WPA_SUPPLICANT_WPA3=y
I have AP configured with WPA3 enterprise
I tried to connect my board nrf3054-DK + nrf7002-EK with the following command:
uart:~$ wifi connect -s "RYSE-SmartBridge-4B19" -k 14 -S 3 -w 2 -I "bob" -P "test"
- k 14 : EAP-TTLS-MSCHAPv2
but the connection fails.
what I am missing ?