import Quickshell.Networking A network. Networks derived from a WifiDevice are WifiNetwork instances.
The device this network belongs to.
The connectivity state of the network.
The name of the network.
A list of NetworkManager connnection settings profiles for this network.
WARNING
Only valid for the NetworkManager backend.
If the network is currently connecting or disconnecting. Shorthand for checking state.
True if the wifi network has known connection settings saved.
True if the network is connected.
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.