Skip to content

Fix connecting to WPA3-personal networks

Arnav Rawat requested to merge arawatkde/plasma-nm:wpa3_makework into master

There was no case for networks that used only WPA3, causing connection attempts to use the PSK method of key exchange (and fail), which WPA3 does not support.

This patch adds a statement to account for WPA3 networks, and use the appropriate form of key exchange, Simultaneous Authentication of Equals (SAE).

Merge request reports