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/spec.html | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) (limited to 'docs/api/html/spec.html') 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 -- cgit 1.3.0-6-gf8a5