https://bugs.kde.org/show_bug.cgi?id=441711
Aleks Man <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Aleks Man <[email protected]> --- I prepared a merge request for this issue: https://invent.kde.org/plasma/plasma-nm/-/merge_requests/571 The fix is split into two focused commits in libs/models/networkmodel.cpp: 1. Rebind active Wi-Fi items to the device/AP in addActiveConnection(), which fixes the original applet/tray symptom where an active iwd-backed connection can remain detached from the device model entry and disappear from the applet. 2. Merge AP scan results back into saved Wi-Fi profiles even when NetworkManager no longer exposes the profile via availableConnections(), and keep the profile-derived security type when refreshing the item. This fixes the follow-up case on WPA2/WPA3 transition networks where a saved SAE profile is shown as a raw WPA2 access point and clicking it asks for the password instead of activating the saved profile. Tested on the reported iwd + WPA3/SAE workflow on a mixed WPA2/WPA3 network. After switching the saved profile to SAE, the applet keeps showing the saved connection correctly and manual activation from the applet reuses the saved profile instead of starting a new WPA2-style connection flow. -- You are receiving this mail because: You are watching all bug changes.
