Dear community, I have set up a WPA-Enterprise network with a FreeRadius server. It even works when I connect my Linux client via a certificate.
For the FRDM-RW612, I compiled the example and loaded it onto the board. I then tried to connect to the network via the CLI.
- wlan-set-regioncode 0x30
- wlan-scan-opt ssid wifi_cert
- wlan-add abc ssid wifi_cert
- wlan-connect abc
Unfortunately, the connection attempt ends with the error message "Network authentication failed."
===========================================
app_cb: WLAN: Event 5 received
============================================
app_cb: WLAN: Network authentication failed
Authentication failed. Connection is being disconnected...
==========================================
app_cb: WLAN: Event 11 received
==========================================
app_cb: Connection disconnected
I could imagine that something is wrong with the certificates, but what surprises me is that I don't see any login attempts on the RADIUS server logs either.
In the extended debug output, you can also repeatedly read something like this:
[wifi] ASSOC_RESP: Association Failed, status code = 40, a_id = 0x0
[wifi] Command processing error
[wcmdr] DNLD_CMD: 0x107, act 0x0, len 167, seqno 0x2f
[wevt] Event: 0x58
[wevt] EVENT - : 0x58 Len : 468 Reason: 0
[wifi] InterpretIE: AP MAC Addr-9e:2a:6f:a8:4d:4e
[wifi] InterpretIE: IELength for this AP = 411
[wifi] WPA2 Enterprise AKMP IE :: 0:f:ac:1
Perhaps one of you can give me the crucial clue.
Many thanks and regards