| Summary: | plasma-nm does not show active connection with iwd back-end and wpa3 | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | SVP <svpm> |
| Component: | Networks widget | Assignee: | Jan Grulich <jgrulich> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | anthonydking, daniel, kubrick, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.22.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
SVP
2021-08-29 17:05:22 UTC
Repeatable in Manjaro, using `iwd` as the backend. Connection is shown in `nmcli` correctly (and other NM GUIs): ``` # nmcli connection show --active [UUID] ... 802-11-wireless-security.key-mgmt: sae ``` Connection is shown in System Settings correctly as connected with WPA3. Connection is shown in `iwctl` correctly as connected with WPA3. ``` # iwctl station wlan0 show ... Security WPA3-Personal ``` Connection is not listed in the Applet, instead listing a new network with `wpa2-psk` that you can configure (shown as `<network name> (<interface>)`, ie `Royalty6G (wlan0)`. Tested with a WPA3-only network, and WPA2/WPA3 Transition networks. Both exhibit the behaviour above. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Manjaro (available in About System) KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.94.0 Qt Version: 5.15.4 I can confirm this is still an issue using the following versions: Operating System: Arch Linux KDE Plasma Version: 6.1.4 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.2 Kernel Version: 6.10.3-arch1-2 (64-bit) Graphics Platform: Wayland Bulk transfer as requested in T17796 |