https://bugs.kde.org/show_bug.cgi?id=449265
--- Comment #3 from Alois Wohlschlager <alo...@gmx-topmail.de> --- I think this is wpa_supplicant somehow failing to create a WPA3 hotspot properly. To confirm, can you please try the following (adjust <interface> and <passphrase> appropriately): $ cat > hostapd.conf <<EOF interface=<interface> ssid=hotspot wpa=2 wpa_key_mgmt=SAE wpa_passphrase=<passphrase> EOF $ sudo hostapd hostapd.conf Then try to connect to the hotspot using a different device after the AP-ENABLED message appears. Then, please report whether hostapd prints anything else. -- You are receiving this mail because: You are watching all bug changes.