From 81836c2d44802b4cca833d7775dd627e0797a7e2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 28 Aug 2015 01:13:48 +0200 Subject: Imported Upstream version 1.0.6 --- docs/api/html/index.html | 2 +- docs/api/html/ref-settings.html | 18 ++++++++++++++++++ docs/api/html/spec.html | 41 +++++++++++++++++++++++++++++++++++++---- docs/api/settings-spec.xml | 3 +++ docs/api/spec.html | 41 +++++++++++++++++++++++++++++++++++++---- docs/api/version.xml | 2 +- 6 files changed, 97 insertions(+), 10 deletions(-) (limited to 'docs/api') diff --git a/docs/api/html/index.html b/docs/api/html/index.html index c2c59933..5656932f 100644 --- a/docs/api/html/index.html +++ b/docs/api/html/index.html @@ -14,7 +14,7 @@
-

Version 1.0.4 +

Version 1.0.6

diff --git a/docs/api/html/ref-settings.html b/docs/api/html/ref-settings.html index 10405a35..501656bc 100644 --- a/docs/api/html/ref-settings.html +++ b/docs/api/html/ref-settings.html @@ -625,6 +625,12 @@ Interface name of the master device or UUID of the master connection. +
metered
+
NMMetered (int32)
+

+Whether the connection is metered.
+
+
 
name
string
connection
@@ -1800,6 +1806,18 @@
0
If non-zero, request that the device use only the specified speed. In Mbit/s, ie 100 == 100Mbit/s. + +
wake-on-lan
+
uint32
+
1
+The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40). + + +
wake-on-lan-password
+
string
+

+If specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address.  If NULL, no password will be required.
+
 
 
diff --git a/docs/api/html/spec.html b/docs/api/html/spec.html index bcd634dd..7f7559c5 100644 --- a/docs/api/html/spec.html +++ b/docs/api/html/spec.html @@ -1,4 +1,4 @@ -NetworkManager D-Bus Interface Specification version 1.0.4

NetworkManager D-Bus Interface Specification

Version 1.0.4

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
+

NetworkManager D-Bus Interface Specification

Version 1.0.6

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 @@ -381,6 +381,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Metered - + u - + (read) + (NM_METERED) +
+ Wheter the connectivity is metered. This is equivalent to the + metered property of the device associated with the primary + connection.
ActivatingConnection - o - (read)
@@ -478,7 +486,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.u - (read)
The maximum bitrate this access point is capable of, in kilobits/second (Kb/s).
Strength - y - - (read)
The current signal quality of the access point, in percent.

Sets of flags:

NM_802_11_AP_FLAGS

+ (read)
The current signal quality of the access point, in percent.
LastSeen - + i - + (read)
+ The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access + point was found in scan results. A value of -1 means the access point + has never been found in scan results. +

Sets of flags:

NM_802_11_AP_FLAGS

Flags describing the general capabilities of the access point.
NM_802_11_AP_FLAGS_NONE = 0x0
Null capability - says nothing about the access point.
NM_802_11_AP_FLAGS_PRIVACY = 0x1
Access point supports privacy measures.

NM_802_11_AP_SEC

Flags describing the security capabilities of the access point. @@ -635,6 +649,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.u - (read)
The device MTU (maximum transmission unit). +
Metered - + u - + (read) + (NM_METERED) +
+ Whether the amount of traffic flowing through the device is + subject to limitations, for example set by service providers.

Enumerated types:

NM_DEVICE_STATE

NM_DEVICE_STATE_UNKNOWN = 0
The device is in an unknown state.
NM_DEVICE_STATE_UNMANAGED = 10
@@ -817,6 +838,16 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
NM_DEVICE_STATE_REASON_PARENT_MANAGED_CHANGED = 62
The device parent's management changed. +

NM_METERED

NM_METERED_UNKNOWN = 0
+ The device metered status is unknown. +
NM_METERED_YES = 1
+ The device is metered and the value was statically set. +
NM_METERED_NO = 2
+ The device is not metered and the value was statically set. +
NM_METERED_GUESS_YES = 3
+ The device is metered and the value was guessed. +
NM_METERED_GUESS_NO = 4
+ The device is not metered and the value was guessed.

Sets of flags:

NM_DEVICE_CAP

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 ) @@ -885,7 +916,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Parameters

options - a{sv}
- Options of scan (currently unused argument). + Options of scan. + Currently 'ssids' option with value of "aay" type is supported.

Signals:

PropertiesChanged ( a{sv}: properties )

@@ -2372,6 +2404,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  • NM_DEVICE_STATE_REASON_STRUCT - ( u, u )
  • NM_DEVICE_TYPE + - u
  • NM_METERED - u
  • NM_SECRET_AGENT_CAPABILITIES - u
  • NM_SECRET_AGENT_GET_SECRETS_FLAGS - u
  • NM_STATE diff --git a/docs/api/settings-spec.xml b/docs/api/settings-spec.xml index f1b507fe..6f8645a7 100644 --- a/docs/api/settings-spec.xml +++ b/docs/api/settings-spec.xml @@ -88,6 +88,7 @@ idstringA human readable unique identifier for the connection, like "Work Wi-Fi" or "T-Mobile 3G". interface-namestringThe name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings). For software devices this specifies the name of the created device. For connection types where interface names cannot easily be made persistent (e.g. mobile broadband or USB Ethernet), this property should not be used. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface. masterstringInterface name of the master device or UUID of the master connection. + meteredNMMetered (int32)Whether the connection is metered. namestringconnectionThe setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired". permissionsarray of string[]An array of strings defining what access a given user has to this connection. If this is NULL or empty, all users are allowed to access this connection. Otherwise a user is allowed to access this connection if and only if they are in this list. Each entry is of the form "[type]:[id]:[reserved]"; for example, "user:dcbw:blah". At this time only the "user" [type] is allowed. Any other values are ignored and reserved for future use. [id] is the username that this permission refers to, which may not contain the ":" character. Any [reserved] information present must be ignored and is reserved for future use. All of [type], [id], and [reserved] must be valid UTF-8. read-onlybooleanFALSEFALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified. @@ -263,6 +264,8 @@ s390-optionsdict of string to string{}Dictionary of key/value pairs of s390-specific device options. Both keys and values must be strings. Allowed keys include "portno", "layer2", "portname", "protocol", among others. Key names must contain only alphanumeric characters (ie, [a-zA-Z0-9]). s390-subchannelsarray of string[]Identifies specific subchannels that this network device uses for communication with z/VM or s390 host. Like the "mac-address" property for non-z/VM devices, this property can be used to ensure this connection only applies to the network device that uses these subchannels. The list should contain exactly 3 strings, and each string may only be composed of hexadecimal characters and the period (.) character. speeduint320If non-zero, request that the device use only the specified speed. In Mbit/s, ie 100 == 100Mbit/s. + wake-on-lanuint321The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40). + wake-on-lan-passwordstringIf specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address. If NULL, no password will be required. 802-11-wireless settingKey NameValue TypeDefault ValueValue Descriptionbandstring802.11 frequency band of the network. One of "a" for 5GHz 802.11a or "bg" for 2.4GHz 802.11. This will lock associations to the Wi-Fi network to the specific band, i.e. if "a" is specified, the device will not associate with the same network in the 2.4GHz band even if the network's settings are compatible. This setting depends on specific driver capability and may not work with all drivers. diff --git a/docs/api/spec.html b/docs/api/spec.html index bcd634dd..7f7559c5 100644 --- a/docs/api/spec.html +++ b/docs/api/spec.html @@ -1,4 +1,4 @@ -NetworkManager D-Bus Interface Specification version 1.0.4

    NetworkManager D-Bus Interface Specification

    Version 1.0.4

    Copyright (C) 2008 - 2011 Red Hat, Inc.
    Copyright (C) 2008 - 2009 Novell, Inc.
    +

    NetworkManager D-Bus Interface Specification

    Version 1.0.6

    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 @@ -381,6 +381,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

    Metered - + u - + (read) + (NM_METERED) +
    + Wheter the connectivity is metered. This is equivalent to the + metered property of the device associated with the primary + connection.
    ActivatingConnection - o - (read)
    @@ -478,7 +486,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.u - (read)
    The maximum bitrate this access point is capable of, in kilobits/second (Kb/s).
    Strength - y - - (read)
    The current signal quality of the access point, in percent.

    Sets of flags:

    NM_802_11_AP_FLAGS

    + (read)
    The current signal quality of the access point, in percent.
    LastSeen - + i - + (read)
    + The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access + point was found in scan results. A value of -1 means the access point + has never been found in scan results. +

    Sets of flags:

    NM_802_11_AP_FLAGS

    Flags describing the general capabilities of the access point.
    NM_802_11_AP_FLAGS_NONE = 0x0
    Null capability - says nothing about the access point.
    NM_802_11_AP_FLAGS_PRIVACY = 0x1
    Access point supports privacy measures.

    NM_802_11_AP_SEC

    Flags describing the security capabilities of the access point. @@ -635,6 +649,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.u - (read)
    The device MTU (maximum transmission unit). +
    Metered - + u - + (read) + (NM_METERED) +
    + Whether the amount of traffic flowing through the device is + subject to limitations, for example set by service providers.

    Enumerated types:

    NM_DEVICE_STATE

    NM_DEVICE_STATE_UNKNOWN = 0
    The device is in an unknown state.
    NM_DEVICE_STATE_UNMANAGED = 10
    @@ -817,6 +838,16 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    NM_DEVICE_STATE_REASON_PARENT_MANAGED_CHANGED = 62
    The device parent's management changed. +

    NM_METERED

    NM_METERED_UNKNOWN = 0
    + The device metered status is unknown. +
    NM_METERED_YES = 1
    + The device is metered and the value was statically set. +
    NM_METERED_NO = 2
    + The device is not metered and the value was statically set. +
    NM_METERED_GUESS_YES = 3
    + The device is metered and the value was guessed. +
    NM_METERED_GUESS_NO = 4
    + The device is not metered and the value was guessed.

    Sets of flags:

    NM_DEVICE_CAP

    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 ) @@ -885,7 +916,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

    Parameters

    options - a{sv}
    - Options of scan (currently unused argument). + Options of scan. + Currently 'ssids' option with value of "aay" type is supported.

    Signals:

    PropertiesChanged ( a{sv}: properties )

    @@ -2372,6 +2404,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  • NM_DEVICE_STATE_REASON_STRUCT - ( u, u )
  • NM_DEVICE_TYPE + - u
  • NM_METERED - u
  • NM_SECRET_AGENT_CAPABILITIES - u
  • NM_SECRET_AGENT_GET_SECRETS_FLAGS - u
  • NM_STATE diff --git a/docs/api/version.xml b/docs/api/version.xml index ee90284c..af0b7ddb 100644 --- a/docs/api/version.xml +++ b/docs/api/version.xml @@ -1 +1 @@ -1.0.4 +1.0.6 -- cgit 1.3.0-6-gf8a5