import Quickshell.Networking A network. Networks derived from a WifiDevice are WifiNetwork instances.
If the network is currently connecting or disconnecting. Shorthand for checking state.
The name of the network.
True if the network is connected.
The device this network belongs to.
A list of NetworkManager connection settings profiles for this network.
WARNING
Only valid for the NetworkManager backend.
True if the wifi network has known connection settings saved.
The connectivity state of the network.
Attempt to connect to the network.
NOTE
If the network is a WifiNetwork and requires secrets, a connectionFailed()
signal will be emitted with NoSecrets.
WifiNetwork.connectWithPsk() can be used to provide secrets.
Attempt to connect to the network with a specific nmSettings entry.
WARNING
Only valid for the NetworkManager backend.
Disconnect from the network.
Forget all connection settings for this network.
Signals that a connection to the network has failed because of the given ConnectionFailReason.