https://bugs.kde.org/show_bug.cgi?id=449265
Dennis Schridde <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Dennis Schridde <[email protected]> --- I had the same issue: My Android 13 device was unable to connect to the hotspot created by KDE Plasma. I ran the following commands and after each "disconnected" the hotspot and restarted it, which allowed my phone to connect: ``` nmcli connection modify [REDACTED] 802-11-wireless-security.group ccmp # No success after restarting the hotspot nmcli connection modify [REDACTED] 802-11-wireless-security.pairwise ccmp # After restarting the hotspot my Android 13 device can connect ``` `nmcli connection show` for that connection now has: ``` 02-11-wireless-security.proto: -- 802-11-wireless-security.pairwise: ccmp 802-11-wireless-security.group: ccmp 802-11-wireless-security.pmf: 0 (default) ``` Note that I did not have to set `802-11-wireless-security.proto rsn`. -- You are receiving this mail because: You are watching all bug changes.
