Skip to content

change auth-alg form "open" to NULL when authentication is wpa3

forxn9 requested to merge forxn9/NetworkManager:auth_alg into main

the /etc/NetworkManager/system-connections/XX.nmconnection contains "auth-alg=open" always。 when connect to wpa3 ap,the "auth-alg=open" will case wpasupplicant bad judge the authentication type. Eventually lead to the connection fails. I noticed that src/nmtui/nm-editor-bindings.c has modifyd like this.

the XX.nmconnection example:

[wifi-security]
auth-alg=open     // delete this when is not WEP
key-mgmt=sae
psk-flags=1
Edited by forxn9

Merge request reports