Let's say that network-manager is connected to specific Wi-Fi network. When I click "Disconnect" via GUI from it then it never connects back.
But when I close the laptop lid, then open it back (so that system suspends and resumes) then network-manager automatically connects to the Wi-Fi network it finds.
How do I trigger network-manager from console to automatically connect to the Wi-Fi network it finds without doing system suspend and resume?
connection.autoconnectin the connection properties to control whether my GSM connection is up or down on boot. – AndreKR Aug 04 '19 at 23:01nmcli -f name,autoconnect con– user125756 Aug 10 '22 at 09:48