Skip to content

cherry-pick: Fix connecting to WPA3-personal networks

Fushan Wen requested to merge cherry-pick-3d3efe9d into Plasma/5.26

There was no case for networks that used only WPA3, causing connection attempts to use the PSK method of key exchange, 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).

(cherry picked from commit 3d3efe9d)

Merge request reports