diff --git a/docs/api/html/spec.html b/docs/api/html/spec.html
index a75799e7..80c10325 100644
--- a/docs/api/html/spec.html
+++ b/docs/api/html/spec.html
@@ -1,5 +1,5 @@
-NetworkManager D-Bus Interface Specification version 0.9.4.0NetworkManager D-Bus Interface Specification
Version 0.9.4.0
Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
+
NetworkManager D-Bus Interface Specification
Version 0.9.5.95
Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -112,7 +112,7 @@ General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
Interfaces
+
Interfaces
org.freedesktop.NetworkManager
Methods:
GetDevices (
) →
@@ -461,6 +461,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
s -
(read)
The driver handling the device.
+ DriverVersion -
+ s -
+ (read)
+ The version of the driver handling the device.
+ FirmwareVersion -
+ s -
+ (read)
+ The firmware version for the device.
Capabilities -
u -
(read)
@@ -512,6 +520,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
b -
(read)
Whether or not this device is managed by NetworkManager.
+ Autoconnect -
+ b -
+ (readwrite)
+ If TRUE, indicates the device is allowed to autoconnect. If FALSE,
+ manual intervention is required before the device will automatically
+ connect to a known network, such as activating a connection using the
+ device, or setting this property to TRUE.
FirmwareMissing -
b -
(read)
@@ -673,6 +688,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
InfiniBand device does not support connected mode.
NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED = 50
A dependency of the connection failed.
+ NM_DEVICE_STATE_REASON_BR2684_FAILED = 50
+ Problem with the RFC 2684 Ethernet over ADSL bridge.
Sets of flags:
NM_DEVICE_CAP_NONE = 0x0- Null capability.
NM_DEVICE_CAP_NM_SUPPORTED = 0x1- The device is supported by NetworkManager.
NM_DEVICE_CAP_CARRIER_DETECT = 0x2- The device supports carrier detection.
Structure types:
NM_DEVICE_STATE_REASON_STRUCT - (
u: state, u: reason
)
@@ -722,6 +739,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Returns
access_points -
ao-
List of access point object paths
+
RequestScan (
+ a{sv}: options
+ ) →
+ nothing
+ Request the device to scan
+
Parameters
options -
+ a{sv}-
+ Options of scan
Signals:
@@ -990,6 +1015,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The VLAN ID of this VLAN interface.
+
org.freedesktop.NetworkManager.Device.Adsl
Interface has no methods.
Signals:
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
+ -
+ A dictionary mapping property names to variant boxed values
+
Properties:
Carrier -
+ b -
+ (read)-
+ Indicates whether the physical carrier is found.
+
+
org.freedesktop.NetworkManager.WiMax.Nsp
Interface has no methods.
Signals:
Parameters
properties -
@@ -1384,6 +1422,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Explicitly prompt for new secrets from the user. This flag
signals that NetworkManager thinks any existing secrets are
invalid or wrong. This flag implies that interaction is allowed.
+ NM_SECRET_AGENT_GET_SECRETS_FLAG_USER_REQUESTED = 0x4-
+ Set if the request was initiated by user-requested action via the
+ D-Bus interface, as opposed to automatically initiated by
+ NetworkManager in response to (for example) scan results or
+ carrier changes.
@@ -1488,7 +1531,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
) →
nothing
Disconnect the plugin.
-
Possible errors
org.freedesktop.NetworkManager.VPN.Error.StoppingInProgress- The request could not be processed because the VPN connection is already being stopped.(generic description)
org.freedesktop.NetworkManager.VPN.Error.AlreadyStopped- The request could not be processed because the VPN connection was already stopped.(generic description)
Possible errors
org.freedesktop.NetworkManager.VPN.Error.StoppingInProgress- The request could not be processed because the VPN connection is already being stopped.(generic description)
org.freedesktop.NetworkManager.VPN.Error.AlreadyStopped- The request could not be processed because the VPN connection was already stopped.(generic description)
SetConfig (
+ a{sv}: config
+ ) →
+ nothing
+ Set generic connection details on the connection.
+
Parameters
config -
+ a{sv}
+ (String_Variant_Map)
+ -
+ Generic configuration details for the connection.
+
SetIp4Config (
a{sv}: config
) →
nothing
@@ -1497,7 +1550,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
a{sv}
(
String_Variant_Map)
- Ip4Config details for the conneciton.
+ Ip4Config details for the connection. You must call
+ SetConfig() before calling this.
+ SetIp6Config (
+ a{sv}: config
+ ) →
+ nothing
+ Set IPv6 details on the connection.
+
Parameters
config -
+ a{sv}
+ (String_Variant_Map)
+ -
+ Ip6Config details for the connection. You must call
+ SetConfig() before calling this.
SetFailure (
s: reason
) →
@@ -1515,6 +1580,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(NM_VPN_CONNECTION_STATE)
The new state of the plugin.
+
Config (
+ a{sv}: config
+ )
+ The plugin obtained generic configuration information.
+
Ip4Config (
a{sv}: ip4config
)
@@ -1524,6 +1598,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(
String_Variant_Map)
The IPv4 configuration.
+ Ip6Config (
+ a{sv}: ip6config
+ )
+ The plugin obtained an IPv6 configuration.
+
@@ -1597,7 +1680,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
org.freedesktop.NetworkManager.VPN.Error.BadArguments
Invalid arguments were passed with the request. FIXME: too general.
org.freedesktop.NetworkManager.VPN.Error.LaunchFailed
A binary providing the service failed to launch.
org.freedesktop.NetworkManager.VPN.Error.ConnectionInvalid
The request could not be processed because the VPN connection settings were invalid.
-
Index
Index of interfaces
Index of types
NM_802_11_AP_FLAGS
+Index
Index of interfaces
Index of types
NM_802_11_AP_FLAGS
- uNM_802_11_AP_SEC
- uNM_802_11_DEVICE_CAP
- uNM_802_11_MODE
diff --git a/docs/api/settings-spec.xml b/docs/api/settings-spec.xml
index 8d2757d9..d90814d7 100644
--- a/docs/api/settings-spec.xml
+++ b/docs/api/settings-spec.xml
@@ -1279,6 +1279,12 @@
If the wireless connection has any security restrictions, like 802.1x, WEP, or WPA, set this property to '802-11-wireless-security' and ensure the connection contains a valid 802-11-wireless-security setting.
+
+ hidden
+ boolean
+ FALSE
+ If TRUE, indicates this network is a non-broadcasting network that hides its SSID. In this case various workarounds may take place, such as probe-scanning the SSID for more reliable network discovery. However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution.
+
diff --git a/docs/api/spec.html b/docs/api/spec.html
index a75799e7..80c10325 100644
--- a/docs/api/spec.html
+++ b/docs/api/spec.html
@@ -1,5 +1,5 @@
-
NetworkManager D-Bus Interface Specification version 0.9.4.0NetworkManager D-Bus Interface Specification
Version 0.9.4.0
Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
+
NetworkManager D-Bus Interface Specification
Version 0.9.5.95
Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -112,7 +112,7 @@ General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
Interfaces
+
Interfaces
org.freedesktop.NetworkManager
Methods:
GetDevices (
) →
@@ -461,6 +461,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
s -
(read)
The driver handling the device.
+ DriverVersion -
+ s -
+ (read)
+ The version of the driver handling the device.
+ FirmwareVersion -
+ s -
+ (read)
+ The firmware version for the device.
Capabilities -
u -
(read)
@@ -512,6 +520,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
b -
(read)
Whether or not this device is managed by NetworkManager.
+ Autoconnect -
+ b -
+ (readwrite)
+ If TRUE, indicates the device is allowed to autoconnect. If FALSE,
+ manual intervention is required before the device will automatically
+ connect to a known network, such as activating a connection using the
+ device, or setting this property to TRUE.
FirmwareMissing -
b -
(read)
@@ -673,6 +688,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
InfiniBand device does not support connected mode.
NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED = 50
A dependency of the connection failed.
+ NM_DEVICE_STATE_REASON_BR2684_FAILED = 50
+ Problem with the RFC 2684 Ethernet over ADSL bridge.
Sets of flags:
NM_DEVICE_CAP_NONE = 0x0- Null capability.
NM_DEVICE_CAP_NM_SUPPORTED = 0x1- The device is supported by NetworkManager.
NM_DEVICE_CAP_CARRIER_DETECT = 0x2- The device supports carrier detection.
Structure types:
NM_DEVICE_STATE_REASON_STRUCT - (
u: state, u: reason
)
@@ -722,6 +739,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Returns
access_points -
ao-
List of access point object paths
+
RequestScan (
+ a{sv}: options
+ ) →
+ nothing
+ Request the device to scan
+
Parameters
options -
+ a{sv}-
+ Options of scan
Signals:
@@ -990,6 +1015,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The VLAN ID of this VLAN interface.
+
org.freedesktop.NetworkManager.Device.Adsl
Interface has no methods.
Signals:
Parameters
properties -
+ a{sv}
+ (String_Variant_Map)
+ -
+ A dictionary mapping property names to variant boxed values
+
Properties:
Carrier -
+ b -
+ (read)-
+ Indicates whether the physical carrier is found.
+
+
org.freedesktop.NetworkManager.WiMax.Nsp
Interface has no methods.
Signals:
Parameters
properties -
@@ -1384,6 +1422,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Explicitly prompt for new secrets from the user. This flag
signals that NetworkManager thinks any existing secrets are
invalid or wrong. This flag implies that interaction is allowed.
+ NM_SECRET_AGENT_GET_SECRETS_FLAG_USER_REQUESTED = 0x4-
+ Set if the request was initiated by user-requested action via the
+ D-Bus interface, as opposed to automatically initiated by
+ NetworkManager in response to (for example) scan results or
+ carrier changes.
@@ -1488,7 +1531,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
) →
nothing
Disconnect the plugin.
-
Possible errors
org.freedesktop.NetworkManager.VPN.Error.StoppingInProgress- The request could not be processed because the VPN connection is already being stopped.(generic description)
org.freedesktop.NetworkManager.VPN.Error.AlreadyStopped- The request could not be processed because the VPN connection was already stopped.(generic description)
Possible errors
org.freedesktop.NetworkManager.VPN.Error.StoppingInProgress- The request could not be processed because the VPN connection is already being stopped.(generic description)
org.freedesktop.NetworkManager.VPN.Error.AlreadyStopped- The request could not be processed because the VPN connection was already stopped.(generic description)
SetConfig (
+ a{sv}: config
+ ) →
+ nothing
+ Set generic connection details on the connection.
+
Parameters
config -
+ a{sv}
+ (String_Variant_Map)
+ -
+ Generic configuration details for the connection.
+
SetIp4Config (
a{sv}: config
) →
nothing
@@ -1497,7 +1550,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
a{sv}
(
String_Variant_Map)
- Ip4Config details for the conneciton.
+ Ip4Config details for the connection. You must call
+ SetConfig() before calling this.
+ SetIp6Config (
+ a{sv}: config
+ ) →
+ nothing
+ Set IPv6 details on the connection.
+
Parameters
config -
+ a{sv}
+ (String_Variant_Map)
+ -
+ Ip6Config details for the connection. You must call
+ SetConfig() before calling this.
SetFailure (
s: reason
) →
@@ -1515,6 +1580,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(NM_VPN_CONNECTION_STATE)
The new state of the plugin.
+
Config (
+ a{sv}: config
+ )
+ The plugin obtained generic configuration information.
+
Ip4Config (
a{sv}: ip4config
)
@@ -1524,6 +1598,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(
String_Variant_Map)
The IPv4 configuration.
+ Ip6Config (
+ a{sv}: ip6config
+ )
+ The plugin obtained an IPv6 configuration.
+
@@ -1597,7 +1680,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
org.freedesktop.NetworkManager.VPN.Error.BadArguments
Invalid arguments were passed with the request. FIXME: too general.
org.freedesktop.NetworkManager.VPN.Error.LaunchFailed
A binary providing the service failed to launch.
org.freedesktop.NetworkManager.VPN.Error.ConnectionInvalid
The request could not be processed because the VPN connection settings were invalid.
-
Index
Index of interfaces
Index of types