https://bugs.kde.org/show_bug.cgi?id=493238
David Redondo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-nm/-/commit/b0ebf | |ce47e5b531a272333f032234532 | |d6c96ca3 --- Comment #3 from David Redondo <[email protected]> --- Git commit b0ebfce47e5b531a272333f032234532d6c96ca3 by David Redondo, on behalf of Lynne Megido. Committed on 20/01/2026 at 09:50. Pushed by davidre into branch 'master'. Rename Wi-Fi Security fields to match NM NetworkManager describes `wpa-psk` as "WPA2 + WPA3 Personal", but Plasma NM currently describes it as "WPA/WPA2 Personal". This is also true for `wpa-eap`, which is described as "WPA/WPA2 Personal" as opposed to "WPA2 + WPA3 Enterprise". This small patch changes Plasma NM's names to more accurately reflect the behaviour as implemented by NetworkManager. `wpa-psk` has supported WPA3 Personal encryption since this change was merged: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/759 GUI # Conflicts: # libs/editor/settings/ui/wifisecurity.ui diff --git c/libs/editor/settings/ui/wifisecurity.ui i/libs/editor/settings/ui/wifisecurity.ui index aba790105..a32f6fab7 100644 --- c/libs/editor/settings/ui/wifisecurity.ui +++ i/libs/editor/settings/ui/wifisecurity.ui @@ -62,12 +62,12 @@ </item> <item> <property name="text"> - <string>WPA/WPA2 Personal</string> + <string>WPA2/WPA3 Personal</string> </property> </item> <item> <property name="text"> - <string>WPA/WPA2 Enterprise</string> + <string>WPA2/WPA3 Enterprise</string> </property> </item> <item> M +2 -2 libs/editor/settings/ui/wifisecurity.ui https://invent.kde.org/plasma/plasma-nm/-/commit/b0ebfce47e5b531a272333f032234532d6c96ca3 -- You are receiving this mail because: You are watching all bug changes.
