You are not logged in.

#1 2023-12-17 23:06:59

spaceman0x2a
Member
Registered: 2023-11-29
Posts: 1

IWD fails once when connecting to WPA2 Enterprise network

Just switched to iwd after having issues with wpa_supplicant, and overall it's been a very good experience compared to before. However, I noticed that when connecting to my school's WPA2 Enterprise network for the first time in the day or after resuming from sleep, I'll get a message saying something along the lines of 'Supplicant failed to authorize'. It'll then connect fine on the second attempt.

By checking the status of the service, I get this:

Dec 18 09:14:15 spaceman iwd[534]: CMD_SET_CQM failed: Operation not supported
Dec 18 09:14:16 spaceman iwd[534]: EAP completed with eapSuccess
Dec 18 09:14:16 spaceman iwd[534]: Error -13 touching network config
Dec 18 09:54:49 spaceman iwd[534]: Could not register frame watch type 00d0: -114
Dec 18 09:54:50 spaceman iwd[534]: CMD_SET_CQM failed: Operation not supported
Dec 18 09:54:55 spaceman iwd[534]: 4-Way handshake failed for ifindex: 4, reason: 15
Dec 18 09:54:55 spaceman iwd[534]: EAP negotiation stopped after the Identity exchange, this can happen when the EAP-Identity value is not what the authenticator expects
Dec 18 09:54:58 spaceman iwd[534]: CMD_SET_CQM failed: Operation not supported
Dec 18 09:54:59 spaceman iwd[534]: EAP completed with eapSuccess
Dec 18 09:54:59 spaceman iwd[534]: Error -13 touching network config

This does not happen when connecting to my WPA2-PSK home network, and only happens with the Enterprise network when resuming from sleep. Any idea of the cause?

Offline

#2 2023-12-18 07:22:29

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,765
Website

Re: IWD fails once when connecting to WPA2 Enterprise network

Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

Sounds like wpa_supplicant is still enabled. Only a single networking authentication service should be running to prevent conflicts.

Offline

Board footer

Powered by FluxBB