I'm trying to make a hotspot that is hidden and without a password.
I created the hotspot with the Network-Manager GUI, then I went to edit /etc/NetworkManager/system-connections/Hotspot
and added the hidden=true
part to the file acording to this answer.
Now this is my file:
-----------------------------------
[connection]
id=Hotspot
uuid=66cb275f-8c03-41b1-ad69-8992b21ff655
type=wifi
autoconnect=false
interface-name=wlx90f6520ed959
[wifi]
mode=ap
ssid=betagaming
hidden=true
[wifi-security]
group=ccmp;
key-mgmt=wpa-psk
pairwise=ccmp;
proto=rsn;
psk=qnFYm2Db
[ipv4]
method=shared
[ipv6]
addr-gen-mode=stable-privacy
method=auto
[proxy]
What do I have to change so that the hotspot does not have a password?