mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-09 05:29:23 +01:00
31 lines
839 B
Plaintext
31 lines
839 B
Plaintext
|
KnownNetwork hierarchy
|
||
|
======================
|
||
|
|
||
|
Service net.connman.iwd
|
||
|
Interface net.connman.iwd.KnownNetwork [Experimental]
|
||
|
Object path /Xxx
|
||
|
|
||
|
Methods void Forget()
|
||
|
|
||
|
Removes the network from the 'known networks' list and
|
||
|
removes any associated configuration data. If the
|
||
|
network is currently connected, then it is immediately
|
||
|
disconnected.
|
||
|
|
||
|
Properties string Name [readonly]
|
||
|
|
||
|
Contains the Name (SSID) of the network
|
||
|
|
||
|
string Type [readonly]
|
||
|
|
||
|
Contains the type of the network. Possible
|
||
|
types are "open", "psk", "8021x" (EAP)
|
||
|
|
||
|
string LastConnectedTime [readonly, optional]
|
||
|
|
||
|
Contains the last time this network has been
|
||
|
successfully connected to. The time is given as a
|
||
|
ISO 8601-formatted string. If the network is known
|
||
|
but has never been successfully connected to,
|
||
|
this property is not visible.
|