4 Service org.moblin.connman
5 Interface org.moblin.connman.Network
6 Object path [variable prefix]/{network0,network1,...}
8 Methods dict GetProperties()
10 Returns properties for the network object. See
11 the properties section for available properties.
13 Possible Errors: [service].Error.InvalidArguments
15 Signals PropertyChanged(string name, variant value)
17 This signal indicates a changed value of the given
20 Properties string Address [readonly]
22 The address of the network.
24 string Name [readonly]
26 The pretty/long version of the network name. For
27 example in case of WiFi this should be the UTF-8
28 valid version of the SSID.
30 This property might not be available for every
31 network. For example hidden WiFi networks will
34 boolean Connected [readonly]
36 Indicates that this network is currently connected.
38 uint8 Strength [readonly]
40 Indicates the signal strength of the network. This
41 is a normalized value between 0 and 100.
43 object Device [readonly]
45 The object path of the device this networks
48 array{byte} WiFi.SSID [readonly]
50 If the network type is WiFi, then this property is
51 present and contains the binary SSID value.
53 string WiFi.Mode [readonly]
55 If the network type is WiFi, then this property is
56 present and contains the mode of the network. The
57 possible values are "managed" or "adhoc".
59 string WiFi.Security [readonly]
61 If the network type is WiFi, then this property is
62 present and contains the security method or key
65 Possible values are "none", "wep", "wpa" and "rsn".
67 string WiFi.Passphrase [readonly]
69 If the network type is WiFi and a passhrase is
70 requires, then this property is present and contains
71 the passphrase in clear text.
73 For systems using PolicyKit, the access to this value
74 will be protected by the security policy.