| Summary: | Incorrect names for Wi-Fi Security settings | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | lynne |
| Component: | kcm_networkmanagement | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | 4wy78uwh, jgrulich, nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-nm/-/commit/b0ebfce47e5b531a272333f032234532d6c96ca3 | Version Fixed/Implemented In: | 6.7.0 |
| Sentry Crash Report: | |||
|
Description
lynne
2024-09-17 01:49:18 UTC
Thanks for reporting this. Would you like to submit a patch to fix it? https://invent.kde.org/plasma/plasma-nm/-/merge_requests/ I've opened a merge request here: https://invent.kde.org/plasma/plasma-nm/-/merge_requests/372 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 |