From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm-util/html/NMConnection.html | 59 +--- docs/libnm-util/html/NMSetting.html | 31 +- docs/libnm-util/html/NMSetting8021x.html | 358 ++++++++++---------- docs/libnm-util/html/NMSettingAdsl.html | 58 +--- docs/libnm-util/html/NMSettingBluetooth.html | 23 +- docs/libnm-util/html/NMSettingBond.html | 70 +--- docs/libnm-util/html/NMSettingBridge.html | 94 ++---- docs/libnm-util/html/NMSettingBridgePort.html | 47 +-- docs/libnm-util/html/NMSettingCdma.html | 39 +-- docs/libnm-util/html/NMSettingConnection.html | 82 +---- docs/libnm-util/html/NMSettingDcb.html | 204 ++++++------ docs/libnm-util/html/NMSettingGeneric.html | 18 +- docs/libnm-util/html/NMSettingGsm.html | 98 +++--- docs/libnm-util/html/NMSettingIP4Config.html | 167 +++++----- docs/libnm-util/html/NMSettingIP6Config.html | 164 +++++----- docs/libnm-util/html/NMSettingInfiniband.html | 47 +-- docs/libnm-util/html/NMSettingOlpcMesh.html | 52 +-- docs/libnm-util/html/NMSettingPPP.html | 123 +++---- docs/libnm-util/html/NMSettingPPPOE.html | 35 +- docs/libnm-util/html/NMSettingSerial.html | 41 +-- docs/libnm-util/html/NMSettingTeam.html | 33 +- docs/libnm-util/html/NMSettingTeamPort.html | 26 +- docs/libnm-util/html/NMSettingVPN.html | 52 ++- docs/libnm-util/html/NMSettingVlan.html | 66 ++-- docs/libnm-util/html/NMSettingWimax.html | 26 +- docs/libnm-util/html/NMSettingWired.html | 111 +++---- docs/libnm-util/html/NMSettingWireless.html | 137 ++++---- .../libnm-util/html/NMSettingWirelessSecurity.html | 147 ++++----- docs/libnm-util/html/annotation-glossary.html | 9 +- docs/libnm-util/html/api-index-full.html | 7 +- docs/libnm-util/html/ch01.html | 7 +- docs/libnm-util/html/index.html | 7 +- docs/libnm-util/html/index.sgml | 364 +++++++++++++++++++++ .../libnm-util/html/libnm-util-NetworkManager.html | 112 ++----- .../html/libnm-util-NetworkManagerVPN.html | 126 +------ docs/libnm-util/html/libnm-util-nm-utils.html | 92 ++---- docs/libnm-util/html/libnm-util.devhelp2 | 364 ++++++++++++++++++++- docs/libnm-util/html/object-tree.html | 7 +- docs/libnm-util/html/style.css | 15 +- 39 files changed, 1756 insertions(+), 1762 deletions(-) (limited to 'docs/libnm-util/html') diff --git a/docs/libnm-util/html/NMConnection.html b/docs/libnm-util/html/NMConnection.html index 5c288a09..3ef46ffb 100644 --- a/docs/libnm-util/html/NMConnection.html +++ b/docs/libnm-util/html/NMConnection.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMConnection +NMConnection: libnm-util Reference Manual - + @@ -633,7 +633,6 @@ nm_connection_error_quark (void

Returns

the error quark used for NMConnection errors.

-


@@ -645,7 +644,6 @@ nm_connection_new (void

Returns

the new empty NMConnection object

-


@@ -684,7 +682,6 @@ the connection.

the new NMConnection object, populated with settings created from the values in the hash table, or NULL if the connection failed to validate

-


@@ -918,7 +915,6 @@ nm_connection_replace_settings (

Returns

TRUE if the settings were valid and added to the connection, FALSE if they were not

-


@@ -965,9 +961,8 @@ with

Returns

TRUE if the settings were valid and added to the connection, FALSE if they were not

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1009,7 +1004,6 @@ each flag's behavior.

Returns

TRUE if the comparison succeeds, FALSE if it does not

-


@@ -1065,7 +1059,6 @@ differ mapped to one or more of

Returns

TRUE if the connections contain the same values, FALSE if they do not

-


@@ -1108,7 +1101,6 @@ setting and which property failed validation, and how it failed validation.

Returns

TRUE if the connection is valid, FALSE if it is not

-


@@ -1167,9 +1159,8 @@ why the connection is invalid, if the function returns an error.

Returns

TRUE if the connection is valid, FALSE if it is not

-

-

Since 1.0

+

Since: 1.0


@@ -1212,7 +1203,6 @@ elements.

Returns

the setting name of the NMSetting object which has invalid or missing secrets

-


@@ -1332,7 +1322,6 @@ string:GValue of setting property names and secrets of

Returns

TRUE if the secrets were successfully updated, FALSE if the update failed (tried to update secrets for a setting that doesn't exist, etc)

-


@@ -1393,7 +1382,6 @@ nm_connection_get_path (

Returns

the D-Bus path of the connection, previously set by a call to nm_connection_set_path().

-


@@ -1423,7 +1411,6 @@ connection types, this function will return NULL.

Returns

Name of the kernel interface or NULL

-


@@ -1454,9 +1441,8 @@ NetworkManager, this is the name of the created interface.

Returns

Name of the kernel interface or NULL

-

-

Since 1.0

+

Since: 1.0


@@ -1496,7 +1482,6 @@ property of the connection and matches that against

Returns

TRUE if the connection is of the given type , FALSE if not

-


@@ -1628,7 +1613,6 @@ nm_connection_lookup_setting_type (const

Returns

the GType of the setting's class

-


@@ -1657,7 +1641,6 @@ Useful for figuring out which setting a returned error is for.

Returns

the GType of the setting's class

-


@@ -1684,7 +1667,6 @@ nm_connection_get_uuid (

Returns

the UUID from the connection's 'connection' setting

-


@@ -1711,7 +1693,6 @@ nm_connection_get_id (

Returns

the ID from the connection's 'connection' setting

-


@@ -1738,9 +1719,8 @@ nm_connection_get_connection_type (

Returns

the type from the connection's 'connection' setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1775,7 +1755,7 @@ or NULL if connection

[transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -1884,7 +1864,7 @@ nm_connection_get_setting_team ( an NMSettingTeam if the connection contains one, otherwise NULL.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -1912,7 +1892,7 @@ nm_connection_get_setting_team_port ( an NMSettingTeamPort if the connection contains one, otherwise NULL.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -2048,7 +2028,7 @@ nm_connection_get_setting_dcb ( an NMSettingDcb if the connection contains one, otherwise NULL.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -2076,7 +2056,7 @@ nm_connection_get_setting_generic ( an NMSettingGeneric if the connection contains one, otherwise NULL.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10


@@ -2491,32 +2471,24 @@ nm_connection_get_setting_vlan (

NM_CONNECTION_SECRETS_UPDATED

#define NM_CONNECTION_SECRETS_UPDATED "secrets-updated"
 
-

-


NM_CONNECTION_SECRETS_CLEARED

#define NM_CONNECTION_SECRETS_CLEARED "secrets-cleared"
 
-

-


NM_CONNECTION_CHANGED

#define NM_CONNECTION_CHANGED         "changed"
 
-

-


NM_CONNECTION_PATH

#define NM_CONNECTION_PATH "path"
 
-

-


@@ -2582,16 +2554,12 @@ nm_connection_get_setting_vlan (

NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD

#define NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD "ip6-config-method"
 
-

-


NM_CONNECTION_ERROR

#define NM_CONNECTION_ERROR nm_connection_error_quark ()
 
-

-


@@ -2645,7 +2613,7 @@ or when settings are added or removed.

Flags: Run First

-

Since 0.9.10

+

Since: 0.9.10


@@ -2721,7 +2689,6 @@ updated

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSetting.html b/docs/libnm-util/html/NMSetting.html index 140fac6a..3ce89683 100644 --- a/docs/libnm-util/html/NMSetting.html +++ b/docs/libnm-util/html/NMSetting.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSetting +NMSetting: libnm-util Reference Manual - + @@ -331,7 +331,6 @@ nm_setting_error_quark (void

Returns

the error quark used for NMSetting errors.

-


@@ -339,32 +338,24 @@ nm_setting_error_quark (void

NM_SETTING_PARAM_SERIALIZE

#define NM_SETTING_PARAM_SERIALIZE    (1 << (0 + G_PARAM_USER_SHIFT))
 
-

-


NM_SETTING_PARAM_REQUIRED

#define NM_SETTING_PARAM_REQUIRED     (1 << (1 + G_PARAM_USER_SHIFT))
 
-

-


NM_SETTING_PARAM_SECRET

#define NM_SETTING_PARAM_SECRET       (1 << (2 + G_PARAM_USER_SHIFT))
 
-

-


NM_SETTING_PARAM_FUZZY_IGNORE

#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT))
 
-

-


@@ -409,7 +400,6 @@ nm_setting_error_quark (void

Returns

TRUE to clear the secret, FALSE to not clear the secret

-


@@ -537,7 +527,6 @@ string to GValue mapping of properties that apply to the setting.

Returns

a new NMSetting object populated with the properties from the hash table, or NULL on failure

-


@@ -593,7 +582,6 @@ nm_setting_get_name (

Returns

a string containing the type name of the NMSetting object, like 'ppp' or 'wireless' or 'wired'.

-


@@ -640,7 +628,6 @@ came.

Returns

TRUE if the setting is valid, FALSE if it is not

-


@@ -683,7 +670,6 @@ for a description of each flag's behavior.

Returns

TRUE if the comparison succeeds, FALSE if it does not

-


@@ -746,7 +732,6 @@ in and the settings differ, a new one is created and returned.

Returns

TRUE if the settings contain the same values, FALSE if they do not

-


@@ -815,7 +800,6 @@ output format is not guaranteed to be stable and may change at any time.

an allocated string containing a textual representation of the setting's properties and values (including secrets!), which the caller should free with g_free()

-


@@ -955,7 +939,6 @@ string to GValue of setting property names and secrets

Returns

TRUE if the secrets were successfully updated, FALSE on failure to update one or more of the secrets.

-


@@ -1004,7 +987,6 @@ handle that secret.

Returns

TRUE on success (if the given secret name was a valid property of this setting, and if that property is secret), FALSE if not

-


@@ -1053,7 +1035,6 @@ handle that secret.

Returns

TRUE on success (if the given secret name was a valid property of this setting, and if that property is secret), FALSE if not

-


@@ -1082,7 +1063,6 @@ needs to use if specified in the settings.

Returns

Name of the virtual interface or NULL if the setting does not support this feature

-

@@ -1141,16 +1121,12 @@ support this feature

NM_SETTING_ERROR

#define NM_SETTING_ERROR nm_setting_error_quark ()
 
-

-


NM_SETTING_NAME

#define NM_SETTING_NAME "name"
 
-

-


@@ -1423,7 +1399,6 @@ example "ppp" or "wireless" or "wired".

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSetting8021x.html b/docs/libnm-util/html/NMSetting8021x.html index ba9dbe10..05d9516c 100644 --- a/docs/libnm-util/html/NMSetting8021x.html +++ b/docs/libnm-util/html/NMSetting8021x.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSetting8021x +NMSetting8021x: libnm-util Reference Manual - + @@ -968,7 +968,6 @@ nm_setting_802_1x_error_quark (vo

Returns

the error quark used for NMSetting8021x errors.

-


@@ -980,7 +979,6 @@ nm_setting_802_1x_new (void

Returns

the new empty NMSetting8021x object

-


@@ -1011,7 +1009,6 @@ allowed EAP methods.

Returns

the number of allowed EAP methods

-


@@ -1048,7 +1045,6 @@ nm_setting_802_1x_get_eap_method (

Returns

the name of the allowed EAP method at index i

-


@@ -1086,7 +1082,6 @@ allowed EAP methods.

Returns

TRUE if the EAP method was successfully added, FALSE if it was not a valid method or if it was already allowed.

-


@@ -1153,9 +1148,8 @@ nm_setting_802_1x_remove_eap_method_by_value

Returns

TRUE if the EAP method was founs and removed, FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1204,7 +1198,6 @@ authenticate the user. Often this is a username or login name.

Returns

the user identifier

-


@@ -1235,7 +1228,6 @@ a secure form, if applicable for that EAP method.

Returns

the anonymous identifier

-


@@ -1262,7 +1254,6 @@ nm_setting_802_1x_get_pac_file (

Returns

the PAC file

-


@@ -1294,7 +1285,6 @@ of these properties.

Returns

TRUE if a system CA certificate path should be used, FALSE if not

-


@@ -1325,7 +1315,6 @@ certificates for verifying the network to client.

Returns

the CA certificate directory path

-


@@ -1356,7 +1345,6 @@ to add more CA certificates for verifying the network to client.

Returns

the "phase 2" CA certificate directory path

-


@@ -1385,7 +1373,6 @@ if

Returns

scheme used to store the CA certificate (blob or path)

-


@@ -1417,7 +1404,6 @@ of the network cannot be confirmed by the client.

Returns

the CA certificate data

-


@@ -1449,7 +1435,6 @@ of the network cannot be confirmed by the client.

Returns

path to the CA certificate file

-


@@ -1510,7 +1495,6 @@ clears the CA certificate.

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

-


@@ -1539,7 +1523,6 @@ nm_setting_802_1x_get_subject_match (NULL no subject verification is to be performed.

-


@@ -1568,7 +1551,6 @@ nm_setting_802_1x_get_num_altsubject_matches

Returns

the number of altsubject-matches entries.

-


@@ -1606,7 +1588,6 @@ nm_setting_802_1x_get_altsubject_match

Returns

the altSubjectName match at index i

-


@@ -1645,7 +1626,6 @@ server is not verified.

Returns

TRUE if the alternative subject name match was successfully added, FALSE if it was already allowed.

-


@@ -1714,9 +1694,8 @@ nm_setting_802_1x_remove_altsubject_match_by_value

Returns

TRUE if the alternative subject name match was found and removed, FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1768,7 +1747,6 @@ if

Returns

scheme used to store the client certificate (blob or path)

-


@@ -1798,7 +1776,6 @@ authentication method.

Returns

the client certificate data

-


@@ -1828,7 +1805,6 @@ authentication method.

Returns

path to the client certificate file

-


@@ -1893,7 +1869,6 @@ clears the client certificate.

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

-


@@ -1921,7 +1896,6 @@ nm_setting_802_1x_get_phase1_peapver (“phase1-peapver” property. Valid values are NULL (unset), "0" (PEAP version 0), and "1" (PEAP version 1).

-


@@ -1952,7 +1926,6 @@ used when authenticating with EAP-PEAP, as contained in the “phase1-peaplabel” property. Valid values are NULL (unset), "0" (use old-style label), and "1" (use new-style label). See the wpa_supplicant documentation for more details.

-


@@ -1981,7 +1954,6 @@ nm_setting_802_1x_get_phase1_fast_provisioning

whether "phase 1" PEAP fast provisioning should be used, as specified by the “phase1-fast-provisioning” property. See the wpa_supplicant documentation for more details.

-


@@ -2008,7 +1980,6 @@ nm_setting_802_1x_get_phase2_auth (

Returns

the "phase 2" non-EAP (ex MD5) allowed authentication method as specified by the “phase2-auth” property.

-


@@ -2035,7 +2006,6 @@ nm_setting_802_1x_get_phase2_autheap (

Returns

the "phase 2" EAP-based (ex TLS) allowed authentication method as specified by the “phase2-autheap” property.

-


@@ -2066,7 +2036,6 @@ use

Returns

scheme used to store the "phase 2" CA certificate (blob or path)

-


@@ -2099,7 +2068,6 @@ of the network cannot be confirmed by the client.

Returns

the "phase 2" CA certificate data

-


@@ -2132,7 +2100,6 @@ of the network cannot be confirmed by the client.

Returns

path to the "phase 2" CA certificate file

-


@@ -2193,7 +2160,6 @@ clears the "phase2" CA certificate.

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

-


@@ -2223,7 +2189,6 @@ nm_setting_802_1x_get_phase2_subject_match the substring to be matched against the subject of the "phase 2" authentication server certificate, or NULL no subject verification is to be performed.

-


@@ -2252,7 +2217,6 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches

Returns

the number of phase2-altsubject-matches entries.

-


@@ -2290,7 +2254,6 @@ nm_setting_802_1x_get_phase2_altsubject_match

Returns

the "phase 2" altSubjectName match at index i

-


@@ -2330,7 +2293,6 @@ connection

Returns

TRUE if the "phase 2" alternative subject name match was successfully added, FALSE if it was already allowed.

-


@@ -2399,9 +2361,8 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value

Returns

TRUE if the alternative subject name match for "phase 2" was found and removed, FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2455,7 +2416,6 @@ returned scheme is

Returns

scheme used to store the "phase 2" client certificate (blob or path)

-


@@ -2485,7 +2445,6 @@ authentication method.

Returns

the "phase 2" client certificate data

-


@@ -2515,7 +2474,6 @@ authentication method.

Returns

path to the "phase 2" client certificate file

-


@@ -2581,7 +2539,6 @@ clears the "phase2" client certificate.

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

-


@@ -2608,7 +2565,6 @@ nm_setting_802_1x_get_password (

Returns

the password used by the authentication method, if any, as specified by the “password” property

-


@@ -2634,7 +2590,6 @@ nm_setting_802_1x_get_password_flags (

Returns

the NMSettingSecretFlags pertaining to the “password”

-


@@ -2662,7 +2617,6 @@ nm_setting_802_1x_get_password_raw ( the password used by the authentication method as a UTF-8-encoded array of bytes, as specified by the “password-raw” property

-


@@ -2690,7 +2644,6 @@ nm_setting_802_1x_get_password_raw_flags

Returns

the NMSettingSecretFlags pertaining to the “password-raw”

-


@@ -2717,7 +2670,6 @@ nm_setting_802_1x_get_pin (

Returns

the PIN used by the authentication method, if any, as specified by the “pin” property

-


@@ -2744,7 +2696,6 @@ nm_setting_802_1x_get_pin_flags (

Returns

the NMSettingSecretFlags pertaining to the “pin”

-


@@ -2776,7 +2727,6 @@ nm_setting_802_1x_get_private_key_scheme

Returns

scheme used to store the private key (blob or path)

-


@@ -2809,7 +2759,6 @@ keys should always be encrypted with a private key password.

Returns

the private key data

-


@@ -2839,7 +2788,6 @@ authentication method.

Returns

path to the private key file

-


@@ -2927,7 +2875,6 @@ an error is returned.

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

-


@@ -2956,7 +2903,6 @@ nm_setting_802_1x_get_private_key_password

the private key password used to decrypt the private key if previously set with nm_setting_802_1x_set_private_key(), or the “private-key-password” property.

-


@@ -2984,7 +2930,6 @@ nm_setting_802_1x_get_private_key_password_flags

Returns

the NMSettingSecretFlags pertaining to the “private-key-password”

-


@@ -3012,7 +2957,6 @@ nm_setting_802_1x_get_private_key_format

Returns

the data format of the private key data stored in the “private-key” property

-


@@ -3044,7 +2988,6 @@ scheme is

Returns

scheme used to store the "phase 2" private key (blob or path)

-


@@ -3077,7 +3020,6 @@ keys should always be encrypted with a private key password.

Returns

the "phase 2" private key data

-


@@ -3107,7 +3049,6 @@ authentication method.

Returns

path to the "phase 2" private key file

-


@@ -3197,7 +3138,6 @@ an error is returned.

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

-


@@ -3226,7 +3166,6 @@ nm_setting_802_1x_get_phase2_private_key_password

the private key password used to decrypt the private key if previously set with nm_setting_802_1x_set_phase2_private_key() or the “phase2-private-key-password” property.

-


@@ -3254,7 +3193,6 @@ nm_setting_802_1x_get_phase2_private_key_password_flags

Returns

the NMSettingSecretFlags pertaining to the “phase2-private-key-password”

-


@@ -3282,7 +3220,6 @@ nm_setting_802_1x_get_phase2_private_key_format

Returns

the data format of the "phase 2" private key data stored in the “phase2-private-key” property

-

@@ -3383,8 +3320,6 @@ to a file containing the certificate or key data

NM_SETTING_802_1X_SETTING_NAME

#define NM_SETTING_802_1X_SETTING_NAME "802-1x"
 
-

-


@@ -3429,264 +3364,198 @@ required

NM_SETTING_802_1X_ERROR

#define NM_SETTING_802_1X_ERROR nm_setting_802_1x_error_quark ()
 
-

-


NM_SETTING_802_1X_EAP

#define NM_SETTING_802_1X_EAP "eap"
 
-

-


NM_SETTING_802_1X_IDENTITY

#define NM_SETTING_802_1X_IDENTITY "identity"
 
-

-


NM_SETTING_802_1X_ANONYMOUS_IDENTITY

#define NM_SETTING_802_1X_ANONYMOUS_IDENTITY "anonymous-identity"
 
-

-


NM_SETTING_802_1X_PAC_FILE

#define NM_SETTING_802_1X_PAC_FILE "pac-file"
 
-

-


NM_SETTING_802_1X_CA_CERT

#define NM_SETTING_802_1X_CA_CERT "ca-cert"
 
-

-


NM_SETTING_802_1X_CA_PATH

#define NM_SETTING_802_1X_CA_PATH "ca-path"
 
-

-


NM_SETTING_802_1X_SUBJECT_MATCH

#define NM_SETTING_802_1X_SUBJECT_MATCH "subject-match"
 
-

-


NM_SETTING_802_1X_ALTSUBJECT_MATCHES

#define NM_SETTING_802_1X_ALTSUBJECT_MATCHES "altsubject-matches"
 
-

-


NM_SETTING_802_1X_CLIENT_CERT

#define NM_SETTING_802_1X_CLIENT_CERT "client-cert"
 
-

-


NM_SETTING_802_1X_PHASE1_PEAPVER

#define NM_SETTING_802_1X_PHASE1_PEAPVER "phase1-peapver"
 
-

-


NM_SETTING_802_1X_PHASE1_PEAPLABEL

#define NM_SETTING_802_1X_PHASE1_PEAPLABEL "phase1-peaplabel"
 
-

-


NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING

#define NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING "phase1-fast-provisioning"
 
-

-


NM_SETTING_802_1X_PHASE2_AUTH

#define NM_SETTING_802_1X_PHASE2_AUTH "phase2-auth"
 
-

-


NM_SETTING_802_1X_PHASE2_AUTHEAP

#define NM_SETTING_802_1X_PHASE2_AUTHEAP "phase2-autheap"
 
-

-


NM_SETTING_802_1X_PHASE2_CA_CERT

#define NM_SETTING_802_1X_PHASE2_CA_CERT "phase2-ca-cert"
 
-

-


NM_SETTING_802_1X_PHASE2_CA_PATH

#define NM_SETTING_802_1X_PHASE2_CA_PATH "phase2-ca-path"
 
-

-


NM_SETTING_802_1X_PHASE2_SUBJECT_MATCH

#define NM_SETTING_802_1X_PHASE2_SUBJECT_MATCH "phase2-subject-match"
 
-

-


NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES

#define NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES "phase2-altsubject-matches"
 
-

-


NM_SETTING_802_1X_PHASE2_CLIENT_CERT

#define NM_SETTING_802_1X_PHASE2_CLIENT_CERT "phase2-client-cert"
 
-

-


NM_SETTING_802_1X_PASSWORD

#define NM_SETTING_802_1X_PASSWORD "password"
 
-

-


NM_SETTING_802_1X_PASSWORD_FLAGS

#define NM_SETTING_802_1X_PASSWORD_FLAGS "password-flags"
 
-

-


NM_SETTING_802_1X_PASSWORD_RAW

#define NM_SETTING_802_1X_PASSWORD_RAW "password-raw"
 
-

-


NM_SETTING_802_1X_PASSWORD_RAW_FLAGS

#define NM_SETTING_802_1X_PASSWORD_RAW_FLAGS "password-raw-flags"
 
-

-


NM_SETTING_802_1X_PRIVATE_KEY

#define NM_SETTING_802_1X_PRIVATE_KEY "private-key"
 
-

-


NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD

#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD "private-key-password"
 
-

-


NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD_FLAGS

#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD_FLAGS "private-key-password-flags"
 
-

-


NM_SETTING_802_1X_PHASE2_PRIVATE_KEY

#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY "phase2-private-key"
 
-

-


NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD

#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD "phase2-private-key-password"
 
-

-


NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD_FLAGS

#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD_FLAGS "phase2-private-key-password-flags"
 
-

-


NM_SETTING_802_1X_PIN

#define NM_SETTING_802_1X_PIN "pin"
 
-

-


NM_SETTING_802_1X_PIN_FLAGS

#define NM_SETTING_802_1X_PIN_FLAGS "pin-flags"
 
-

-


NM_SETTING_802_1X_SYSTEM_CA_CERTS

#define NM_SETTING_802_1X_SYSTEM_CA_CERTS "system-ca-certs"
 
-

-

@@ -3694,14 +3563,18 @@ required

The “altsubject-matches” property

  “altsubject-matches”       GSList_gchararray_ *
-

+

List of strings to be matched against the altSubjectName of the +certificate presented by the authentication server. If the list is empty, +no verification of the server certificate's altSubjectName is performed.

Flags: Read / Write


The “anonymous-identity” property

  “anonymous-identity”       gchar *
-

+

Anonymous identity string for EAP authentication methods. Used as the +unencrypted identity with EAP types that support different tunneled +identity like EAP-TTLS.

Flags: Read / Write

Default value: NULL

@@ -3709,14 +3582,27 @@ required

The “ca-cert” property

  “ca-cert”                  GArray_guchar_ *
-

+

Contains the CA certificate if used by the EAP method specified in the +“eap” property.

+

Certificate data is specified using a "scheme"; two are currently +supported: blob and path. When using the blob scheme (which is backwards +compatible with NM 0.7.x) this property should be set to the +certificate's DER encoded data. When using the path scheme, this property +should be set to the full UTF-8 encoded path of the certificate, prefixed +with the string "file://" and ending with a terminating NUL byte. This +property can be unset even if the EAP method supports CA certificates, +but this allows man-in-the-middle attacks and is NOT recommended.

+

Setting this property directly is discouraged; use the +nm_setting_802_1x_set_ca_cert() function instead.

Flags: Read / Write


The “ca-path” property

  “ca-path”                  gchar *
-

+

UTF-8 encoded path to a directory containing PEM or DER formatted +certificates to be added to the verification chain in addition to the +certificate specified in the “ca-cert” property.

Flags: Read / Write

Default value: NULL

@@ -3724,21 +3610,35 @@ required

The “client-cert” property

  “client-cert”              GArray_guchar_ *
-

+

Contains the client certificate if used by the EAP method specified in +the “eap” property.

+

Certificate data is specified using a "scheme"; two are currently +supported: blob and path. When using the blob scheme (which is backwards +compatible with NM 0.7.x) this property should be set to the +certificate's DER encoded data. When using the path scheme, this property +should be set to the full UTF-8 encoded path of the certificate, prefixed +with the string "file://" and ending with a terminating NUL byte.

+

Setting this property directly is discouraged; use the +nm_setting_802_1x_set_client_cert() function instead.

Flags: Read / Write


The “eap” property

  “eap”                      GSList_gchararray_ *
-

+

The allowed EAP method to be used when authenticating to the network with +802.1x. Valid methods are: "leap", "md5", "tls", "peap", "ttls", "pwd", +and "fast". Each method requires different configuration using the +properties of this setting; refer to wpa_supplicant documentation for the +allowed combinations.

Flags: Read / Write


The “identity” property

  “identity”                 gchar *
-

+

Identity string for EAP authentication methods. Often the user's user or +login name.

Flags: Read / Write

Default value: NULL

@@ -3746,7 +3646,7 @@ required

The “pac-file” property

  “pac-file”                 gchar *
-

+

UTF-8 encoded file path containing PAC for EAP-FAST.

Flags: Read / Write

Default value: NULL

@@ -3754,7 +3654,9 @@ required

The “password” property

  “password”                 gchar *
-

+

UTF-8 encoded password used for EAP authentication methods. If both the +“password” property and the “password-raw” +property are specified, “password” is preferred.

Flags: Read / Write

Default value: NULL

@@ -3762,7 +3664,7 @@ required

The “password-flags” property

  “password-flags”           guint
-

+

Flags indicating how to handle the “password” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -3771,14 +3673,17 @@ required

The “password-raw” property

  “password-raw”             GArray_guchar_ *
-

+

Password used for EAP authentication methods, given as a byte array to +allow passwords in other encodings than UTF-8 to be used. If both the +“password” property and the “password-raw” +property are specified, “password” is preferred.

Flags: Read / Write


The “password-raw-flags” property

  “password-raw-flags”       guint
-

+

Flags indicating how to handle the “password-raw” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -3787,7 +3692,12 @@ required

The “phase1-fast-provisioning” property

  “phase1-fast-provisioning” gchar *
-

+

Enables or disables in-line provisioning of EAP-FAST credentials when +FAST is specified as the EAP method in the “eap” property. +Recognized values are "0" (disabled), "1" (allow unauthenticated +provisioning), "2" (allow authenticated provisioning), and "3" (allow +both authenticated and unauthenticated provisioning). See the +wpa_supplicant documentation for more details.

Flags: Read / Write

Default value: NULL

@@ -3795,7 +3705,10 @@ required

The “phase1-peaplabel” property

  “phase1-peaplabel”         gchar *
-

+

Forces use of the new PEAP label during key derivation. Some RADIUS +servers may require forcing the new PEAP label to interoperate with +PEAPv1. Set to "1" to force use of the new PEAP label. See the +wpa_supplicant documentation for more details.

Flags: Read / Write

Default value: NULL

@@ -3803,7 +3716,12 @@ required

The “phase1-peapver” property

  “phase1-peapver”           gchar *
-

+

Forces which PEAP version is used when PEAP is set as the EAP method in +the “eap” property. When unset, the version reported by +the server will be used. Sometimes when using older RADIUS servers, it +is necessary to force the client to use a particular PEAP version. To do +so, this property may be set to "0" or "1" to force that specific PEAP +version.

Flags: Read / Write

Default value: NULL

@@ -3811,14 +3729,22 @@ required

The “phase2-altsubject-matches” property

  “phase2-altsubject-matches” GSList_gchararray_ *
-

+

List of strings to be matched against the altSubjectName of the +certificate presented by the authentication server during the inner +"phase 2" authentication. If the list is empty, no verification of the +server certificate's altSubjectName is performed.

Flags: Read / Write


The “phase2-auth” property

  “phase2-auth”              gchar *
-

+

Specifies the allowed "phase 2" inner non-EAP authentication methods when +an EAP method that uses an inner TLS tunnel is specified in the +“eap” property. Recognized non-EAP "phase 2" methods are +"pap", "chap", "mschap", "mschapv2", "gtc", "otp", "md5", and "tls". +Each "phase 2" inner method requires specific parameters for successful +authentication; see the wpa_supplicant documentation for more details.

Flags: Read / Write

Default value: NULL

@@ -3826,7 +3752,12 @@ required

The “phase2-autheap” property

  “phase2-autheap”           gchar *
-

+

Specifies the allowed "phase 2" inner EAP-based authentication methods +when an EAP method that uses an inner TLS tunnel is specified in the +“eap” property. Recognized EAP-based "phase 2" methods are +"md5", "mschapv2", "otp", "gtc", and "tls". Each "phase 2" inner method +requires specific parameters for successful authentication; see the +wpa_supplicant documentation for more details.

Flags: Read / Write

Default value: NULL

@@ -3834,14 +3765,28 @@ required

The “phase2-ca-cert” property

  “phase2-ca-cert”           GArray_guchar_ *
-

+

Contains the "phase 2" CA certificate if used by the EAP method specified +in the “phase2-auth” or “phase2-autheap” +properties.

+

Certificate data is specified using a "scheme"; two are currently +supported: blob and path. When using the blob scheme (which is backwards +compatible with NM 0.7.x) this property should be set to the +certificate's DER encoded data. When using the path scheme, this property +should be set to the full UTF-8 encoded path of the certificate, prefixed +with the string "file://" and ending with a terminating NUL byte. This +property can be unset even if the EAP method supports CA certificates, +but this allows man-in-the-middle attacks and is NOT recommended.

+

Setting this property directly is discouraged; use the +nm_setting_802_1x_set_phase2_ca_cert() function instead.

Flags: Read / Write


The “phase2-ca-path” property

  “phase2-ca-path”           gchar *
-

+

UTF-8 encoded path to a directory containing PEM or DER formatted +certificates to be added to the verification chain in addition to the +certificate specified in the “phase2-ca-cert” property.

Flags: Read / Write

Default value: NULL

@@ -3849,21 +3794,56 @@ required

The “phase2-client-cert” property

  “phase2-client-cert”       GArray_guchar_ *
-

+

Contains the "phase 2" client certificate if used by the EAP method +specified in the “phase2-auth” or +“phase2-autheap” properties.

+

Certificate data is specified using a "scheme"; two are currently +supported: blob and path. When using the blob scheme (which is backwards +compatible with NM 0.7.x) this property should be set to the +certificate's DER encoded data. When using the path scheme, this property +should be set to the full UTF-8 encoded path of the certificate, prefixed +with the string "file://" and ending with a terminating NUL byte. This +property can be unset even if the EAP method supports CA certificates, +but this allows man-in-the-middle attacks and is NOT recommended.

+

Setting this property directly is discouraged; use the +nm_setting_802_1x_set_phase2_client_cert() function instead.

Flags: Read / Write


The “phase2-private-key” property

  “phase2-private-key”       GArray_guchar_ *
-

+

Contains the "phase 2" inner private key when the +“phase2-auth” or “phase2-autheap” property is +set to "tls".

+

Key data is specified using a "scheme"; two are currently supported: blob +and path. When using the blob scheme and private keys, this property +should be set to the key's encrypted PEM encoded data. When using private +keys with the path scheme, this property should be set to the full UTF-8 +encoded path of the key, prefixed with the string "file://" and ending +with a terminating NUL byte. When using PKCS#12 format private keys and +the blob scheme, this property should be set to the PKCS#12 data and the +“phase2-private-key-password” property must be set to +password used to decrypt the PKCS#12 certificate and key. When using +PKCS#12 files and the path scheme, this property should be set to the +full UTF-8 encoded path of the key, prefixed with the string "file://" +and and ending with a terminating NUL byte, and as with the blob scheme +the “phase2-private-key-password” property must be set to +the password used to decode the PKCS#12 private key and certificate.

+

Setting this property directly is discouraged; use the +nm_setting_802_1x_set_phase2_private_key() function instead.

Flags: Read / Write


The “phase2-private-key-password” property

  “phase2-private-key-password” gchar *
-

+

The password used to decrypt the "phase 2" private key specified in the +“phase2-private-key” property when the private key either +uses the path scheme, or is a PKCS#12 format key. Setting this property +directly is not generally necessary except when returning secrets to +NetworkManager; it is generally set automatically when setting the +private key by the nm_setting_802_1x_set_phase2_private_key() function.

Flags: Read / Write

Default value: NULL

@@ -3871,7 +3851,8 @@ required

The “phase2-private-key-password-flags” property

  “phase2-private-key-password-flags” guint
-

+

Flags indicating how to handle the +“phase2-private-key-password” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -3880,7 +3861,10 @@ required

The “phase2-subject-match” property

  “phase2-subject-match”     gchar *
-

+

Substring to be matched against the subject of the certificate presented +by the authentication server during the inner "phase 2" +authentication. When unset, no verification of the authentication server +certificate's subject is performed.

Flags: Read / Write

Default value: NULL

@@ -3888,7 +3872,7 @@ required

The “pin” property

  “pin”                      gchar *
-

+

PIN used for EAP authentication methods.

Flags: Read / Write

Default value: NULL

@@ -3896,7 +3880,7 @@ required

The “pin-flags” property

  “pin-flags”                guint
-

+

Flags indicating how to handle the “pin” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -3905,14 +3889,41 @@ required

The “private-key” property

  “private-key”              GArray_guchar_ *
-

+

Contains the private key when the “eap” property is set to +"tls".

+

Key data is specified using a "scheme"; two are currently supported: blob +and path. When using the blob scheme and private keys, this property +should be set to the key's encrypted PEM encoded data. When using private +keys with the path scheme, this property should be set to the full UTF-8 +encoded path of the key, prefixed with the string "file://" and ending +with a terminating NUL byte. When using PKCS#12 format private keys and +the blob scheme, this property should be set to the PKCS#12 data and the +“private-key-password” property must be set to password +used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files +and the path scheme, this property should be set to the full UTF-8 +encoded path of the key, prefixed with the string "file://" and and +ending with a terminating NUL byte, and as with the blob scheme the +"private-key-password" property must be set to the password used to +decode the PKCS#12 private key and certificate.

+

Setting this property directly is discouraged; use the +nm_setting_802_1x_set_private_key() function instead.

+

WARNING: “private-key” is not a "secret" property, and thus +unencrypted private key data using the BLOB scheme may be readable by +unprivileged users. Private keys should always be encrypted with a +private key password to prevent unauthorized access to unencrypted +private key data.

Flags: Read / Write


The “private-key-password” property

  “private-key-password”     gchar *
-

+

The password used to decrypt the private key specified in the +“private-key” property when the private key either uses the +path scheme, or if the private key is a PKCS#12 format key. Setting this +property directly is not generally necessary except when returning +secrets to NetworkManager; it is generally set automatically when setting +the private key by the nm_setting_802_1x_set_private_key() function.

Flags: Read / Write

Default value: NULL

@@ -3920,7 +3931,8 @@ required

The “private-key-password-flags” property

  “private-key-password-flags” guint
-

+

Flags indicating how to handle the “private-key-password” +property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -3929,7 +3941,9 @@ required

The “subject-match” property

  “subject-match”            gchar *
-

+

Substring to be matched against the subject of the certificate presented +by the authentication server. When unset, no verification of the +authentication server certificate's subject is performed.

Flags: Read / Write

Default value: NULL

@@ -3937,14 +3951,18 @@ required

The “system-ca-certs” property

  “system-ca-certs”          gboolean
-

+

When TRUE, overrides the “ca-path” and +“phase2-ca-path” properties using the system CA directory +specified at configure time with the --system-ca-path switch. The +certificates in this directory are added to the verification chain in +addition to any certificates specified by the “ca-cert” and +“phase2-ca-cert” properties.

Flags: Read / Write / Construct

Default value: FALSE

+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingAdsl.html b/docs/libnm-util/html/NMSettingAdsl.html index 3b2aef23..165177b5 100644 --- a/docs/libnm-util/html/NMSettingAdsl.html +++ b/docs/libnm-util/html/NMSettingAdsl.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingAdsl +NMSettingAdsl: libnm-util Reference Manual - + @@ -263,7 +263,6 @@ nm_setting_adsl_error_quark (void

Returns

the error quark used for NMSettingAdsl errors.

-


@@ -275,7 +274,6 @@ nm_setting_adsl_new (void<

Returns

the new empty NMSettingAdsl object

-


@@ -301,7 +299,6 @@ nm_setting_adsl_get_username (

Returns

the “username” property of the setting

-


@@ -327,7 +324,6 @@ nm_setting_adsl_get_password (

Returns

the “password” property of the setting

-


@@ -353,7 +349,6 @@ nm_setting_adsl_get_protocol (

Returns

the “protocol” property of the setting

-


@@ -379,7 +374,6 @@ nm_setting_adsl_get_encapsulation (

Returns

the “encapsulation” property of the setting

-


@@ -405,7 +399,6 @@ nm_setting_adsl_get_vpi (

Returns

the “vpi” property of the setting

-


@@ -431,7 +424,6 @@ nm_setting_adsl_get_vci (

Returns

the “vci” property of the setting

-


@@ -457,7 +449,6 @@ nm_setting_adsl_get_password_flags (

Returns

the NMSettingSecretFlags pertaining to the “password”

-

@@ -467,8 +458,6 @@ nm_setting_adsl_get_password_flags (

NM_SETTING_ADSL_SETTING_NAME

#define NM_SETTING_ADSL_SETTING_NAME "adsl"
 
-

-


@@ -513,104 +502,78 @@ required

NM_SETTING_ADSL_ERROR

#define NM_SETTING_ADSL_ERROR nm_setting_adsl_error_quark ()
 
-

-


NM_SETTING_ADSL_USERNAME

#define NM_SETTING_ADSL_USERNAME            "username"
 
-

-


NM_SETTING_ADSL_PASSWORD

#define NM_SETTING_ADSL_PASSWORD            "password"
 
-

-


NM_SETTING_ADSL_PASSWORD_FLAGS

#define NM_SETTING_ADSL_PASSWORD_FLAGS      "password-flags"
 
-

-


NM_SETTING_ADSL_PROTOCOL

#define NM_SETTING_ADSL_PROTOCOL            "protocol"
 
-

-


NM_SETTING_ADSL_ENCAPSULATION

#define NM_SETTING_ADSL_ENCAPSULATION       "encapsulation"
 
-

-


NM_SETTING_ADSL_VPI

#define NM_SETTING_ADSL_VPI                 "vpi"
 
-

-


NM_SETTING_ADSL_VCI

#define NM_SETTING_ADSL_VCI                 "vci"
 
-

-


NM_SETTING_ADSL_PROTOCOL_PPPOA

#define NM_SETTING_ADSL_PROTOCOL_PPPOA      "pppoa"
 
-

-


NM_SETTING_ADSL_PROTOCOL_PPPOE

#define NM_SETTING_ADSL_PROTOCOL_PPPOE      "pppoe"
 
-

-


NM_SETTING_ADSL_PROTOCOL_IPOATM

#define NM_SETTING_ADSL_PROTOCOL_IPOATM     "ipoatm"
 
-

-


NM_SETTING_ADSL_ENCAPSULATION_VCMUX

#define NM_SETTING_ADSL_ENCAPSULATION_VCMUX "vcmux"
 
-

-


NM_SETTING_ADSL_ENCAPSULATION_LLC

#define NM_SETTING_ADSL_ENCAPSULATION_LLC   "llc"
 
-

-

@@ -618,7 +581,7 @@ required

The “encapsulation” property

  “encapsulation”            gchar *
-

+

Encapsulation of ADSL connection. Can be "vcmux" or "llc".

Flags: Read / Write

Default value: NULL

@@ -626,7 +589,7 @@ required

The “password” property

  “password”                 gchar *
-

+

Password used to authenticate with the ADSL service.

Flags: Read / Write

Default value: NULL

@@ -634,7 +597,7 @@ required

The “password-flags” property

  “password-flags”           guint
-

+

Flags indicating how to handle the “password” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -643,7 +606,7 @@ required

The “protocol” property

  “protocol”                 gchar *
-

+

ADSL connection protocol. Can be "pppoa", "pppoe" or "ipoatm".

Flags: Read / Write

Default value: NULL

@@ -651,7 +614,7 @@ required

The “username” property

  “username”                 gchar *
-

+

Username used to authenticate with the ADSL service.

Flags: Read / Write

Default value: NULL

@@ -659,7 +622,7 @@ required

The “vci” property

  “vci”                      guint
-

+

VCI of ADSL connection

Flags: Read / Write

Allowed values: <= 65536

Default value: 0

@@ -668,7 +631,7 @@ required

The “vpi” property

  “vpi”                      guint
-

+

VPI of ADSL connection

Flags: Read / Write

Allowed values: <= 65536

Default value: 0

@@ -676,7 +639,6 @@ required

+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBluetooth.html b/docs/libnm-util/html/NMSettingBluetooth.html index cf501a32..b011f98f 100644 --- a/docs/libnm-util/html/NMSettingBluetooth.html +++ b/docs/libnm-util/html/NMSettingBluetooth.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingBluetooth +NMSettingBluetooth: libnm-util Reference Manual - + @@ -168,7 +168,6 @@ nm_setting_bluetooth_error_quark (

Returns

the error quark used for NMSettingBluetooth errors.

-


@@ -208,7 +207,6 @@ describes a connection to.

Returns

the Bluetooth address

-


@@ -238,7 +236,6 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).

Returns

the type, either NM_SETTING_BLUETOOTH_TYPE_PANU or NM_SETTING_BLUETOOTH_TYPE_DUN

-

@@ -248,8 +245,6 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).

NM_SETTING_BLUETOOTH_SETTING_NAME

#define NM_SETTING_BLUETOOTH_SETTING_NAME "bluetooth"
 
-

-


@@ -303,24 +298,18 @@ must also contain an

NM_SETTING_BLUETOOTH_ERROR

#define NM_SETTING_BLUETOOTH_ERROR nm_setting_bluetooth_error_quark ()
 
-

-


NM_SETTING_BLUETOOTH_BDADDR

#define NM_SETTING_BLUETOOTH_BDADDR    "bdaddr"
 
-

-


NM_SETTING_BLUETOOTH_TYPE

#define NM_SETTING_BLUETOOTH_TYPE      "type"
 
-

-


@@ -344,21 +333,21 @@ NAP (Network Access Point) protocol, which accepts connections via PANU.

The “bdaddr” property

  “bdaddr”                   GArray_guchar_ *
-

+

The Bluetooth address of the device.

Flags: Read / Write


The “type” property

  “type”                     gchar *
-

+

Either "dun" for Dial-Up Networking connections or "panu" for Personal +Area Networking connections to devices supporting the NAP profile.

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBond.html b/docs/libnm-util/html/NMSettingBond.html index f0dae1ec..8d0e4d48 100644 --- a/docs/libnm-util/html/NMSettingBond.html +++ b/docs/libnm-util/html/NMSettingBond.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingBond +NMSettingBond: libnm-util Reference Manual - + @@ -271,7 +271,6 @@ nm_setting_bond_error_quark (void

Returns

the error quark used for NMSettingBond errors.

-


@@ -309,7 +308,6 @@ nm_setting_bond_get_interface_name (

Returns

the “interface-name” property of the setting

-


@@ -338,7 +336,6 @@ using

Returns

the number of bonding options

-


@@ -394,7 +391,6 @@ option; this value is owned by the setting and should not be modified.

TRUE on success if the index was valid and an option was found, FALSE if the index was invalid (ie, greater than the number of options currently held by the setting)

-


@@ -432,7 +428,6 @@ nm_setting_bond_get_option_by_name (

Returns

the value, or NULL if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified

-


@@ -479,7 +474,6 @@ that conflict with each other.

Returns

TRUE if the option was valid and was added to the internal option list, FALSE if it was not.

-


@@ -517,7 +511,6 @@ list.

Returns

TRUE if the option was found and removed from the internal option list, FALSE if it was not.

-


@@ -560,9 +553,8 @@ the name is valid for the given name. If the name is not a valid option, FALSE will be returned.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -623,7 +615,6 @@ nm_setting_bond_get_option_default (

Returns

the value of the bond option if not overridden by an entry in the “options” property.

-

@@ -633,8 +624,6 @@ the

NM_SETTING_BOND_SETTING_NAME

#define NM_SETTING_BOND_SETTING_NAME "bond"
 
-

-


@@ -672,13 +661,13 @@ required

NM_SETTING_BOND_ERROR_INVALID_OPTION

-  -  +  + 

NM_SETTING_BOND_ERROR_MISSING_OPTION

-  -  +  + 
@@ -689,144 +678,108 @@ required

NM_SETTING_BOND_ERROR

#define NM_SETTING_BOND_ERROR nm_setting_bond_error_quark ()
 
-

-


NM_SETTING_BOND_INTERFACE_NAME

#define NM_SETTING_BOND_INTERFACE_NAME "interface-name"
 
-

-


NM_SETTING_BOND_OPTIONS

#define NM_SETTING_BOND_OPTIONS "options"
 
-

-


NM_SETTING_BOND_OPTION_MODE

#define NM_SETTING_BOND_OPTION_MODE             "mode"
 
-

-


NM_SETTING_BOND_OPTION_MIIMON

#define NM_SETTING_BOND_OPTION_MIIMON           "miimon"
 
-

-


NM_SETTING_BOND_OPTION_DOWNDELAY

#define NM_SETTING_BOND_OPTION_DOWNDELAY        "downdelay"
 
-

-


NM_SETTING_BOND_OPTION_UPDELAY

#define NM_SETTING_BOND_OPTION_UPDELAY          "updelay"
 
-

-


NM_SETTING_BOND_OPTION_ARP_INTERVAL

#define NM_SETTING_BOND_OPTION_ARP_INTERVAL     "arp_interval"
 
-

-


NM_SETTING_BOND_OPTION_ARP_IP_TARGET

#define NM_SETTING_BOND_OPTION_ARP_IP_TARGET    "arp_ip_target"
 
-

-


NM_SETTING_BOND_OPTION_ARP_VALIDATE

#define NM_SETTING_BOND_OPTION_ARP_VALIDATE     "arp_validate"
 
-

-


NM_SETTING_BOND_OPTION_PRIMARY

#define NM_SETTING_BOND_OPTION_PRIMARY          "primary"
 
-

-


NM_SETTING_BOND_OPTION_PRIMARY_RESELECT

#define NM_SETTING_BOND_OPTION_PRIMARY_RESELECT "primary_reselect"
 
-

-


NM_SETTING_BOND_OPTION_FAIL_OVER_MAC

#define NM_SETTING_BOND_OPTION_FAIL_OVER_MAC    "fail_over_mac"
 
-

-


NM_SETTING_BOND_OPTION_USE_CARRIER

#define NM_SETTING_BOND_OPTION_USE_CARRIER      "use_carrier"
 
-

-


NM_SETTING_BOND_OPTION_AD_SELECT

#define NM_SETTING_BOND_OPTION_AD_SELECT        "ad_select"
 
-

-


NM_SETTING_BOND_OPTION_XMIT_HASH_POLICY

#define NM_SETTING_BOND_OPTION_XMIT_HASH_POLICY "xmit_hash_policy"
 
-

-


NM_SETTING_BOND_OPTION_RESEND_IGMP

#define NM_SETTING_BOND_OPTION_RESEND_IGMP      "resend_igmp"
 
-

-


NM_SETTING_BOND_OPTION_LACP_RATE

#define NM_SETTING_BOND_OPTION_LACP_RATE        "lacp_rate"
 
-

-

@@ -834,7 +787,7 @@ required

The “interface-name” property

  “interface-name”           gchar *
-

+

The name of the virtual in-kernel bonding network interface

Flags: Read / Write

Default value: NULL

@@ -842,13 +795,14 @@ required

The “options” property

  “options”                  GHashTable_gchararray+gchararray_*
-

+

Dictionary of key/value pairs of bonding options. Both keys and values +must be strings. Option names must contain only alphanumeric characters +(ie, [a-zA-Z0-9]).

Flags: Read / Write

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBridge.html b/docs/libnm-util/html/NMSettingBridge.html index a3292475..71cdd58f 100644 --- a/docs/libnm-util/html/NMSettingBridge.html +++ b/docs/libnm-util/html/NMSettingBridge.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingBridge +NMSettingBridge: libnm-util Reference Manual - + @@ -260,9 +260,8 @@ nm_setting_bridge_error_quark (vo

Returns

the error quark used for NMSettingBridge errors.

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -275,7 +274,7 @@ nm_setting_bridge_new (void the new empty NMSettingBridge object.

[transfer full]

-

Since 0.9.8

+

Since: 0.9.8


@@ -300,9 +299,8 @@ nm_setting_bridge_get_interface_name (

Returns

the “interface-name” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -327,9 +325,8 @@ nm_setting_bridge_get_mac_address (

Returns

the “mac-address” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -354,9 +351,8 @@ nm_setting_bridge_get_stp (

Returns

the “stp” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -381,9 +377,8 @@ nm_setting_bridge_get_priority (

Returns

the “priority” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -408,9 +403,8 @@ nm_setting_bridge_get_forward_delay (

Returns

the “forward-delay” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -435,9 +429,8 @@ nm_setting_bridge_get_hello_time (

Returns

the “hello-time” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -462,9 +455,8 @@ nm_setting_bridge_get_max_age (

Returns

the “max-age” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -489,9 +481,8 @@ nm_setting_bridge_get_ageing_time (

Returns

the “ageing-time” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8

@@ -500,8 +491,6 @@ nm_setting_bridge_get_ageing_time (

NM_SETTING_BRIDGE_SETTING_NAME

#define NM_SETTING_BRIDGE_SETTING_NAME "bridge"
 
-

-


@@ -540,79 +529,61 @@ required

-

Since 0.9.8

+

Since: 0.9.8


NM_SETTING_BRIDGE_ERROR

#define NM_SETTING_BRIDGE_ERROR nm_setting_bridge_error_quark ()
 
-

-


NM_SETTING_BRIDGE_INTERFACE_NAME

#define NM_SETTING_BRIDGE_INTERFACE_NAME "interface-name"
 
-

-


NM_SETTING_BRIDGE_MAC_ADDRESS

#define NM_SETTING_BRIDGE_MAC_ADDRESS    "mac-address"
 
-

-


NM_SETTING_BRIDGE_STP

#define NM_SETTING_BRIDGE_STP            "stp"
 
-

-


NM_SETTING_BRIDGE_PRIORITY

#define NM_SETTING_BRIDGE_PRIORITY       "priority"
 
-

-


NM_SETTING_BRIDGE_FORWARD_DELAY

#define NM_SETTING_BRIDGE_FORWARD_DELAY  "forward-delay"
 
-

-


NM_SETTING_BRIDGE_HELLO_TIME

#define NM_SETTING_BRIDGE_HELLO_TIME     "hello-time"
 
-

-


NM_SETTING_BRIDGE_MAX_AGE

#define NM_SETTING_BRIDGE_MAX_AGE        "max-age"
 
-

-


NM_SETTING_BRIDGE_AGEING_TIME

#define NM_SETTING_BRIDGE_AGEING_TIME    "ageing-time"
 
-

-

@@ -620,82 +591,85 @@ required

The “ageing-time” property

  “ageing-time”              guint
-

+

The Ethernet MAC address aging time, in seconds.

Flags: Read / Write / Construct

Allowed values: <= 1000000

Default value: 300

-

Since 0.9.8

+

Since: 0.9.8


The “forward-delay” property

  “forward-delay”            guint
-

+

The Spanning Tree Protocol (STP) forwarding delay, in seconds.

Flags: Read / Write / Construct

Allowed values: <= 30

Default value: 15

-

Since 0.9.8

+

Since: 0.9.8


The “hello-time” property

  “hello-time”               guint
-

+

The Spanning Tree Protocol (STP) hello time, in seconds.

Flags: Read / Write / Construct

Allowed values: <= 10

Default value: 2

-

Since 0.9.8

+

Since: 0.9.8


The “interface-name” property

  “interface-name”           gchar *
-

+

The name of the virtual in-kernel bridging network interface

Flags: Read / Write

Default value: NULL

-

Since 0.9.8

+

Since: 0.9.8


The “mac-address” property

  “mac-address”              GArray_guchar_ *
-

+

If specified, the MAC address of bridge. When creating a new bridge, this +MAC address will be set. When matching an existing (outside +NetworkManager created) bridge, this MAC address must match.

Flags: Read / Write

-

Since 0.9.10

+

Since: 0.9.10


The “max-age” property

  “max-age”                  guint
-

+

The Spanning Tree Protocol (STP) maximum message age, in seconds.

Flags: Read / Write / Construct

Allowed values: <= 40

Default value: 20

-

Since 0.9.8

+

Since: 0.9.8


The “priority” property

  “priority”                 guint
-

+

Sets the Spanning Tree Protocol (STP) priority for this bridge. Lower +values are "better"; the lowest priority bridge will be elected the root +bridge.

Flags: Read / Write / Construct

Allowed values: <= 65535

Default value: 32768

-

Since 0.9.8

+

Since: 0.9.8


The “stp” property

  “stp”                      gboolean
-

+

Controls whether Spanning Tree Protocol (STP) is enabled for this bridge.

Flags: Read / Write / Construct

Default value: TRUE

-

Since 0.9.8

+

Since: 0.9.8

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBridgePort.html b/docs/libnm-util/html/NMSettingBridgePort.html index 00f8ce21..bc204181 100644 --- a/docs/libnm-util/html/NMSettingBridgePort.html +++ b/docs/libnm-util/html/NMSettingBridgePort.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingBridgePort +NMSettingBridgePort: libnm-util Reference Manual - + @@ -175,9 +175,8 @@ nm_setting_bridge_port_error_quark (

Returns

the error quark used for NMSettingBridgePort errors.

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -190,7 +189,7 @@ nm_setting_bridge_port_new (void<

the new empty NMSettingBridgePort object.

[transfer full]

-

Since 0.9.8

+

Since: 0.9.8


@@ -215,9 +214,8 @@ nm_setting_bridge_port_get_priority (

Returns

the “priority” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -242,9 +240,8 @@ nm_setting_bridge_port_get_path_cost (

Returns

the “path-cost” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -270,9 +267,8 @@ nm_setting_bridge_port_get_hairpin_mode

Returns

the “hairpin-mode” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8

@@ -281,8 +277,6 @@ nm_setting_bridge_port_get_hairpin_mode

NM_SETTING_BRIDGE_PORT_SETTING_NAME

#define NM_SETTING_BRIDGE_PORT_SETTING_NAME "bridge-port"
 
-

-


@@ -321,39 +315,31 @@ is required

-

Since 0.9.8

+

Since: 0.9.8


NM_SETTING_BRIDGE_PORT_ERROR

#define NM_SETTING_BRIDGE_PORT_ERROR nm_setting_bridge_port_error_quark ()
 
-

-


NM_SETTING_BRIDGE_PORT_PRIORITY

#define NM_SETTING_BRIDGE_PORT_PRIORITY     "priority"
 
-

-


NM_SETTING_BRIDGE_PORT_PATH_COST

#define NM_SETTING_BRIDGE_PORT_PATH_COST    "path-cost"
 
-

-


NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE

#define NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE "hairpin-mode"
 
-

-

@@ -361,35 +347,36 @@ is required

The “hairpin-mode” property

  “hairpin-mode”             gboolean
-

+

Enables or disabled "hairpin mode" for the port, which allows frames to +be sent back out through the port the frame was received on.

Flags: Read / Write

Default value: FALSE

-

Since 0.9.8

+

Since: 0.9.8


The “path-cost” property

  “path-cost”                guint
-

+

The Spanning Tree Protocol (STP) port cost for destinations via this +port.

Flags: Read / Write / Construct

Allowed values: <= 65535

Default value: 100

-

Since 0.9.8

+

Since: 0.9.8


The “priority” property

  “priority”                 guint
-

+

The Spanning Tree Protocol (STP) priority of this bridge port.

Flags: Read / Write / Construct

Allowed values: <= 63

Default value: 32

-

Since 0.9.8

+

Since: 0.9.8

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingCdma.html b/docs/libnm-util/html/NMSettingCdma.html index e0d32198..43980d9d 100644 --- a/docs/libnm-util/html/NMSettingCdma.html +++ b/docs/libnm-util/html/NMSettingCdma.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingCdma +NMSettingCdma: libnm-util Reference Manual - + @@ -193,7 +193,6 @@ nm_setting_cdma_error_quark (void

Returns

the error quark used for NMSettingCdma errors.

-


@@ -205,7 +204,6 @@ nm_setting_cdma_new (void<

Returns

the new empty NMSettingCdma object

-


@@ -231,7 +229,6 @@ nm_setting_cdma_get_number (

Returns

the “number” property of the setting

-


@@ -257,7 +254,6 @@ nm_setting_cdma_get_username (

Returns

the “username” property of the setting

-


@@ -283,7 +279,6 @@ nm_setting_cdma_get_password (

Returns

the “password” property of the setting

-


@@ -309,7 +304,6 @@ nm_setting_cdma_get_password_flags (

Returns

the NMSettingSecretFlags pertaining to the “password”

-

@@ -319,8 +313,6 @@ nm_setting_cdma_get_password_flags (

NM_SETTING_CDMA_SETTING_NAME

#define NM_SETTING_CDMA_SETTING_NAME "cdma"
 
-

-


@@ -373,40 +365,30 @@ is missing in the connection

NM_SETTING_CDMA_ERROR

#define NM_SETTING_CDMA_ERROR nm_setting_cdma_error_quark ()
 
-

-


NM_SETTING_CDMA_NUMBER

#define NM_SETTING_CDMA_NUMBER         "number"
 
-

-


NM_SETTING_CDMA_USERNAME

#define NM_SETTING_CDMA_USERNAME       "username"
 
-

-


NM_SETTING_CDMA_PASSWORD

#define NM_SETTING_CDMA_PASSWORD       "password"
 
-

-


NM_SETTING_CDMA_PASSWORD_FLAGS

#define NM_SETTING_CDMA_PASSWORD_FLAGS "password-flags"
 
-

-

@@ -414,7 +396,9 @@ is missing in the connection

The “number” property

  “number”                   gchar *
-

+

The number to dial to establish the connection to the CDMA-based mobile +broadband network, if any. If not specified, the default number (777) +is used when required.

Flags: Read / Write

Default value: NULL

@@ -422,7 +406,9 @@ is missing in the connection

The “password” property

  “password”                 gchar *
-

+

The password used to authenticate with the network, if required. Many +providers do not require a password, or accept any password. But if a +password is required, it is specified here.

Flags: Read / Write

Default value: NULL

@@ -430,7 +416,7 @@ is missing in the connection

The “password-flags” property

  “password-flags”           guint
-

+

Flags indicating how to handle the “password” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -439,14 +425,15 @@ is missing in the connection

The “username” property

  “username”                 gchar *
-

+

The username used to authenticate with the network, if required. Many +providers do not require a username, or accept any username. But if a +username is required, it is specified here.

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingConnection.html b/docs/libnm-util/html/NMSettingConnection.html index f029e3c0..ba73eb00 100644 --- a/docs/libnm-util/html/NMSettingConnection.html +++ b/docs/libnm-util/html/NMSettingConnection.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingConnection +NMSettingConnection: libnm-util Reference Manual - + @@ -432,7 +432,6 @@ nm_setting_connection_error_quark (

Returns

the error quark used for NMSettingConnection errors.

-


@@ -444,7 +443,6 @@ nm_setting_connection_new (void

Returns

the new empty NMSettingConnection object

-


@@ -471,7 +469,6 @@ nm_setting_connection_get_id (

Returns

the connection ID

-


@@ -498,7 +495,6 @@ nm_setting_connection_get_uuid (

Returns

the connection UUID

-


@@ -526,9 +522,8 @@ nm_setting_connection_get_interface_name

Returns

the connection's interface name

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -555,7 +550,6 @@ nm_setting_connection_get_connection_type

Returns

the connection type

-


@@ -582,7 +576,6 @@ nm_setting_connection_get_autoconnect (

Returns

the connection's autoconnect behavior

-


@@ -609,7 +602,6 @@ nm_setting_connection_get_timestamp (

Returns

the connection's timestamp

-


@@ -636,7 +628,6 @@ nm_setting_connection_get_read_only (

Returns

TRUE if the connection is read-only, FALSE if it is not

-


@@ -665,7 +656,6 @@ property of this setting.

Returns

the number of permissions entires

-


@@ -722,7 +712,6 @@ of this setting.

Returns

TRUE if a permission was returned, FALSE if idx was invalid

-


@@ -749,7 +738,6 @@ nm_setting_connection_get_zone (

Returns

the trust level of a connection

-


@@ -786,7 +774,6 @@ nm_setting_connection_permissions_user_allowed

Returns

TRUE if the requested user is allowed to view this connection, FALSE if the given user is not allowed to view this connection

-


@@ -841,7 +828,6 @@ list, FALSE if ptypepitem was invalid or it the permission was already present in the list

-


@@ -925,9 +911,8 @@ be a username. See

Returns

TRUE if the permission was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -954,7 +939,6 @@ nm_setting_connection_get_master (

Returns

interface name of the master device or UUID of the master connection.

-


@@ -991,7 +975,6 @@ against setting

Returns

TRUE if connection is of the given slave type

-


@@ -1018,7 +1001,6 @@ nm_setting_connection_get_slave_type (

Returns

the type of slave this connection is, if any

-


@@ -1045,9 +1027,8 @@ nm_setting_connection_get_num_secondaries

Returns

the number of configured secondary connection UUIDs

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -1081,9 +1062,8 @@ nm_setting_connection_get_secondary (

Returns

the secondary connection UUID at index idx

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -1118,9 +1098,8 @@ nm_setting_connection_add_secondary (

Returns

TRUE if the secondary connection UUID was added; FALSE if the UUID was already present

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -1153,7 +1132,7 @@ nm_setting_connection_remove_secondary
-

Since 0.9.8

+

Since: 0.9.8


@@ -1189,9 +1168,8 @@ nm_setting_connection_remove_secondary_by_value

Returns

TRUE if the secondary connection UUID was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1218,9 +1196,8 @@ nm_setting_connection_get_gateway_ping_timeout

Returns

the value contained in the “gateway-ping-timeout” property.

-

-

Since 0.9.10

+

Since: 0.9.10

@@ -1229,8 +1206,6 @@ property.

NM_SETTING_CONNECTION_SETTING_NAME

#define NM_SETTING_CONNECTION_SETTING_NAME "connection"
 
-

-


@@ -1295,112 +1270,84 @@ property.

NM_SETTING_CONNECTION_ERROR

#define NM_SETTING_CONNECTION_ERROR nm_setting_connection_error_quark ()
 
-

-


NM_SETTING_CONNECTION_ID

#define NM_SETTING_CONNECTION_ID             "id"
 
-

-


NM_SETTING_CONNECTION_UUID

#define NM_SETTING_CONNECTION_UUID           "uuid"
 
-

-


NM_SETTING_CONNECTION_INTERFACE_NAME

#define NM_SETTING_CONNECTION_INTERFACE_NAME "interface-name"
 
-

-


NM_SETTING_CONNECTION_TYPE

#define NM_SETTING_CONNECTION_TYPE           "type"
 
-

-


NM_SETTING_CONNECTION_AUTOCONNECT

#define NM_SETTING_CONNECTION_AUTOCONNECT    "autoconnect"
 
-

-


NM_SETTING_CONNECTION_TIMESTAMP

#define NM_SETTING_CONNECTION_TIMESTAMP      "timestamp"
 
-

-


NM_SETTING_CONNECTION_READ_ONLY

#define NM_SETTING_CONNECTION_READ_ONLY      "read-only"
 
-

-


NM_SETTING_CONNECTION_PERMISSIONS

#define NM_SETTING_CONNECTION_PERMISSIONS    "permissions"
 
-

-


NM_SETTING_CONNECTION_ZONE

#define NM_SETTING_CONNECTION_ZONE           "zone"
 
-

-


NM_SETTING_CONNECTION_MASTER

#define NM_SETTING_CONNECTION_MASTER         "master"
 
-

-


NM_SETTING_CONNECTION_SLAVE_TYPE

#define NM_SETTING_CONNECTION_SLAVE_TYPE     "slave-type"
 
-

-


NM_SETTING_CONNECTION_SECONDARIES

#define NM_SETTING_CONNECTION_SECONDARIES    "secondaries"
 
-

-


NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT

#define NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT "gateway-ping-timeout"
 
-

-


@@ -1431,7 +1378,7 @@ timeout is reached, or an IP gateway replies to a ping.

Flags: Read / Write / Construct

Allowed values: <= 30

Default value: 0

-

Since 0.9.10

+

Since: 0.9.10


@@ -1457,7 +1404,7 @@ can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface.

Flags: Read / Write

Default value: NULL

-

Since 0.9.10

+

Since: 0.9.10


@@ -1501,7 +1448,7 @@ connection is read-only and cannot be modified.

connection itself is activated. Currently only VPN connections are supported.

Flags: Read / Write

-

Since 0.9.8

+

Since: 0.9.8


@@ -1570,7 +1517,6 @@ firewall.

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingDcb.html b/docs/libnm-util/html/NMSettingDcb.html index 8f2d90ea..5cd1cd53 100644 --- a/docs/libnm-util/html/NMSettingDcb.html +++ b/docs/libnm-util/html/NMSettingDcb.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingDcb +NMSettingDcb: libnm-util Reference Manual - + @@ -449,9 +449,8 @@ nm_setting_dcb_error_quark (void<

Returns

the error quark used for NMSettingDcb errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -464,7 +463,7 @@ nm_setting_dcb_new (void the new empty NMSettingDcb object.

[transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -489,9 +488,8 @@ nm_setting_dcb_get_app_fcoe_flags (

Returns

the “app-fcoe-flags” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -516,9 +514,8 @@ nm_setting_dcb_get_app_fcoe_priority (

Returns

the “app-fcoe-priority” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -543,9 +540,8 @@ nm_setting_dcb_get_app_fcoe_mode (

Returns

the “app-fcoe-mode” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -570,9 +566,8 @@ nm_setting_dcb_get_app_iscsi_flags (

Returns

the “app-iscsi-flags” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -597,9 +592,8 @@ nm_setting_dcb_get_app_iscsi_priority (

Returns

the “app-iscsi-priority” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -624,9 +618,8 @@ nm_setting_dcb_get_app_fip_flags (

Returns

the “app-fip-flags” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -651,9 +644,8 @@ nm_setting_dcb_get_app_fip_priority (

Returns

the “app-fip-priority” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -679,9 +671,8 @@ nm_setting_dcb_get_priority_flow_control_flags

Returns

the “priority-flow-control-flags” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -717,9 +708,8 @@ nm_setting_dcb_get_priority_flow_control

TRUE if flow control is enabled for the given user_priority , FALSE if not enabled

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -758,7 +748,7 @@ the
-

Since 0.9.10

+

Since: 0.9.10


@@ -784,9 +774,8 @@ nm_setting_dcb_get_priority_group_flags

Returns

the “priority-group-flags” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -822,9 +811,8 @@ nm_setting_dcb_get_priority_group_id (“priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -864,7 +852,7 @@ unrestricted group.

-

Since 0.9.10

+

Since: 0.9.10


@@ -901,9 +889,8 @@ nm_setting_dcb_get_priority_group_bandwidth . These values are only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -943,7 +930,7 @@ to

-

Since 0.9.10

+

Since: 0.9.10


@@ -979,9 +966,8 @@ nm_setting_dcb_get_priority_bandwidth (“priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1021,7 +1007,7 @@ allowed to use within its priority group

-

Since 0.9.10

+

Since: 0.9.10


@@ -1058,9 +1044,8 @@ nm_setting_dcb_get_priority_strict_bandwidth may use all of the bandwidth allocated to its assigned group, or FALSE if not. These values are only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1101,7 +1086,7 @@ its priority group, or FALSE if not

-

Since 0.9.10

+

Since: 0.9.10


@@ -1138,9 +1123,8 @@ nm_setting_dcb_get_priority_traffic_class . These values are only valid when “priority-group-flags” includes the NM_SETTING_DCB_FLAG_ENABLE flag.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1150,8 +1134,6 @@ nm_setting_dcb_set_priority_traffic_class (NMSettingDcb *setting, guint user_priority, guint traffic_class); -

-

@@ -1160,8 +1142,6 @@ nm_setting_dcb_set_priority_traffic_class

NM_SETTING_DCB_SETTING_NAME

#define NM_SETTING_DCB_SETTING_NAME "dcb"
 
-

-


@@ -1206,8 +1186,6 @@ required

NM_SETTING_DCB_ERROR

#define NM_SETTING_DCB_ERROR nm_setting_dcb_error_quark ()
 
-

-


@@ -1254,7 +1232,7 @@ peer configuration advertisements

-

Since 0.9.10

+

Since: 0.9.10


@@ -1262,7 +1240,7 @@ peer configuration advertisements

#define NM_SETTING_DCB_FCOE_MODE_FABRIC  "fabric"
 

Indicates that the FCoE controller should use "fabric" mode (default)

-

Since 0.9.10

+

Since: 0.9.10


@@ -1270,127 +1248,97 @@ peer configuration advertisements

#define NM_SETTING_DCB_FCOE_MODE_VN2VN   "vn2vn"
 

Indicates that the FCoE controller should use "VN2VN" mode.

-

Since 0.9.10

+

Since: 0.9.10


NM_SETTING_DCB_APP_FCOE_FLAGS

#define NM_SETTING_DCB_APP_FCOE_FLAGS         "app-fcoe-flags"
 
-

-


NM_SETTING_DCB_APP_FCOE_PRIORITY

#define NM_SETTING_DCB_APP_FCOE_PRIORITY      "app-fcoe-priority"
 
-

-


NM_SETTING_DCB_APP_FCOE_MODE

#define NM_SETTING_DCB_APP_FCOE_MODE          "app-fcoe-mode"
 
-

-


NM_SETTING_DCB_APP_ISCSI_FLAGS

#define NM_SETTING_DCB_APP_ISCSI_FLAGS        "app-iscsi-flags"
 
-

-


NM_SETTING_DCB_APP_ISCSI_PRIORITY

#define NM_SETTING_DCB_APP_ISCSI_PRIORITY     "app-iscsi-priority"
 
-

-


NM_SETTING_DCB_APP_FIP_FLAGS

#define NM_SETTING_DCB_APP_FIP_FLAGS          "app-fip-flags"
 
-

-


NM_SETTING_DCB_APP_FIP_PRIORITY

#define NM_SETTING_DCB_APP_FIP_PRIORITY       "app-fip-priority"
 
-

-


NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS

#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS  "priority-flow-control-flags"
 
-

-


NM_SETTING_DCB_PRIORITY_FLOW_CONTROL

#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL        "priority-flow-control"
 
-

-


NM_SETTING_DCB_PRIORITY_GROUP_FLAGS

#define NM_SETTING_DCB_PRIORITY_GROUP_FLAGS      "priority-group-flags"
 
-

-


NM_SETTING_DCB_PRIORITY_GROUP_ID

#define NM_SETTING_DCB_PRIORITY_GROUP_ID         "priority-group-id"
 
-

-


NM_SETTING_DCB_PRIORITY_GROUP_BANDWIDTH

#define NM_SETTING_DCB_PRIORITY_GROUP_BANDWIDTH  "priority-group-bandwidth"
 
-

-


NM_SETTING_DCB_PRIORITY_BANDWIDTH

#define NM_SETTING_DCB_PRIORITY_BANDWIDTH        "priority-bandwidth"
 
-

-


NM_SETTING_DCB_PRIORITY_STRICT_BANDWIDTH

#define NM_SETTING_DCB_PRIORITY_STRICT_BANDWIDTH "priority-strict-bandwidth"
 
-

-


NM_SETTING_DCB_PRIORITY_TRAFFIC_CLASS

#define NM_SETTING_DCB_PRIORITY_TRAFFIC_CLASS    "priority-traffic-class"
 
-

-

@@ -1398,143 +1346,177 @@ peer configuration advertisements

The “app-fcoe-flags” property

  “app-fcoe-flags”           guint
-

+

Specifies the NMSettingDcbFlags for the DCB FCoE application. Flags may +be any combination of NM_SETTING_DCB_FLAG_ENABLE, +NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

-

Since 0.9.10

+

Since: 0.9.10


The “app-fcoe-mode” property

  “app-fcoe-mode”            gchar *
-

+

The FCoE controller mode; either NM_SETTING_DCB_FCOE_MODE_FABRIC +(default) or NM_SETTING_DCB_FCOE_MODE_VN2VN.

Flags: Read / Write / Construct

Default value: "fabric"

-

Since 0.9.10

+

Since: 0.9.10


The “app-fcoe-priority” property

  “app-fcoe-priority”        gint
-

+

The highest User Priority (0 - 7) which FCoE frames should use, or -1 for +default priority. Only used when the “app-fcoe-flags” +property includes the NM_SETTING_DCB_FLAG_ENABLE flag.

Flags: Read / Write / Construct

Allowed values: [-1,7]

Default value: -1

-

Since 0.9.10

+

Since: 0.9.10


The “app-fip-flags” property

  “app-fip-flags”            guint
-

+

Specifies the NMSettingDcbFlags for the DCB FIP application. Flags may +be any combination of NM_SETTING_DCB_FLAG_ENABLE, +NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

-

Since 0.9.10

+

Since: 0.9.10


The “app-fip-priority” property

  “app-fip-priority”         gint
-

+

The highest User Priority (0 - 7) which FIP frames should use, or -1 for +default priority. Only used when the “app-fip-flags” +property includes the NM_SETTING_DCB_FLAG_ENABLE flag.

Flags: Read / Write / Construct

Allowed values: [-1,7]

Default value: -1

-

Since 0.9.10

+

Since: 0.9.10


The “app-iscsi-flags” property

  “app-iscsi-flags”          guint
-

+

Specifies the NMSettingDcbFlags for the DCB iSCSI application. Flags +may be any combination of NM_SETTING_DCB_FLAG_ENABLE, +NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

-

Since 0.9.10

+

Since: 0.9.10


The “app-iscsi-priority” property

  “app-iscsi-priority”       gint
-

+

The highest User Priority (0 - 7) which iSCSI frames should use, or -1 +for default priority. Only used when the “app-iscsi-flags” +property includes the NM_SETTING_DCB_FLAG_ENABLE flag.

Flags: Read / Write / Construct

Allowed values: [-1,7]

Default value: -1

-

Since 0.9.10

+

Since: 0.9.10


The “priority-bandwidth” property

  “priority-bandwidth”       GArray_guint_ *
-

+

An array of 8 uint values, where the array index corresponds to the User +Priority (0 - 7) and the value indicates the percentage of bandwidth of +the priority's assigned group that the priority may use. The sum of all +percentages for priorities which belong to the same group must total 100 +percent.

Flags: Read / Write

-

Since 0.9.10

+

Since: 0.9.10


The “priority-flow-control” property

  “priority-flow-control”    GArray_guint_ *
-

+

An array of 8 uint values, where the array index corresponds to the User +Priority (0 - 7) and the value indicates whether or not the corresponding +priority should transmit priority pause. Allowed values are 0 (do not +transmit pause) and 1 (transmit pause).

Flags: Read / Write

-

Since 0.9.10

+

Since: 0.9.10


The “priority-flow-control-flags” property

  “priority-flow-control-flags” guint
-

+

Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). +Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE, +NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

-

Since 0.9.10

+

Since: 0.9.10


The “priority-group-bandwidth” property

  “priority-group-bandwidth” GArray_guint_ *
-

+

An array of 8 uint values, where the array index corresponds to the +Priority Group ID (0 - 7) and the value indicates the percentage of link +bandwidth allocated to that group. Allowed values are 0 - 100, and the +sum of all values must total 100 percent.

Flags: Read / Write

-

Since 0.9.10

+

Since: 0.9.10


The “priority-group-flags” property

  “priority-group-flags”     guint
-

+

Specifies the NMSettingDcbFlags for DCB Priority Groups. Flags may be +any combination of NM_SETTING_DCB_FLAG_ENABLE, +NM_SETTING_DCB_FLAG_ADVERTISE, and NM_SETTING_DCB_FLAG_WILLING.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

-

Since 0.9.10

+

Since: 0.9.10


The “priority-group-id” property

  “priority-group-id”        GArray_guint_ *
-

+

An array of 8 uint values, where the array index corresponds to the User +Priority (0 - 7) and the value indicates the Priority Group ID. Allowed +Priority Group ID values are 0 - 7 or 15 for the unrestricted group.

Flags: Read / Write

-

Since 0.9.10

+

Since: 0.9.10


The “priority-strict-bandwidth” property

  “priority-strict-bandwidth” GArray_guint_ *
-

+

An array of 8 uint values, where the array index corresponds to the User +Priority (0 - 7) and the value indicates whether or not the priority may +use all of the bandwidth allocated to its assigned group. Allowed values +are 0 (the priority may not utilize all bandwidth) or 1 (the priority may +utilize all bandwidth).

Flags: Read / Write

-

Since 0.9.10

+

Since: 0.9.10


The “priority-traffic-class” property

  “priority-traffic-class”   GArray_guint_ *
-

+

An array of 8 uint values, where the array index corresponds to the User +Priority (0 - 7) and the value indicates the traffic class (0 - 7) to +which the priority is mapped.

Flags: Read / Write

-

Since 0.9.10

+

Since: 0.9.10

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingGeneric.html b/docs/libnm-util/html/NMSettingGeneric.html index d7f571b1..b6cc9066 100644 --- a/docs/libnm-util/html/NMSettingGeneric.html +++ b/docs/libnm-util/html/NMSettingGeneric.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingGeneric +NMSettingGeneric: libnm-util Reference Manual - + @@ -114,9 +114,8 @@ nm_setting_generic_error_quark (v

Returns

the error quark used for NMSettingGeneric errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -129,7 +128,7 @@ nm_setting_generic_new (void the new empty NMSettingGeneric object.

[transfer full]

-

Since 0.9.10

+

Since: 0.9.10

@@ -138,8 +137,6 @@ nm_setting_generic_new (void

NM_SETTING_GENERIC_SETTING_NAME

#define NM_SETTING_GENERIC_SETTING_NAME "generic"
 
-

-


@@ -178,20 +175,17 @@ is required

-

Since 0.9.10

+

Since: 0.9.10


NM_SETTING_GENERIC_ERROR

#define NM_SETTING_GENERIC_ERROR nm_setting_generic_error_quark ()
 
-

-

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingGsm.html b/docs/libnm-util/html/NMSettingGsm.html index 39aa12d1..1e725b02 100644 --- a/docs/libnm-util/html/NMSettingGsm.html +++ b/docs/libnm-util/html/NMSettingGsm.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingGsm +NMSettingGsm: libnm-util Reference Manual - + @@ -326,7 +326,6 @@ nm_setting_gsm_error_quark (void<

Returns

the error quark used for NMSettingGsm errors.

-


@@ -349,7 +348,6 @@ nm_setting_gsm_new (void

Returns

the new empty NMSettingGsm object

-


@@ -375,7 +373,6 @@ nm_setting_gsm_get_number (

Returns

the “number” property of the setting

-


@@ -401,7 +398,6 @@ nm_setting_gsm_get_username (

Returns

the “username” property of the setting

-


@@ -427,7 +423,6 @@ nm_setting_gsm_get_password (

Returns

the “password” property of the setting

-


@@ -453,7 +448,6 @@ nm_setting_gsm_get_apn (

Returns

the “apn” property of the setting

-


@@ -479,7 +473,6 @@ nm_setting_gsm_get_network_id (

Returns

the “network-id” property of the setting

-


@@ -505,7 +498,6 @@ nm_setting_gsm_get_pin (

Returns

the “pin” property of the setting

-


@@ -531,7 +523,6 @@ nm_setting_gsm_get_home_only (

Returns

the “home-only” property of the setting

-


@@ -557,7 +548,6 @@ nm_setting_gsm_get_pin_flags (

Returns

the NMSettingSecretFlags pertaining to the “pin”

-


@@ -583,7 +573,6 @@ nm_setting_gsm_get_password_flags (

Returns

the NMSettingSecretFlags pertaining to the “password”

-


@@ -613,7 +602,6 @@ nm_setting_gsm_get_network_type (

Returns

the “network-type” property of the setting

-


@@ -643,7 +631,6 @@ nm_setting_gsm_get_allowed_bands (

Returns

the “allowed-bands” property of the setting

-

@@ -653,8 +640,6 @@ nm_setting_gsm_get_allowed_bands (

NM_SETTING_GSM_SETTING_NAME

#define NM_SETTING_GSM_SETTING_NAME "gsm"
 
-

-


@@ -707,96 +692,72 @@ is missing in the connection

NM_SETTING_GSM_ERROR

#define NM_SETTING_GSM_ERROR nm_setting_gsm_error_quark ()
 
-

-


NM_SETTING_GSM_NUMBER

#define NM_SETTING_GSM_NUMBER         "number"
 
-

-


NM_SETTING_GSM_USERNAME

#define NM_SETTING_GSM_USERNAME       "username"
 
-

-


NM_SETTING_GSM_PASSWORD

#define NM_SETTING_GSM_PASSWORD       "password"
 
-

-


NM_SETTING_GSM_PASSWORD_FLAGS

#define NM_SETTING_GSM_PASSWORD_FLAGS "password-flags"
 
-

-


NM_SETTING_GSM_APN

#define NM_SETTING_GSM_APN            "apn"
 
-

-


NM_SETTING_GSM_NETWORK_ID

#define NM_SETTING_GSM_NETWORK_ID     "network-id"
 
-

-


NM_SETTING_GSM_PIN

#define NM_SETTING_GSM_PIN            "pin"
 
-

-


NM_SETTING_GSM_PIN_FLAGS

#define NM_SETTING_GSM_PIN_FLAGS      "pin-flags"
 
-

-


NM_SETTING_GSM_HOME_ONLY

#define NM_SETTING_GSM_HOME_ONLY      "home-only"
 
-

-


NM_SETTING_GSM_ALLOWED_BANDS

#define NM_SETTING_GSM_ALLOWED_BANDS  "allowed-bands"
 
-

-


NM_SETTING_GSM_NETWORK_TYPE

#define NM_SETTING_GSM_NETWORK_TYPE   "network-type"
 
-

-


@@ -1008,7 +969,9 @@ the device may use when connecting to this network.

The “allowed-bands” property

  “allowed-bands”            guint
-

+

Bitfield of allowed frequency bands. Note that not all devices allow +frequency band control. Permitted values are those specified by +NMSettingGsmNetworkBand.

NMSettingGsm:allowed-bands has been deprecated since version 0.9.10 and should not be used in newly-written code.

No longer used. Band setting should be done by @@ -1022,7 +985,13 @@ talking to ModemManager directly.

The “apn” property

  “apn”                      gchar *
-

+

The GPRS Access Point Name specifying the APN used when establishing a +data session with the GSM-based network. The APN often determines how +the user will be billed for their network usage and whether the user has +access to the Internet or just a provider-specific walled-garden, so it +is important to use the correct APN for the user's mobile broadband plan. +The APN may only be composed of the characters a-z, 0-9, ., and - per GSM +03.60 Section 14.9.

Flags: Read / Write

Default value: NULL

@@ -1030,7 +999,8 @@ talking to ModemManager directly.

The “home-only” property

  “home-only”                gboolean
-

+

When TRUE, only connections to the home network will be allowed. +Connections to roaming networks will not be made.

Flags: Read / Write

Default value: FALSE

@@ -1038,7 +1008,11 @@ talking to ModemManager directly.

The “network-id” property

  “network-id”               gchar *
-

+

The Network ID (GSM LAI format, ie MCC-MNC) to force specific network +registration. If the Network ID is specified, NetworkManager will +attempt to force the device to register only on the specified network. +This can be used to ensure that the device does not roam when direct +roaming control of the device is not otherwise possible.

Flags: Read / Write

Default value: NULL

@@ -1046,7 +1020,15 @@ talking to ModemManager directly.

The “network-type” property

  “network-type”             gint
-

+

Network preference to force the device to only use specific network +technologies. The permitted values are NM_SETTING_GSM_NETWORK_TYPE_ANY, +NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA, +NM_SETTING_GSM_NETWORK_TYPE_GPRS_EDGE, +NM_SETTING_GSM_NETWORK_TYPE_PREFER_UMTS_HSPA, +NM_SETTING_GSM_NETWORK_TYPE_PREFER_GPRS_EDGE, +NM_SETTING_GSM_NETWORK_TYPE_PREFER_4G, and +NM_SETTING_GSM_NETWORK_TYPE_4G. Note that not all devices allow network +preference control.

NMSettingGsm:network-type has been deprecated since version 0.9.10 and should not be used in newly-written code.

No longer used. Network type setting should be done @@ -1060,7 +1042,10 @@ by talking to ModemManager directly.

The “number” property

  “number”                   gchar *
-

+

Number to dial when establishing a PPP data session with the GSM-based +mobile broadband network. Many modems do not require PPP for connections +to the mobile network and thus this property should be left blank, which +allows NetworkManager to select the appropriate settings automatically.

Flags: Read / Write

Default value: NULL

@@ -1068,7 +1053,9 @@ by talking to ModemManager directly.

The “password” property

  “password”                 gchar *
-

+

The password used to authenticate with the network, if required. Many +providers do not require a password, or accept any password. But if a +password is required, it is specified here.

Flags: Read / Write

Default value: NULL

@@ -1076,7 +1063,7 @@ by talking to ModemManager directly.

The “password-flags” property

  “password-flags”           guint
-

+

Flags indicating how to handle the “password” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -1085,7 +1072,9 @@ by talking to ModemManager directly.

The “pin” property

  “pin”                      gchar *
-

+

If the SIM is locked with a PIN it must be unlocked before any other +operations are requested. Specify the PIN here to allow operation of the +device.

Flags: Read / Write

Default value: NULL

@@ -1093,7 +1082,7 @@ by talking to ModemManager directly.

The “pin-flags” property

  “pin-flags”                guint
-

+

Flags indicating how to handle the “pin” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -1102,14 +1091,15 @@ by talking to ModemManager directly.

The “username” property

  “username”                 gchar *
-

+

The username used to authenticate with the network, if required. Many +providers do not require a username, or accept any username. But if a +username is required, it is specified here.

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingIP4Config.html b/docs/libnm-util/html/NMSettingIP4Config.html index c96dc86d..08d29926 100644 --- a/docs/libnm-util/html/NMSettingIP4Config.html +++ b/docs/libnm-util/html/NMSettingIP4Config.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingIP4Config +NMSettingIP4Config: libnm-util Reference Manual - + @@ -723,7 +723,6 @@ nm_setting_ip4_config_error_quark (

Returns

the error quark used for NMSettingIP4Config errors.

-


@@ -843,7 +842,6 @@ to.

Returns

TRUE if the objects contain the same values, FALSE if they do not.

-


@@ -870,7 +868,6 @@ nm_ip4_address_get_address (

Returns

the IPv4 address in network byte order

-


@@ -928,7 +925,6 @@ object.

Returns

the IPv4 address prefix

-


@@ -985,7 +981,6 @@ nm_ip4_address_get_gateway (

Returns

the IPv4 gateway address in network byte order

-


@@ -1135,7 +1130,6 @@ to.

Returns

TRUE if the objects contain the same values, FALSE if they do not.

-


@@ -1162,7 +1156,6 @@ nm_ip4_route_get_dest (

Returns

the IPv4 address in network byte order

-


@@ -1219,7 +1212,6 @@ nm_ip4_route_get_prefix (

Returns

the IPv4 prefix

-


@@ -1276,7 +1268,6 @@ nm_ip4_route_get_next_hop (

Returns

the IPv4 address in network byte order

-


@@ -1334,7 +1325,6 @@ nm_ip4_route_get_metric (

Returns

the route metric

-


@@ -1403,7 +1393,6 @@ nm_setting_ip4_config_get_method (

Returns

the “method” property of the setting

-


@@ -1429,7 +1418,6 @@ nm_setting_ip4_config_get_num_dns (

Returns

the number of configured DNS servers

-


@@ -1465,7 +1453,6 @@ nm_setting_ip4_config_get_dns ( the IPv4 address (network byte order) of the DNS server at index i

-


@@ -1501,7 +1488,6 @@ nm_setting_ip4_config_add_dns (

Returns

TRUE if the DNS server was added; FALSE if the server was already known

-


@@ -1570,9 +1556,8 @@ nm_setting_ip4_config_remove_dns_by_value

Returns

TRUE if the DNS server was found and removed; FALSE if it was not. domain was already known

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1620,7 +1605,6 @@ nm_setting_ip4_config_get_num_dns_searches

Returns

the number of configured DNS search domains

-


@@ -1655,7 +1639,6 @@ nm_setting_ip4_config_get_dns_search (

Returns

the DNS search domain at index i

-


@@ -1691,7 +1674,6 @@ nm_setting_ip4_config_add_dns_search (

Returns

TRUE if the DNS search domain was added; FALSE if the search domain was already known

-


@@ -1761,7 +1743,6 @@ nm_setting_ip4_config_remove_dns_search_by_value

Returns

TRUE if the DNS search domain was found and removed; FALSE if it was not.

Since 0.9.10

-


@@ -1811,7 +1792,6 @@ nm_setting_ip4_config_get_num_addresses

Returns

the number of configured addresses

-


@@ -1846,7 +1826,6 @@ nm_setting_ip4_config_get_address (

Returns

the address at index i

-


@@ -1883,7 +1862,6 @@ given address is duplicated internally and is not changed by this function.

Returns

TRUE if the address was added; FALSE if the address was already known.

-


@@ -1951,9 +1929,8 @@ nm_setting_ip4_config_remove_address_by_value

Returns

TRUE if the address was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2000,7 +1977,6 @@ nm_setting_ip4_config_get_num_routes (

Returns

the number of configured routes

-


@@ -2035,7 +2011,6 @@ nm_setting_ip4_config_get_route (

Returns

the route at index i

-


@@ -2071,7 +2046,6 @@ given route is duplicated internally and is not changed by this function.

Returns

TRUE if the route was added; FALSE if the route was already known.

-


@@ -2139,9 +2113,8 @@ nm_setting_ip4_config_remove_route_by_value

Returns

TRUE if the route was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2192,9 +2165,8 @@ property.

Returns

the route metric that is used for IPv4 routes that don't explicitly specify a metric. See “route-metric” for more details.

-

-

Since 1.0

+

Since: 1.0


@@ -2223,7 +2195,6 @@ property.

Returns

TRUE if automatically configured (ie via DHCP) routes should be ignored.

-


@@ -2253,7 +2224,6 @@ property.

Returns

TRUE if automatically configured (ie via DHCP) DNS information should be ignored.

-


@@ -2283,7 +2253,6 @@ property.

Returns

the configured Client ID to send to the DHCP server when requesting addresses via DHCP.

-


@@ -2314,7 +2283,6 @@ property.

TRUE if NetworkManager should send the machine hostname to the DHCP server when requesting addresses to allow the server to automatically update DNS information for this machine.

-


@@ -2343,7 +2311,6 @@ property.

Returns

the configured hostname to send to the DHCP server

-


@@ -2373,7 +2340,6 @@ property.

Returns

TRUE if this connection should never be the default connection for IPv4 addressing

-


@@ -2402,7 +2368,6 @@ property.

Returns

TRUE if this connection doesn't require IPv4 addressing to complete for the connection to succeed.

-

@@ -2412,8 +2377,6 @@ for the connection to succeed.

NM_SETTING_IP4_CONFIG_SETTING_NAME

#define NM_SETTING_IP4_CONFIG_SETTING_NAME "ipv4"
 
-

-


@@ -2466,112 +2429,84 @@ not valid with the given IP4 method

NM_SETTING_IP4_CONFIG_ERROR

#define NM_SETTING_IP4_CONFIG_ERROR nm_setting_ip4_config_error_quark ()
 
-

-


NM_SETTING_IP4_CONFIG_METHOD

#define NM_SETTING_IP4_CONFIG_METHOD             "method"
 
-

-


NM_SETTING_IP4_CONFIG_DNS

#define NM_SETTING_IP4_CONFIG_DNS                "dns"
 
-

-


NM_SETTING_IP4_CONFIG_DNS_SEARCH

#define NM_SETTING_IP4_CONFIG_DNS_SEARCH         "dns-search"
 
-

-


NM_SETTING_IP4_CONFIG_ADDRESSES

#define NM_SETTING_IP4_CONFIG_ADDRESSES          "addresses"
 
-

-


NM_SETTING_IP4_CONFIG_ROUTES

#define NM_SETTING_IP4_CONFIG_ROUTES             "routes"
 
-

-


NM_SETTING_IP4_CONFIG_ROUTE_METRIC

#define NM_SETTING_IP4_CONFIG_ROUTE_METRIC       "route-metric"
 
-

-


NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES

#define NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES "ignore-auto-routes"
 
-

-


NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS

#define NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS    "ignore-auto-dns"
 
-

-


NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID

#define NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID     "dhcp-client-id"
 
-

-


NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME

#define NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME "dhcp-send-hostname"
 
-

-


NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME

#define NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME      "dhcp-hostname"
 
-

-


NM_SETTING_IP4_CONFIG_NEVER_DEFAULT

#define NM_SETTING_IP4_CONFIG_NEVER_DEFAULT      "never-default"
 
-

-


NM_SETTING_IP4_CONFIG_MAY_FAIL

#define NM_SETTING_IP4_CONFIG_MAY_FAIL           "may-fail"
 
-

-


@@ -2623,14 +2558,22 @@ through that interface to the default network.

The “addresses” property

  “addresses”                GPtrArray_GArray_guint__ *
-

+

Array of IPv4 address structures. Each IPv4 address structure is +composed of 3 32-bit values; the first being the IPv4 address (network +byte order), the second the prefix (1 - 32), and last the IPv4 gateway +(network byte order). The gateway may be left as 0 if no gateway exists +for that subnet. For the "auto" method, given IP addresses are appended +to those returned by automatic configuration. Addresses cannot be used +with the "shared", "link-local", or "disabled" methods as addressing is +either automatic or disabled with these methods.

Flags: Read / Write


The “dhcp-client-id” property

  “dhcp-client-id”           gchar *
-

+

A string sent to the DHCP server to identify the local machine which the +DHCP server may use to customize the DHCP lease and options.

Flags: Read / Write

Default value: NULL

@@ -2638,7 +2581,8 @@ through that interface to the default network.

The “dhcp-hostname” property

  “dhcp-hostname”            gchar *
-

+

If the “dhcp-send-hostname” property is TRUE, then the +specified name will be sent to the DHCP server when acquiring a lease.

Flags: Read / Write

Default value: NULL

@@ -2646,7 +2590,11 @@ through that interface to the default network.

The “dhcp-send-hostname” property

  “dhcp-send-hostname”       gboolean
-

+

If TRUE, a hostname is sent to the DHCP server when acquiring a lease. +Some DHCP servers use this hostname to update DNS databases, essentially +providing a static hostname for the computer. If the +“dhcp-hostname” property is empty and this property is +TRUE, the current persistent hostname of the computer is sent.

Flags: Read / Write / Construct

Default value: TRUE

@@ -2654,21 +2602,34 @@ through that interface to the default network.

The “dns” property

  “dns”                      GArray_guint_ *
-

+

List of DNS servers (network byte order). For the "auto" method, these +DNS servers are appended to those (if any) returned by automatic +configuration. DNS servers cannot be used with the "shared", +"link-local", or "disabled" methods as there is no upstream network. In +all other methods, these DNS servers are used as the only DNS servers for +this connection.

Flags: Read / Write


The “dns-search” property

  “dns-search”               GSList_gchararray_ *
-

+

List of DNS search domains. For the "auto" method, these search domains +are appended to those returned by automatic configuration. Search domains +cannot be used with the "shared", "link-local", or "disabled" methods as +there is no upstream network. In all other methods, these search domains +are used as the only search domains for this connection.

Flags: Read / Write


The “ignore-auto-dns” property

  “ignore-auto-dns”          gboolean
-

+

When the method is set to "auto" and this property to TRUE, +automatically configured nameservers and search domains are ignored and +only nameservers and search domains specified in the +“dns” and “dns-search” properties, if +any, are used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -2676,7 +2637,9 @@ through that interface to the default network.

The “ignore-auto-routes” property

  “ignore-auto-routes”       gboolean
-

+

When the method is set to "auto" and this property to TRUE, +automatically configured routes are ignored and only routes specified in +the “routes” property, if any, are used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -2684,7 +2647,12 @@ through that interface to the default network.

The “may-fail” property

  “may-fail”                 gboolean
-

+

If TRUE, allow overall network configuration to proceed even if IPv4 +configuration times out. Note that at least one IP configuration must +succeed or overall network configuration will still fail. For example, +in IPv6-only networks, setting this property to TRUE allows the overall +network configuration to succeed if IPv4 configuration fails but IPv6 +configuration completes successfully.

Flags: Read / Write / Construct

Default value: TRUE

@@ -2692,7 +2660,18 @@ through that interface to the default network.

The “method” property

  “method”                   gchar *
-

+

IPv4 configuration method. If "auto" is specified then the appropriate +automatic method (DHCP, PPP, etc) is used for the interface and most +other properties can be left unset. If "link-local" is specified, then a +link-local address in the 169.254/16 range will be assigned to the +interface. If "manual" is specified, static IP addressing is used and at +least one IP address must be given in the "addresses" property. If +"shared" is specified (indicating that this connection will provide +network access to other computers) then the interface is assigned an +address in the 10.42.x.1/24 range and a DHCP and forwarding DNS server +are started, and the interface is NAT-ed to the current default network +connection. "disabled" means IPv4 will not be used on this connection. +This property must be set.

Flags: Read / Write

Default value: NULL

@@ -2700,7 +2679,8 @@ through that interface to the default network.

The “never-default” property

  “never-default”            gboolean
-

+

If TRUE, this connection will never be the default IPv4 connection, +meaning it will never be assigned the default route by NetworkManager.

Flags: Read / Write / Construct

Default value: FALSE

@@ -2708,23 +2688,36 @@ through that interface to the default network.

The “route-metric” property

  “route-metric”             gint64
-

+

The default metric for routes that don't explicitly specify a metric. +The default value -1 means that the metric is choosen automatically +based on the device type. +The metric applies to dynamic routes, manual (static) routes that +don't have an explicit metric setting, address prefix routes, and +the default route. +As the linux kernel accepts zero (0) as a valid metric, zero is +a valid value.

Flags: Read / Write / Construct

Allowed values: [-1,4294967295]

Default value: -1

-

Since 1.0

+

Since: 1.0


The “routes” property

  “routes”                   GPtrArray_GArray_guint__ *
-

+

Array of IPv4 route structures. Each IPv4 route structure is composed of +4 32-bit values; the first being the destination IPv4 network or address +(network byte order), the second the destination network or address +prefix (1 - 32), the third being the next-hop (network byte order) if +any, and the fourth being the route metric. For the "auto" method, given +IP routes are appended to those returned by automatic configuration. +Routes cannot be used with the "shared", "link-local", or "disabled" +methods because there is no upstream network.

Flags: Read / Write

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingIP6Config.html b/docs/libnm-util/html/NMSettingIP6Config.html index 67b63a87..eb42de11 100644 --- a/docs/libnm-util/html/NMSettingIP6Config.html +++ b/docs/libnm-util/html/NMSettingIP6Config.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingIP6Config +NMSettingIP6Config: libnm-util Reference Manual - + @@ -708,7 +708,6 @@ nm_setting_ip6_config_error_quark (

Returns

the error quark used for NMSettingIP6Config errors.

-


@@ -828,7 +827,6 @@ to.

Returns

TRUE if the objects contain the same values, FALSE if they do not.

-


@@ -912,7 +910,6 @@ nm_ip6_address_get_prefix (

Returns

the IPv6 address prefix

-


@@ -1119,7 +1116,6 @@ to.

Returns

TRUE if the objects contain the same values, FALSE if they do not.

-


@@ -1203,7 +1199,6 @@ nm_ip6_route_get_prefix (

Returns

the IPv6 prefix

-


@@ -1318,7 +1313,6 @@ nm_ip6_route_get_metric (

Returns

the route metric

-


@@ -1387,7 +1381,6 @@ nm_setting_ip6_config_get_method (

Returns

the “method” property of the setting

-


@@ -1413,7 +1406,6 @@ nm_setting_ip6_config_get_num_dns (

Returns

the number of configured DNS servers

-


@@ -1484,7 +1476,6 @@ nm_setting_ip6_config_add_dns (

Returns

TRUE if the DNS server was added; FALSE if the server was already known

-


@@ -1552,9 +1543,8 @@ nm_setting_ip6_config_remove_dns_by_value

Returns

TRUE if the DNS server was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1602,7 +1592,6 @@ nm_setting_ip6_config_get_num_dns_searches

Returns

the number of configured DNS search domains

-


@@ -1637,7 +1626,6 @@ nm_setting_ip6_config_get_dns_search (

Returns

the DNS search domain at index i

-


@@ -1673,7 +1661,6 @@ nm_setting_ip6_config_add_dns_search (

Returns

TRUE if the DNS search domain was added; FALSE if the search domain was already known

-


@@ -1743,7 +1730,6 @@ nm_setting_ip6_config_remove_dns_search_by_value

Returns

TRUE if the DNS search domain was found and removed; FALSE if it was not.

Since 0.9.10

-


@@ -1793,7 +1779,6 @@ nm_setting_ip6_config_get_num_addresses

Returns

the number of configured addresses

-


@@ -1828,7 +1813,6 @@ nm_setting_ip6_config_get_address (

Returns

the address at index i

-


@@ -1865,7 +1849,6 @@ given address is duplicated internally and is not changed by this function.

Returns

TRUE if the address was added; FALSE if the address was already known.

-


@@ -1933,9 +1916,8 @@ nm_setting_ip6_config_remove_address_by_value

Returns

TRUE if the address was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1982,7 +1964,6 @@ nm_setting_ip6_config_get_num_routes (

Returns

the number of configured routes

-


@@ -2017,7 +1998,6 @@ nm_setting_ip6_config_get_route (

Returns

the route at index i

-


@@ -2053,7 +2033,6 @@ given route is duplicated internally and is not changed by this function.

Returns

TRUE if the route was added; FALSE if the route was already known.

-


@@ -2121,9 +2100,8 @@ nm_setting_ip6_config_remove_route_by_value

Returns

TRUE if the route was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2174,7 +2152,6 @@ property.

Returns

TRUE if automatically configured (ie via DHCP) routes should be ignored.

-


@@ -2204,9 +2181,8 @@ property.

Returns

the route metric that is used for IPv6 routes that don't explicitly specify a metric. See “route-metric” for more details.

-

-

Since 1.0

+

Since: 1.0


@@ -2235,7 +2211,6 @@ property.

Returns

TRUE if automatically configured (ie via DHCP or router advertisements) DNS information should be ignored.

-


@@ -2264,9 +2239,8 @@ property.

Returns

the configured hostname to send to the DHCP server

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -2295,7 +2269,6 @@ property.

Returns

TRUE if this connection should never be the default connection for IPv6 addressing

-


@@ -2324,7 +2297,6 @@ property.

Returns

TRUE if this connection doesn't require IPv6 addressing to complete for the connection to succeed.

-


@@ -2352,7 +2324,6 @@ property.

Returns

IPv6 Privacy Extensions configuration value (NMSettingIP6ConfigPrivacy).

-

@@ -2362,8 +2333,6 @@ property.

NM_SETTING_IP6_CONFIG_SETTING_NAME

#define NM_SETTING_IP6_CONFIG_SETTING_NAME "ipv6"
 
-

-


@@ -2416,104 +2385,78 @@ not valid with the given IPv6 method

NM_SETTING_IP6_CONFIG_ERROR

#define NM_SETTING_IP6_CONFIG_ERROR nm_setting_ip6_config_error_quark ()
 
-

-


NM_SETTING_IP6_CONFIG_METHOD

#define NM_SETTING_IP6_CONFIG_METHOD             "method"
 
-

-


NM_SETTING_IP6_CONFIG_DNS

#define NM_SETTING_IP6_CONFIG_DNS                "dns"
 
-

-


NM_SETTING_IP6_CONFIG_DNS_SEARCH

#define NM_SETTING_IP6_CONFIG_DNS_SEARCH         "dns-search"
 
-

-


NM_SETTING_IP6_CONFIG_ADDRESSES

#define NM_SETTING_IP6_CONFIG_ADDRESSES          "addresses"
 
-

-


NM_SETTING_IP6_CONFIG_ROUTES

#define NM_SETTING_IP6_CONFIG_ROUTES             "routes"
 
-

-


NM_SETTING_IP6_CONFIG_ROUTE_METRIC

#define NM_SETTING_IP6_CONFIG_ROUTE_METRIC       "route-metric"
 
-

-


NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES

#define NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES "ignore-auto-routes"
 
-

-


NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS

#define NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS    "ignore-auto-dns"
 
-

-


NM_SETTING_IP6_CONFIG_NEVER_DEFAULT

#define NM_SETTING_IP6_CONFIG_NEVER_DEFAULT      "never-default"
 
-

-


NM_SETTING_IP6_CONFIG_MAY_FAIL

#define NM_SETTING_IP6_CONFIG_MAY_FAIL           "may-fail"
 
-

-


NM_SETTING_IP6_CONFIG_IP6_PRIVACY

#define NM_SETTING_IP6_CONFIG_IP6_PRIVACY        "ip6-privacy"
 
-

-


NM_SETTING_IP6_CONFIG_DHCP_HOSTNAME

#define NM_SETTING_IP6_CONFIG_DHCP_HOSTNAME      "dhcp-hostname"
 
-

-


@@ -2623,37 +2566,61 @@ are enabled and temporary addresses are preferred over public addresses

The “addresses” property

  “addresses”                GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar___*
-

+

Array of IPv6 address structures. Each IPv6 address structure is +composed of 3 members, the first being a byte array containing the IPv6 +address (network byte order), the second a 32-bit integer containing the +IPv6 address prefix, and the third a byte array containing the IPv6 +address (network byte order) of the gateway associated with this address, +if any. If no gateway is given, the third element should be given as all +zeros. For the "auto" method, given IP addresses are appended to those +returned by automatic configuration. Addresses cannot be used with the +"shared" or "link-local" methods as the interface is automatically +assigned an address with these methods.

Flags: Read / Write


The “dhcp-hostname” property

  “dhcp-hostname”            gchar *
-

+

The specified name will be sent to the DHCP server when acquiring a +lease.

Flags: Read / Write

Default value: NULL

-

Since 0.9.8

+

Since: 0.9.8


The “dns” property

  “dns”                      GPtrArray_GArray_guchar__ *
-

+

Array of DNS servers, where each member of the array is a byte array +containing the IPv6 address of the DNS server (in network byte order). +For the "auto" method, these DNS servers are appended to those (if any) +returned by automatic configuration. DNS servers cannot be used with the +"shared" or "link-local" methods as there is no usptream network. In all +other methods, these DNS servers are used as the only DNS servers for +this connection.

Flags: Read / Write


The “dns-search” property

  “dns-search”               GSList_gchararray_ *
-

+

List of DNS search domains. For the "auto" method, these search domains +are appended to those returned by automatic configuration. Search domains +cannot be used with the "shared" or "link-local" methods as there is no +upstream network. In all other methods, these search domains are used as +the only search domains for this connection.

Flags: Read / Write


The “ignore-auto-dns” property

  “ignore-auto-dns”          gboolean
-

+

When the method is set to "auto" or "dhcp" and this property is set to +TRUE, automatically configured nameservers and search domains are +ignored and only nameservers and search domains specified in the +“dns” and “dns-search” properties, if +any, are used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -2661,7 +2628,9 @@ are enabled and temporary addresses are preferred over public addresses

The “ignore-auto-routes” property

  “ignore-auto-routes”       gboolean
-

+

When the method is set to "auto" or "dhcp" and this property is set to +TRUE, automatically configured routes are ignored and only routes +specified in the “routes” property, if any, are used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -2669,7 +2638,13 @@ are enabled and temporary addresses are preferred over public addresses

The “ip6-privacy” property

  “ip6-privacy”              gint
-

+

Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941. If +enabled, it makes the kernel generate a temporary IPv6 address in +addition to the public one generated from MAC address via modified +EUI-64. This enhances privacy, but could cause problems in some +applications, on the other hand. The permitted values are: 0: disabled, +1: enabled (prefer public address), 2: enabled (prefer temporary +addresses).

Flags: Read / Write / Construct

Allowed values: [-1,2]

Default value: -1

@@ -2678,7 +2653,12 @@ are enabled and temporary addresses are preferred over public addresses

The “may-fail” property

  “may-fail”                 gboolean
-

+

If TRUE, allow overall network configuration to proceed even if IPv6 +configuration times out. Note that at least one IP configuration must +succeed or overall network configuration will still fail. For example, +in IPv4-only networks, setting this property to TRUE allows the overall +network configuration to succeed if IPv6 configuration fails but IPv4 +configuration completes successfully.

Flags: Read / Write / Construct

Default value: TRUE

@@ -2686,7 +2666,16 @@ are enabled and temporary addresses are preferred over public addresses

The “method” property

  “method”                   gchar *
-

+

IPv6 configuration method. If "auto" is specified then the appropriate +automatic method (PPP, router advertisement, etc) is used for the device +and most other properties can be left unset. To force the use of DHCP +only, specify "dhcp"; this method is only valid for Ethernet- based +hardware. If "link-local" is specified, then an IPv6 link-local address +will be assigned to the interface. If "manual" is specified, static IP +addressing is used and at least one IP address must be given in the +"addresses" property. If "ignore" is specified, IPv6 configuration is +not done. This property must be set. Note: the "shared" method is not +yet supported.

Flags: Read / Write

Default value: NULL

@@ -2694,7 +2683,9 @@ are enabled and temporary addresses are preferred over public addresses

The “never-default” property

  “never-default”            gboolean
-

+

If TRUE, this connection will never be the default IPv6 connection, +meaning it will never be assigned the default IPv6 route by +NetworkManager.

Flags: Read / Write / Construct

Default value: FALSE

@@ -2702,23 +2693,36 @@ are enabled and temporary addresses are preferred over public addresses

The “route-metric” property

  “route-metric”             gint64
-

+

The default metric for routes that don't explicitly specify a metric. +The default value -1 means that the metric is choosen automatically +based on the device type. +The metric applies to dynamic routes, manual (static) routes that +don't have an explicit metric setting, address prefix routes, and +the default route. +As the linux kernel replaces zero (0) by 1024 (user-default), setting +this property to 0 means effectively setting it to 1024.

Flags: Read / Write / Construct

Allowed values: [-1,4294967295]

Default value: -1

-

Since 1.0

+

Since: 1.0


The “routes” property

  “routes”                   GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar_+guint__*
-

+

Array of IPv6 route structures. Each IPv6 route structure is composed of +4 members; the first being the destination IPv6 network or address +(network byte order) as a byte array, the second the destination network +or address IPv6 prefix, the third being the next-hop IPv6 address +(network byte order) if any, and the fourth being the route metric. For +the "auto" method, given IP routes are appended to those returned by +automatic configuration. Routes cannot be used with the "shared" or +"link-local" methods because there is no upstream network.

Flags: Read / Write

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingInfiniband.html b/docs/libnm-util/html/NMSettingInfiniband.html index f61fe6f7..82db623e 100644 --- a/docs/libnm-util/html/NMSettingInfiniband.html +++ b/docs/libnm-util/html/NMSettingInfiniband.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingInfiniband +NMSettingInfiniband: libnm-util Reference Manual - + @@ -209,7 +209,6 @@ nm_setting_infiniband_error_quark (

Returns

the error quark used for NMSettingInfiniband errors.

-


@@ -247,7 +246,6 @@ nm_setting_infiniband_get_mac_address (

Returns

the “mac-address” property of the setting

-


@@ -273,7 +271,6 @@ nm_setting_infiniband_get_mtu (

Returns

the “mtu” property of the setting

-


@@ -302,7 +299,6 @@ nm_setting_infiniband_get_transport_mode

Returns

the IPoIB transport mode

-


@@ -331,7 +327,6 @@ a 16-bit unsigned integer.

Returns

the IPoIB P_Key

-


@@ -358,7 +353,6 @@ nm_setting_infiniband_get_parent (

Returns

the parent interface name

-

@@ -368,8 +362,6 @@ nm_setting_infiniband_get_parent (

NM_SETTING_INFINIBAND_SETTING_NAME

#define NM_SETTING_INFINIBAND_SETTING_NAME "infiniband"
 
-

-


@@ -414,48 +406,36 @@ required

NM_SETTING_INFINIBAND_ERROR

#define NM_SETTING_INFINIBAND_ERROR nm_setting_infiniband_error_quark ()
 
-

-


NM_SETTING_INFINIBAND_MAC_ADDRESS

#define NM_SETTING_INFINIBAND_MAC_ADDRESS    "mac-address"
 
-

-


NM_SETTING_INFINIBAND_MTU

#define NM_SETTING_INFINIBAND_MTU            "mtu"
 
-

-


NM_SETTING_INFINIBAND_TRANSPORT_MODE

#define NM_SETTING_INFINIBAND_TRANSPORT_MODE "transport-mode"
 
-

-


NM_SETTING_INFINIBAND_P_KEY

#define NM_SETTING_INFINIBAND_P_KEY          "p-key"
 
-

-


NM_SETTING_INFINIBAND_PARENT

#define NM_SETTING_INFINIBAND_PARENT         "parent"
 
-

-

@@ -463,14 +443,17 @@ required

The “mac-address” property

  “mac-address”              GArray_guchar_ *
-

+

If specified, this connection will only apply to the IPoIB device whose +permanent MAC address matches. This property does not change the MAC +address of the device (i.e. MAC spoofing).

Flags: Read / Write


The “mtu” property

  “mtu”                      guint
-

+

If non-zero, only transmit packets of the specified size or smaller, +breaking larger packets up into multiple frames.

Flags: Read / Write / Construct

Default value: 0

@@ -478,7 +461,10 @@ required

The “p-key” property

  “p-key”                    gint
-

+

The InfiniBand P_Key to use for this device. A value of -1 means to use +the default P_Key (aka "the P_Key at index 0"). Otherwise it is a 16-bit +unsigned integer, whose high bit is set if it is a "full membership" +P_Key.

Flags: Read / Write / Construct

Allowed values: [-1,65535]

Default value: -1

@@ -487,7 +473,10 @@ required

The “parent” property

  “parent”                   gchar *
-

+

The interface name of the parent device of this device. Normally NULL, +but if the “p_key” property is set, then you must +specify the base device by setting either this property or +“mac-address”.

Flags: Read / Write / Construct

Default value: NULL

@@ -495,14 +484,14 @@ required

The “transport-mode” property

  “transport-mode”           gchar *
-

+

The IP-over-InfiniBand transport mode. Either "datagram" or +"connected".

Flags: Read / Write / Construct

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingOlpcMesh.html b/docs/libnm-util/html/NMSettingOlpcMesh.html index c43b6dd8..d9a5d1d0 100644 --- a/docs/libnm-util/html/NMSettingOlpcMesh.html +++ b/docs/libnm-util/html/NMSettingOlpcMesh.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingOlpcMesh +NMSettingOlpcMesh: libnm-util Reference Manual - + @@ -157,8 +157,6 @@

Description

-

-

Functions

@@ -166,12 +164,6 @@

nm_setting_olpc_mesh_error_quark ()

GQuark
 nm_setting_olpc_mesh_error_quark (void);
-

-

-
-

Returns

-

-

@@ -182,7 +174,6 @@ nm_setting_olpc_mesh_new (void

Returns

the new empty NMSettingOlpcMesh object

-


@@ -190,24 +181,12 @@ nm_setting_olpc_mesh_new (void

nm_setting_olpc_mesh_get_ssid ()

const GByteArray *
 nm_setting_olpc_mesh_get_ssid (NMSettingOlpcMesh *setting);
-

-

-
-

Returns

-

-

nm_setting_olpc_mesh_get_channel ()

guint32
 nm_setting_olpc_mesh_get_channel (NMSettingOlpcMesh *setting);
-

-

-
-

Returns

-

-

@@ -215,12 +194,6 @@ nm_setting_olpc_mesh_get_channel (const GByteArray * nm_setting_olpc_mesh_get_dhcp_anycast_address (NMSettingOlpcMesh *setting); -

-

-
-

Returns

-

-
@@ -229,8 +202,6 @@ nm_setting_olpc_mesh_get_dhcp_anycast_address

NM_SETTING_OLPC_MESH_SETTING_NAME

#define NM_SETTING_OLPC_MESH_SETTING_NAME "802-11-olpc-mesh"
 
-

-


@@ -275,32 +246,24 @@ required

NM_SETTING_OLPC_MESH_ERROR

#define NM_SETTING_OLPC_MESH_ERROR nm_setting_olpc_mesh_error_quark ()
 
-

-


NM_SETTING_OLPC_MESH_SSID

#define NM_SETTING_OLPC_MESH_SSID                 "ssid"
 
-

-


NM_SETTING_OLPC_MESH_CHANNEL

#define NM_SETTING_OLPC_MESH_CHANNEL              "channel"
 
-

-


NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS

#define NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS "dhcp-anycast-address"
 
-

-

@@ -308,7 +271,7 @@ required

The “channel” property

  “channel”                  guint
-

+

Channel on which the mesh network to join is located.

Flags: Read / Write / Construct

Default value: 0

@@ -316,20 +279,21 @@ required

The “dhcp-anycast-address” property

  “dhcp-anycast-address”     GArray_guchar_ *
-

+

Anycast DHCP MAC address used when requesting an IP address via DHCP. +The specific anycast address used determines which DHCP server class +answers the request.

Flags: Read / Write


The “ssid” property

  “ssid”                     GArray_guchar_ *
-

+

SSID of the mesh network to join.

Flags: Read / Write

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingPPP.html b/docs/libnm-util/html/NMSettingPPP.html index d71e91f5..c66bd595 100644 --- a/docs/libnm-util/html/NMSettingPPP.html +++ b/docs/libnm-util/html/NMSettingPPP.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingPPP +NMSettingPPP: libnm-util Reference Manual - + @@ -432,7 +432,6 @@ nm_setting_ppp_error_quark (void<

Returns

the error quark used for NMSettingPPP errors.

-


@@ -470,7 +469,6 @@ nm_setting_ppp_get_noauth (

Returns

the “noauth” property of the setting

-


@@ -496,7 +494,6 @@ nm_setting_ppp_get_refuse_eap (

Returns

the “refuse-eap” property of the setting

-


@@ -522,7 +519,6 @@ nm_setting_ppp_get_refuse_pap (

Returns

the “refuse-pap” property of the setting

-


@@ -548,7 +544,6 @@ nm_setting_ppp_get_refuse_chap (

Returns

the “refuse-chap” property of the setting

-


@@ -574,7 +569,6 @@ nm_setting_ppp_get_refuse_mschap (

Returns

the “refuse-mschap” property of the setting

-


@@ -600,7 +594,6 @@ nm_setting_ppp_get_refuse_mschapv2 (

Returns

the “refuse-mschapv2” property of the setting

-


@@ -626,7 +619,6 @@ nm_setting_ppp_get_nobsdcomp (

Returns

the “nobsdcomp” property of the setting

-


@@ -652,7 +644,6 @@ nm_setting_ppp_get_nodeflate (

Returns

the “nodeflate” property of the setting

-


@@ -678,7 +669,6 @@ nm_setting_ppp_get_no_vj_comp (

Returns

the “no-vj-comp” property of the setting

-


@@ -704,7 +694,6 @@ nm_setting_ppp_get_require_mppe (

Returns

the “require-mppe” property of the setting

-


@@ -730,7 +719,6 @@ nm_setting_ppp_get_require_mppe_128 (

Returns

the “require-mppe-128” property of the setting

-


@@ -756,7 +744,6 @@ nm_setting_ppp_get_mppe_stateful (

Returns

the “mppe-stateful” property of the setting

-


@@ -782,7 +769,6 @@ nm_setting_ppp_get_crtscts (

Returns

the “crtscts” property of the setting

-


@@ -808,7 +794,6 @@ nm_setting_ppp_get_baud (

Returns

the “baud” property of the setting

-


@@ -834,7 +819,6 @@ nm_setting_ppp_get_mru (

Returns

the “mru” property of the setting

-


@@ -860,7 +844,6 @@ nm_setting_ppp_get_mtu (

Returns

the “mtu” property of the setting

-


@@ -886,7 +869,6 @@ nm_setting_ppp_get_lcp_echo_failure (

Returns

the “lcp-echo-failure” property of the setting

-


@@ -912,7 +894,6 @@ nm_setting_ppp_get_lcp_echo_interval (

Returns

the “lcp-echo-interval” property of the setting

-

@@ -922,8 +903,6 @@ nm_setting_ppp_get_lcp_echo_interval (

NM_SETTING_PPP_SETTING_NAME

#define NM_SETTING_PPP_SETTING_NAME "ppp"
 
-

-


@@ -976,152 +955,114 @@ with other setting configuration parameters

NM_SETTING_PPP_ERROR

#define NM_SETTING_PPP_ERROR nm_setting_ppp_error_quark ()
 
-

-


NM_SETTING_PPP_NOAUTH

#define NM_SETTING_PPP_NOAUTH            "noauth"
 
-

-


NM_SETTING_PPP_REFUSE_EAP

#define NM_SETTING_PPP_REFUSE_EAP        "refuse-eap"
 
-

-


NM_SETTING_PPP_REFUSE_PAP

#define NM_SETTING_PPP_REFUSE_PAP        "refuse-pap"
 
-

-


NM_SETTING_PPP_REFUSE_CHAP

#define NM_SETTING_PPP_REFUSE_CHAP       "refuse-chap"
 
-

-


NM_SETTING_PPP_REFUSE_MSCHAP

#define NM_SETTING_PPP_REFUSE_MSCHAP     "refuse-mschap"
 
-

-


NM_SETTING_PPP_REFUSE_MSCHAPV2

#define NM_SETTING_PPP_REFUSE_MSCHAPV2   "refuse-mschapv2"
 
-

-


NM_SETTING_PPP_NOBSDCOMP

#define NM_SETTING_PPP_NOBSDCOMP         "nobsdcomp"
 
-

-


NM_SETTING_PPP_NODEFLATE

#define NM_SETTING_PPP_NODEFLATE         "nodeflate"
 
-

-


NM_SETTING_PPP_NO_VJ_COMP

#define NM_SETTING_PPP_NO_VJ_COMP        "no-vj-comp"
 
-

-


NM_SETTING_PPP_REQUIRE_MPPE

#define NM_SETTING_PPP_REQUIRE_MPPE      "require-mppe"
 
-

-


NM_SETTING_PPP_REQUIRE_MPPE_128

#define NM_SETTING_PPP_REQUIRE_MPPE_128  "require-mppe-128"
 
-

-


NM_SETTING_PPP_MPPE_STATEFUL

#define NM_SETTING_PPP_MPPE_STATEFUL     "mppe-stateful"
 
-

-


NM_SETTING_PPP_CRTSCTS

#define NM_SETTING_PPP_CRTSCTS           "crtscts"
 
-

-


NM_SETTING_PPP_BAUD

#define NM_SETTING_PPP_BAUD              "baud"
 
-

-


NM_SETTING_PPP_MRU

#define NM_SETTING_PPP_MRU               "mru"
 
-

-


NM_SETTING_PPP_MTU

#define NM_SETTING_PPP_MTU               "mtu"
 
-

-


NM_SETTING_PPP_LCP_ECHO_FAILURE

#define NM_SETTING_PPP_LCP_ECHO_FAILURE  "lcp-echo-failure"
 
-

-


NM_SETTING_PPP_LCP_ECHO_INTERVAL

#define NM_SETTING_PPP_LCP_ECHO_INTERVAL "lcp-echo-interval"
 
-

-

@@ -1129,7 +1070,9 @@ with other setting configuration parameters

The “baud” property

  “baud”                     guint
-

+

If non-zero, instruct pppd to set the serial port to the specified +baudrate. This value should normally be left as 0 to automatically +choose the speed.

Flags: Read / Write / Construct

Default value: 0

@@ -1137,7 +1080,9 @@ with other setting configuration parameters

The “crtscts” property

  “crtscts”                  gboolean
-

+

If TRUE, specify that pppd should set the serial port to use hardware +flow control with RTS and CTS signals. This value should normally be set +to FALSE.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1145,7 +1090,10 @@ with other setting configuration parameters

The “lcp-echo-failure” property

  “lcp-echo-failure”         guint
-

+

If non-zero, instruct pppd to presume the connection to the peer has +failed if the specified number of LCP echo-requests go unanswered by the +peer. The "lcp-echo-interval" property must also be set to a non-zero +value if this property is used.

Flags: Read / Write / Construct

Default value: 0

@@ -1153,7 +1101,10 @@ with other setting configuration parameters

The “lcp-echo-interval” property

  “lcp-echo-interval”        guint
-

+

If non-zero, instruct pppd to send an LCP echo-request frame to the peer +every n seconds (where n is the specified value). Note that some PPP +peers will respond to echo requests and some will not, and it is not +possible to autodetect this.

Flags: Read / Write / Construct

Default value: 0

@@ -1161,7 +1112,8 @@ with other setting configuration parameters

The “mppe-stateful” property

  “mppe-stateful”            gboolean
-

+

If TRUE, stateful MPPE is used. See pppd documentation for more +information on stateful MPPE.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1169,7 +1121,9 @@ with other setting configuration parameters

The “mru” property

  “mru”                      guint
-

+

If non-zero, instruct pppd to request that the peer send packets no +larger than the specified size. If non-zero, the MRU should be between +128 and 16384.

Flags: Read / Write / Construct

Allowed values: <= 16384

Default value: 0

@@ -1178,7 +1132,8 @@ with other setting configuration parameters

The “mtu” property

  “mtu”                      guint
-

+

If non-zero, instruct pppd to send packets no larger than the specified +size.

Flags: Read / Write / Construct

Default value: 0

@@ -1186,7 +1141,7 @@ with other setting configuration parameters

The “no-vj-comp” property

  “no-vj-comp”               gboolean
-

+

If TRUE, Van Jacobsen TCP header compression will not be requested.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1194,7 +1149,9 @@ with other setting configuration parameters

The “noauth” property

  “noauth”                   gboolean
-

+

If TRUE, do not require the other side (usually the PPP server) to +authenticate itself to the client. If FALSE, require authentication +from the remote side. In almost all cases, this should be TRUE.

Flags: Read / Write / Construct

Default value: TRUE

@@ -1202,7 +1159,7 @@ with other setting configuration parameters

The “nobsdcomp” property

  “nobsdcomp”                gboolean
-

+

If TRUE, BSD compression will not be requested.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1210,7 +1167,7 @@ with other setting configuration parameters

The “nodeflate” property

  “nodeflate”                gboolean
-

+

If TRUE, "deflate" compression will not be requested.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1218,7 +1175,7 @@ with other setting configuration parameters

The “refuse-chap” property

  “refuse-chap”              gboolean
-

+

If TRUE, the CHAP authentication method will not be used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1226,7 +1183,7 @@ with other setting configuration parameters

The “refuse-eap” property

  “refuse-eap”               gboolean
-

+

If TRUE, the EAP authentication method will not be used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1234,7 +1191,7 @@ with other setting configuration parameters

The “refuse-mschap” property

  “refuse-mschap”            gboolean
-

+

If TRUE, the MSCHAP authentication method will not be used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1242,7 +1199,7 @@ with other setting configuration parameters

The “refuse-mschapv2” property

  “refuse-mschapv2”          gboolean
-

+

If TRUE, the MSCHAPv2 authentication method will not be used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1250,7 +1207,7 @@ with other setting configuration parameters

The “refuse-pap” property

  “refuse-pap”               gboolean
-

+

If TRUE, the PAP authentication method will not be used.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1258,7 +1215,10 @@ with other setting configuration parameters

The “require-mppe” property

  “require-mppe”             gboolean
-

+

If TRUE, MPPE (Microsoft Point-to-Point Encrpytion) will be required for +the PPP session. If either 64-bit or 128-bit MPPE is not available the +session will fail. Note that MPPE is not used on mobile broadband +connections.

Flags: Read / Write / Construct

Default value: FALSE

@@ -1266,14 +1226,15 @@ with other setting configuration parameters

The “require-mppe-128” property

  “require-mppe-128”         gboolean
-

+

If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encrpytion) will be +required for the PPP session, and the "require-mppe" property must also +be set to TRUE. If 128-bit MPPE is not available the session will fail.

Flags: Read / Write / Construct

Default value: FALSE

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingPPPOE.html b/docs/libnm-util/html/NMSettingPPPOE.html index 97d3edde..c7abaffe 100644 --- a/docs/libnm-util/html/NMSettingPPPOE.html +++ b/docs/libnm-util/html/NMSettingPPPOE.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingPPPOE +NMSettingPPPOE: libnm-util Reference Manual - + @@ -193,7 +193,6 @@ nm_setting_pppoe_error_quark (voi

Returns

the error quark used for NMSettingPPPOE errors.

-


@@ -231,7 +230,6 @@ nm_setting_pppoe_get_service (

Returns

the “service” property of the setting

-


@@ -257,7 +255,6 @@ nm_setting_pppoe_get_username (

Returns

the “username” property of the setting

-


@@ -283,7 +280,6 @@ nm_setting_pppoe_get_password (

Returns

the “password” property of the setting

-


@@ -309,7 +305,6 @@ nm_setting_pppoe_get_password_flags (

Returns

the NMSettingSecretFlags pertaining to the “password”

-

@@ -319,8 +314,6 @@ nm_setting_pppoe_get_password_flags (

NM_SETTING_PPPOE_SETTING_NAME

#define NM_SETTING_PPPOE_SETTING_NAME "pppoe"
 
-

-


@@ -373,40 +366,30 @@ did not contain a required PPP setting for PPP related options

NM_SETTING_PPPOE_ERROR

#define NM_SETTING_PPPOE_ERROR nm_setting_pppoe_error_quark ()
 
-

-


NM_SETTING_PPPOE_SERVICE

#define NM_SETTING_PPPOE_SERVICE        "service"
 
-

-


NM_SETTING_PPPOE_USERNAME

#define NM_SETTING_PPPOE_USERNAME       "username"
 
-

-


NM_SETTING_PPPOE_PASSWORD

#define NM_SETTING_PPPOE_PASSWORD       "password"
 
-

-


NM_SETTING_PPPOE_PASSWORD_FLAGS

#define NM_SETTING_PPPOE_PASSWORD_FLAGS "password-flags"
 
-

-

@@ -414,7 +397,7 @@ did not contain a required PPP setting for PPP related options

The “password” property

  “password”                 gchar *
-

+

Password used to authenticate with the PPPoE service.

Flags: Read / Write

Default value: NULL

@@ -422,7 +405,7 @@ did not contain a required PPP setting for PPP related options

The “password-flags” property

  “password-flags”           guint
-

+

Flags indicating how to handle the “password” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -431,7 +414,10 @@ did not contain a required PPP setting for PPP related options

The “service” property

  “service”                  gchar *
-

+

If specified, instruct PPPoE to only initiate sessions with access +concentrators that provide the specified service. For most providers, +this should be left blank. It is only required if there are multiple +access concentrators or a specific service is known to be required.

Flags: Read / Write

Default value: NULL

@@ -439,14 +425,13 @@ did not contain a required PPP setting for PPP related options

The “username” property

  “username”                 gchar *
-

+

Username used to authenticate with the PPPoE service.

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingSerial.html b/docs/libnm-util/html/NMSettingSerial.html index 6e9ede6a..43c21e9e 100644 --- a/docs/libnm-util/html/NMSettingSerial.html +++ b/docs/libnm-util/html/NMSettingSerial.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingSerial +NMSettingSerial: libnm-util Reference Manual - + @@ -211,7 +211,6 @@ nm_setting_serial_error_quark (vo

Returns

the error quark used for NMSettingSerial errors.

-


@@ -249,7 +248,6 @@ nm_setting_serial_get_baud (

Returns

the “baud” property of the setting

-


@@ -275,7 +273,6 @@ nm_setting_serial_get_bits (

Returns

the “bits” property of the setting

-


@@ -301,7 +298,6 @@ nm_setting_serial_get_parity (

Returns

the “parity” property of the setting

-


@@ -327,7 +323,6 @@ nm_setting_serial_get_stopbits (

Returns

the “stopbits” property of the setting

-


@@ -353,7 +348,6 @@ nm_setting_serial_get_send_delay (

Returns

the “send-delay” property of the setting

-

@@ -363,8 +357,6 @@ nm_setting_serial_get_send_delay (

NM_SETTING_SERIAL_SETTING_NAME

#define NM_SETTING_SERIAL_SETTING_NAME "serial"
 
-

-


@@ -417,48 +409,36 @@ setting requires the connection to contain an

NM_SETTING_SERIAL_ERROR

#define NM_SETTING_SERIAL_ERROR nm_setting_serial_error_quark ()
 
-

-


NM_SETTING_SERIAL_BAUD

#define NM_SETTING_SERIAL_BAUD "baud"
 
-

-


NM_SETTING_SERIAL_BITS

#define NM_SETTING_SERIAL_BITS "bits"
 
-

-


NM_SETTING_SERIAL_PARITY

#define NM_SETTING_SERIAL_PARITY "parity"
 
-

-


NM_SETTING_SERIAL_STOPBITS

#define NM_SETTING_SERIAL_STOPBITS "stopbits"
 
-

-


NM_SETTING_SERIAL_SEND_DELAY

#define NM_SETTING_SERIAL_SEND_DELAY "send-delay"
 
-

-

@@ -466,7 +446,9 @@ setting requires the connection to contain an

The “baud” property

  “baud”                     guint
-

+

Speed to use for communication over the serial port. Note that this +value usually has no effect for mobile broadband modems as they generally +ignore speed settings and use the highest available speed.

Flags: Read / Write / Construct

Default value: 57600

@@ -474,7 +456,7 @@ setting requires the connection to contain an

The “bits” property

  “bits”                     guint
-

+

Byte-width of the serial communication. The 8 in "8n1" for example.

Flags: Read / Write / Construct

Allowed values: [5,8]

Default value: 8

@@ -483,7 +465,8 @@ setting requires the connection to contain an

The “parity” property

  “parity”                   gchar
-

+

Parity setting of the serial port. Either 'E' for even parity, 'o' for +odd parity, or 'n' for no parity.

Flags: Read / Write / Construct

Allowed values: [69,111]

Default value: 110

@@ -492,7 +475,7 @@ setting requires the connection to contain an

The “send-delay” property

  “send-delay”               guint64
-

+

Time to delay between each byte sent to the modem, in microseconds.

Flags: Read / Write / Construct

Default value: 0

@@ -500,7 +483,8 @@ setting requires the connection to contain an

The “stopbits” property

  “stopbits”                 guint
-

+

Number of stop bits for communication on the serial port. Either 1 or 2. +The 1 in "8n1" for example.

Flags: Read / Write / Construct

Allowed values: [1,2]

Default value: 1

@@ -508,7 +492,6 @@ setting requires the connection to contain an -
- Generated by GTK-Doc V1.21 +
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingTeam.html b/docs/libnm-util/html/NMSettingTeam.html index fb7ee6a7..2e40a312 100644 --- a/docs/libnm-util/html/NMSettingTeam.html +++ b/docs/libnm-util/html/NMSettingTeam.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingTeam +NMSettingTeam: libnm-util Reference Manual - + @@ -158,9 +158,8 @@ nm_setting_team_error_quark (void

Returns

the error quark used for NMSettingTeam errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -173,7 +172,7 @@ nm_setting_team_new (void<

the new empty NMSettingTeam object.

[transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -198,9 +197,8 @@ nm_setting_team_get_interface_name (

Returns

the “interface-name” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -225,9 +223,8 @@ nm_setting_team_get_config (

Returns

the “config” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10

@@ -236,8 +233,6 @@ nm_setting_team_get_config (

NM_SETTING_TEAM_SETTING_NAME

#define NM_SETTING_TEAM_SETTING_NAME "team"
 
-

-


@@ -282,24 +277,18 @@ required

NM_SETTING_TEAM_ERROR

#define NM_SETTING_TEAM_ERROR nm_setting_team_error_quark ()
 
-

-


NM_SETTING_TEAM_INTERFACE_NAME

#define NM_SETTING_TEAM_INTERFACE_NAME "interface-name"
 
-

-


NM_SETTING_TEAM_CONFIG

#define NM_SETTING_TEAM_CONFIG "config"
 
-

-

@@ -307,7 +296,10 @@ required

The “config” property

  “config”                   gchar *
-

+

The JSON configuration for the team network interface. The property +should contain raw JSON configuration data suitable for teamd, because +the value is passed directly to teamd. If not specified, the default +configuration is used. See man teamd.conf for the format details.

Flags: Read / Write

Default value: NULL

@@ -315,14 +307,13 @@ required

The “interface-name” property

  “interface-name”           gchar *
-

+

The name of the virtual in-kernel team network interface

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingTeamPort.html b/docs/libnm-util/html/NMSettingTeamPort.html index f29e7b88..c08a4eb0 100644 --- a/docs/libnm-util/html/NMSettingTeamPort.html +++ b/docs/libnm-util/html/NMSettingTeamPort.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingTeamPort +NMSettingTeamPort: libnm-util Reference Manual - + @@ -139,9 +139,8 @@ nm_setting_team_port_error_quark (

Returns

the error quark used for NMSettingTeamPort errors.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -154,7 +153,7 @@ nm_setting_team_port_new (void the new empty NMSettingTeamPort object.

[transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -179,9 +178,8 @@ nm_setting_team_port_get_config (

Returns

the “config” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10

@@ -190,8 +188,6 @@ nm_setting_team_port_get_config (

NM_SETTING_TEAM_PORT_SETTING_NAME

#define NM_SETTING_TEAM_PORT_SETTING_NAME "team-port"
 
-

-


@@ -236,16 +232,12 @@ is required

NM_SETTING_TEAM_PORT_ERROR

#define NM_SETTING_TEAM_PORT_ERROR nm_setting_team_port_error_quark ()
 
-

-


NM_SETTING_TEAM_PORT_CONFIG

#define NM_SETTING_TEAM_PORT_CONFIG     "config"
 
-

-

@@ -253,14 +245,16 @@ is required

The “config” property

  “config”                   gchar *
-

+

The JSON configuration for the team port. The property should contain raw +JSON configuration data suitable for teamd, because the value is passed +directly to teamd. If not specified, the default configuration is +used. See man teamd.conf for the format details.

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingVPN.html b/docs/libnm-util/html/NMSettingVPN.html index 52bf704f..7f44ba65 100644 --- a/docs/libnm-util/html/NMSettingVPN.html +++ b/docs/libnm-util/html/NMSettingVPN.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingVPN +NMSettingVPN: libnm-util Reference Manual - + @@ -284,7 +284,6 @@ nm_setting_vpn_error_quark (void<

Returns

the error quark used for NMSettingVPN errors.

-


@@ -360,7 +359,6 @@ plugin that should be used to connect to this VPN.

Returns

the VPN plugin's service name

-


@@ -386,7 +384,6 @@ nm_setting_vpn_get_user_name (

Returns

the “user-name” property of the setting

-


@@ -412,7 +409,6 @@ nm_setting_vpn_get_persistent (

Returns

the “persistent” property of the setting

-


@@ -439,7 +435,6 @@ nm_setting_vpn_get_num_data_items (

Returns

the number of VPN plugin specific configuration data items

-


@@ -517,7 +512,6 @@ by

Returns

the data item, if any

-


@@ -554,7 +548,6 @@ nm_setting_vpn_remove_data_item (

Returns

TRUE if the data item was found and removed from the internal list, FALSE if it was not.

-


@@ -621,7 +614,6 @@ nm_setting_vpn_get_num_secrets (

Returns

the number of VPN plugin specific secrets

-


@@ -698,7 +690,6 @@ by

Returns

the secret, if any

-


@@ -735,7 +726,6 @@ nm_setting_vpn_remove_secret (

Returns

TRUE if the secret was found and removed from the internal list, FALSE if it was not.

-


@@ -785,8 +775,6 @@ iteration will not be part of the iteration.

NM_SETTING_VPN_SETTING_NAME

#define NM_SETTING_VPN_SETTING_NAME "vpn"
 
-

-


@@ -831,48 +819,36 @@ required

NM_SETTING_VPN_ERROR

#define NM_SETTING_VPN_ERROR nm_setting_vpn_error_quark ()
 
-

-


NM_SETTING_VPN_SERVICE_TYPE

#define NM_SETTING_VPN_SERVICE_TYPE "service-type"
 
-

-


NM_SETTING_VPN_USER_NAME

#define NM_SETTING_VPN_USER_NAME    "user-name"
 
-

-


NM_SETTING_VPN_PERSISTENT

#define NM_SETTING_VPN_PERSISTENT   "persistent"
 
-

-


NM_SETTING_VPN_DATA

#define NM_SETTING_VPN_DATA         "data"
 
-

-


NM_SETTING_VPN_SECRETS

#define NM_SETTING_VPN_SECRETS      "secrets"
 
-

-

@@ -880,14 +856,17 @@ required

The “data” property

  “data”                     GHashTable_gchararray+gchararray_*
-

+

Dictionary of key/value pairs of VPN plugin specific data. Both keys and +values must be strings.

Flags: Read / Write


The “persistent” property

  “persistent”               gboolean
-

+

If the VPN service supports persistence, and this property is TRUE, +the VPN will attempt to stay connected across link changes and outages, +until explicitly disconnected.

Flags: Read / Write

Default value: FALSE

@@ -895,14 +874,17 @@ required

The “secrets” property

  “secrets”                  GHashTable_gchararray+gchararray_*
-

+

Dictionary of key/value pairs of VPN plugin specific secrets like +passwords or private keys. Both keys and values must be strings.

Flags: Read / Write


The “service-type” property

  “service-type”             gchar *
-

+

D-Bus service name of the VPN plugin that this setting uses to connect to +its network. i.e. org.freedesktop.NetworkManager.vpnc for the vpnc +plugin.

Flags: Read / Write

Default value: NULL

@@ -910,14 +892,18 @@ required

The “user-name” property

  “user-name”                gchar *
-

+

If the VPN connection requires a user name for authentication, that name +should be provided here. If the connection is available to more than one +user, and the VPN requires each user to supply a different name, then +leave this property empty. If this property is empty, NetworkManager +will automatically supply the username of the user which requested the +VPN connection.

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingVlan.html b/docs/libnm-util/html/NMSettingVlan.html index be791417..35e0e7a9 100644 --- a/docs/libnm-util/html/NMSettingVlan.html +++ b/docs/libnm-util/html/NMSettingVlan.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingVlan +NMSettingVlan: libnm-util Reference Manual - + @@ -286,7 +286,6 @@ nm_setting_vlan_error_quark (void

Returns

the error quark used for NMSettingVlan errors.

-


@@ -324,7 +323,6 @@ nm_setting_vlan_get_interface_name (

Returns

the “interface_name” property of the setting

-


@@ -350,7 +348,6 @@ nm_setting_vlan_get_parent (

Returns

the “parent” property of the setting

-


@@ -376,7 +373,6 @@ nm_setting_vlan_get_id (

Returns

the “id” property of the setting

-


@@ -402,7 +398,6 @@ nm_setting_vlan_get_flags (

Returns

the “flags” property of the setting

-


@@ -439,7 +434,6 @@ properties of this setting.

Returns

return the number of ingress/egress priority entries, -1 if error

-


@@ -493,7 +487,6 @@ or

Returns

TRUE if a priority map was returned, FALSE if error

-


@@ -558,7 +551,6 @@ to

Returns

TRUE if the new priority mapping was successfully added to the list, FALSE if error

-


@@ -652,9 +644,8 @@ to

Returns

TRUE if the priority mapping was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -699,9 +690,8 @@ properties.

Returns

TRUE if the priority mapping was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -775,7 +765,6 @@ the Linux SKB priorities to 802.1p priorities.

Returns

TRUE if the entry was successfully added to the list, or it overwrote the old value, FALSE if error

-

@@ -785,8 +774,6 @@ overwrote the old value, FALSE if error

NM_SETTING_VLAN_SETTING_NAME

#define NM_SETTING_VLAN_SETTING_NAME "vlan"
 
-

-


@@ -839,56 +826,42 @@ overwrote the old value, FALSE if error

NM_SETTING_VLAN_ERROR

#define NM_SETTING_VLAN_ERROR nm_setting_vlan_error_quark ()
 
-

-


NM_SETTING_VLAN_INTERFACE_NAME

#define NM_SETTING_VLAN_INTERFACE_NAME       "interface-name"
 
-

-


NM_SETTING_VLAN_PARENT

#define NM_SETTING_VLAN_PARENT               "parent"
 
-

-


NM_SETTING_VLAN_ID

#define NM_SETTING_VLAN_ID                   "id"
 
-

-


NM_SETTING_VLAN_FLAGS

#define NM_SETTING_VLAN_FLAGS                "flags"
 
-

-


NM_SETTING_VLAN_INGRESS_PRIORITY_MAP

#define NM_SETTING_VLAN_INGRESS_PRIORITY_MAP "ingress-priority-map"
 
-

-


NM_SETTING_VLAN_EGRESS_PRIORITY_MAP

#define NM_SETTING_VLAN_EGRESS_PRIORITY_MAP  "egress-priority-map"
 
-

-


@@ -970,14 +943,20 @@ to 802.1p priorities used in VLANs.

The “egress-priority-map” property

  “egress-priority-map”      GSList_gchararray_ *
-

+

For outgoing packets, a list of mappings from Linux SKB priorities to +802.1p priorities. The mapping is given in the format "from:to" where +both "from" and "to" are unsigned integers, ie "7:3".

Flags: Read / Write


The “flags” property

  “flags”                    guint
-

+

One or more flags which control the behavior and features of the VLAN +interface. Flags include NM_VLAN_FLAG_REORDER_HEADERS (reordering of +output packet headers), NM_VLAN_FLAG_GVRP (use of the GVRP protocol), +and NM_VLAN_FLAG_LOOSE_BINDING (loose binding of the interface to its +master device's operating state).

Flags: Read / Write / Construct

Default value: 0

@@ -985,7 +964,8 @@ to 802.1p priorities used in VLANs.

The “id” property

  “id”                       guint
-

+

The VLAN identifier that the interface created by this connection should +be assigned.

Flags: Read / Write / Construct

Allowed values: <= 4095

Default value: 0

@@ -994,14 +974,20 @@ to 802.1p priorities used in VLANs.

The “ingress-priority-map” property

  “ingress-priority-map”     GSList_gchararray_ *
-

+

For incoming packets, a list of mappings from 802.1p priorities to Linux +SKB priorities. The mapping is given in the format "from:to" where both +"from" and "to" are unsigned integers, ie "7:3".

Flags: Read / Write


The “interface-name” property

  “interface-name”           gchar *
-

+

If given, specifies the kernel name of the VLAN interface. If not given, +a default name will be constructed from the interface described by the +parent interface and the “id” property, eg "eth2.1". The +parent interface may be given by the “parent” property or by +the “mac-address” property of an NMSettingWired setting.

Flags: Read / Write / Construct

Default value: NULL

@@ -1009,14 +995,16 @@ to 802.1p priorities used in VLANs.

The “parent” property

  “parent”                   gchar *
-

+

If given, specifies the parent interface name or parent connection UUID +from which this VLAN interface should be created. If this property is +not specified, the connection must contain an NMSettingWired setting +with a “mac-address” property.

Flags: Read / Write / Construct

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWimax.html b/docs/libnm-util/html/NMSettingWimax.html index 6d0035fb..1b10df76 100644 --- a/docs/libnm-util/html/NMSettingWimax.html +++ b/docs/libnm-util/html/NMSettingWimax.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingWimax +NMSettingWimax: libnm-util Reference Manual - + @@ -158,7 +158,6 @@ nm_setting_wimax_error_quark (voi

Returns

the error quark used for NMSettingWimax errors.

-


@@ -170,7 +169,6 @@ nm_setting_wimax_new (void

Returns

the new empty NMSettingWimax object

-


@@ -198,7 +196,6 @@ specific WiMAX network this setting describes a connection to.

Returns

the WiMAX NSP name

-


@@ -226,7 +223,6 @@ to.

Returns

the MAC address

-

@@ -236,8 +232,6 @@ to.

NM_SETTING_WIMAX_SETTING_NAME

#define NM_SETTING_WIMAX_SETTING_NAME "wimax"
 
-

-


@@ -282,24 +276,18 @@ required

NM_SETTING_WIMAX_ERROR

#define NM_SETTING_WIMAX_ERROR nm_setting_wimax_error_quark ()
 
-

-


NM_SETTING_WIMAX_NETWORK_NAME

#define NM_SETTING_WIMAX_NETWORK_NAME "network-name"
 
-

-


NM_SETTING_WIMAX_MAC_ADDRESS

#define NM_SETTING_WIMAX_MAC_ADDRESS  "mac-address"
 
-

-

@@ -307,21 +295,23 @@ required

The “mac-address” property

  “mac-address”              GArray_guchar_ *
-

+

If specified, this connection will only apply to the WiMAX device whose +MAC address matches. This property does not change the MAC address of the +device (known as MAC spoofing).

Flags: Read / Write


The “network-name” property

  “network-name”             gchar *
-

+

Network Service Provider (NSP) name of the WiMAX network this connection +should use.

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWired.html b/docs/libnm-util/html/NMSettingWired.html index 3b0bfc3f..75184b1b 100644 --- a/docs/libnm-util/html/NMSettingWired.html +++ b/docs/libnm-util/html/NMSettingWired.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingWired +NMSettingWired: libnm-util Reference Manual - + @@ -396,7 +396,6 @@ nm_setting_wired_error_quark (voi

Returns

the error quark used for NMSettingWired errors.

-


@@ -434,7 +433,6 @@ nm_setting_wired_get_port (

Returns

the “port” property of the setting

-


@@ -460,7 +458,6 @@ nm_setting_wired_get_speed (

Returns

the “speed” property of the setting

-


@@ -486,7 +483,6 @@ nm_setting_wired_get_duplex (

Returns

the “duplex” property of the setting

-


@@ -512,7 +508,6 @@ nm_setting_wired_get_auto_negotiate (

Returns

the “auto-negotiate” property of the setting

-


@@ -538,7 +533,6 @@ nm_setting_wired_get_mac_address (

Returns

the “mac-address” property of the setting

-


@@ -565,7 +559,6 @@ nm_setting_wired_get_cloned_mac_address

Returns

the “cloned-mac-address” property of the setting

-


@@ -620,9 +613,8 @@ nm_setting_wired_get_num_mac_blacklist_items

Returns

the number of blacklisted MAC addresses

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -658,9 +650,8 @@ nm_setting_wired_get_mac_blacklist_item

the blacklisted MAC address string (hex-digits-and-colons notation) at index idx

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -696,9 +687,8 @@ nm_setting_wired_add_mac_blacklist_item

Returns

TRUE if the MAC address was added; FALSE if the MAC address is invalid or was already present

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -731,7 +721,7 @@ nm_setting_wired_remove_mac_blacklist_item
-

Since 0.9.10

+

Since: 0.9.10


@@ -768,9 +758,8 @@ the blacklist

Returns

TRUE if the MAC address was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -794,7 +783,7 @@ nm_setting_wired_clear_mac_blacklist_items
-

Since 0.9.10

+

Since: 0.9.10


@@ -819,7 +808,6 @@ nm_setting_wired_get_mtu (

Returns

the “mtu” property of the setting

-


@@ -877,7 +865,6 @@ of 'qeth', 'lcs', or 'ctc'.

Returns

the s390 device type

-


@@ -906,7 +893,6 @@ option individually using

Returns

the number of s390-specific device options

-


@@ -962,7 +948,6 @@ option; this value is owned by the setting and should not be modified.

TRUE on success if the index was valid and an option was found, FALSE if the index was invalid (ie, greater than the number of options currently held by the setting)

-


@@ -1001,7 +986,6 @@ nm_setting_wired_get_s390_option_by_key

Returns

the value, or NULL if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified

-


@@ -1046,7 +1030,6 @@ may already exist.

Returns

TRUE if the option was valid and was added to the internal option list, FALSE if it was not.

-


@@ -1084,7 +1067,6 @@ list.

Returns

TRUE if the option was found and removed from the internal option list, FALSE if it was not.

-


@@ -1114,7 +1096,7 @@ nm_setting_wired_get_valid_s390_options

a NULL-terminated array of strings of valid s390 options.

[transfer none]

-

Since 0.9.10

+

Since: 0.9.10

@@ -1123,8 +1105,6 @@ nm_setting_wired_get_valid_s390_options

NM_SETTING_WIRED_SETTING_NAME

#define NM_SETTING_WIRED_SETTING_NAME "802-3-ethernet"
 
-

-


@@ -1169,96 +1149,72 @@ required

NM_SETTING_WIRED_ERROR

#define NM_SETTING_WIRED_ERROR nm_setting_wired_error_quark ()
 
-

-


NM_SETTING_WIRED_PORT

#define NM_SETTING_WIRED_PORT "port"
 
-

-


NM_SETTING_WIRED_SPEED

#define NM_SETTING_WIRED_SPEED "speed"
 
-

-


NM_SETTING_WIRED_DUPLEX

#define NM_SETTING_WIRED_DUPLEX "duplex"
 
-

-


NM_SETTING_WIRED_AUTO_NEGOTIATE

#define NM_SETTING_WIRED_AUTO_NEGOTIATE "auto-negotiate"
 
-

-


NM_SETTING_WIRED_MAC_ADDRESS

#define NM_SETTING_WIRED_MAC_ADDRESS "mac-address"
 
-

-


NM_SETTING_WIRED_CLONED_MAC_ADDRESS

#define NM_SETTING_WIRED_CLONED_MAC_ADDRESS "cloned-mac-address"
 
-

-


NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST

#define NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST "mac-address-blacklist"
 
-

-


NM_SETTING_WIRED_MTU

#define NM_SETTING_WIRED_MTU "mtu"
 
-

-


NM_SETTING_WIRED_S390_SUBCHANNELS

#define NM_SETTING_WIRED_S390_SUBCHANNELS "s390-subchannels"
 
-

-


NM_SETTING_WIRED_S390_NETTYPE

#define NM_SETTING_WIRED_S390_NETTYPE "s390-nettype"
 
-

-


NM_SETTING_WIRED_S390_OPTIONS

#define NM_SETTING_WIRED_S390_OPTIONS "s390-options"
 
-

-

@@ -1266,7 +1222,9 @@ required

The “auto-negotiate” property

  “auto-negotiate”           gboolean
-

+

If TRUE, allow auto-negotiation of port speed and duplex mode. If +FALSE, do not allow auto-negotiation, in which case the "speed" and +"duplex" properties should be set.

Flags: Read / Write / Construct

Default value: TRUE

@@ -1274,14 +1232,16 @@ required

The “cloned-mac-address” property

  “cloned-mac-address”       GArray_guchar_ *
-

+

If specified, request that the device use this MAC address instead of its +permanent MAC address. This is known as MAC cloning or spoofing.

Flags: Read / Write


The “duplex” property

  “duplex”                   gchar *
-

+

If specified, request that the device only use the specified duplex mode. +Either "half" or "full".

Flags: Read / Write

Default value: NULL

@@ -1289,21 +1249,27 @@ required

The “mac-address” property

  “mac-address”              GArray_guchar_ *
-

+

If specified, this connection will only apply to the Ethernet device +whose permanent MAC address matches. This property does not change the +MAC address of the device (i.e. MAC spoofing).

Flags: Read / Write


The “mac-address-blacklist” property

  “mac-address-blacklist”    GSList_gchararray_ *
-

+

If specified, this connection will never apply to the Ethernet device +whose permanent MAC address matches an address in the list. Each MAC +address is in the standard hex-digits-and-colons notation +(00:11:22:33:44:55).

Flags: Read / Write


The “mtu” property

  “mtu”                      guint
-

+

If non-zero, only transmit packets of the specified size or smaller, +breaking larger packets up into multiple Ethernet frames.

Flags: Read / Write / Construct

Default value: 0

@@ -1311,7 +1277,10 @@ required

The “port” property

  “port”                     gchar *
-

+

Specific port type to use if multiple the device supports multiple +attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit +Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface. +If the device supports only one port type, this setting is ignored.

Flags: Read / Write

Default value: NULL

@@ -1319,7 +1288,8 @@ required

The “s390-nettype” property

  “s390-nettype”             gchar *
-

+

s390 network device type; one of "qeth", "lcs", or "ctc", representing +the different types of virtual network devices available on s390 systems.

Flags: Read / Write

Default value: NULL

@@ -1327,28 +1297,37 @@ required

The “s390-options” property

  “s390-options”             GHashTable_gchararray+gchararray_*
-

+

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]).

Flags: Read / Write


The “s390-subchannels” property

  “s390-subchannels”         GPtrArray_gchararray_ *
-

+

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.

Flags: Read / Write


The “speed” property

  “speed”                    guint
-

+

If non-zero, request that the device use only the specified speed. In +Mbit/s, ie 100 == 100Mbit/s.

Flags: Read / Write / Construct

Default value: 0

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWireless.html b/docs/libnm-util/html/NMSettingWireless.html index f668698a..4642d621 100644 --- a/docs/libnm-util/html/NMSettingWireless.html +++ b/docs/libnm-util/html/NMSettingWireless.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingWireless +NMSettingWireless: libnm-util Reference Manual - + @@ -445,7 +445,6 @@ nm_setting_wireless_error_quark (

Returns

the error quark used for NMSettingWireless errors.

-


@@ -483,7 +482,6 @@ nm_setting_wireless_get_ssid (

Returns

the “ssid” property of the setting

-


@@ -509,7 +507,6 @@ nm_setting_wireless_get_mode (

Returns

the “mode” property of the setting

-


@@ -535,7 +532,6 @@ nm_setting_wireless_get_band (

Returns

the “band” property of the setting

-


@@ -561,7 +557,6 @@ nm_setting_wireless_get_channel (

Returns

the “channel” property of the setting

-


@@ -587,7 +582,6 @@ nm_setting_wireless_get_bssid (

Returns

the “bssid” property of the setting

-


@@ -613,7 +607,6 @@ nm_setting_wireless_get_rate (

Returns

the “rate” property of the setting

-


@@ -639,7 +632,6 @@ nm_setting_wireless_get_tx_power (

Returns

the “tx-power” property of the setting

-


@@ -665,7 +657,6 @@ nm_setting_wireless_get_mac_address (

Returns

the “mac-address” property of the setting

-


@@ -692,7 +683,6 @@ nm_setting_wireless_get_cloned_mac_address

Returns

the “cloned-mac-address” property of the setting

-


@@ -747,9 +737,8 @@ nm_setting_wireless_get_num_mac_blacklist_items

Returns

the number of blacklisted MAC addresses

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -785,9 +774,8 @@ nm_setting_wireless_get_mac_blacklist_item

the blacklisted MAC address string (hex-digits-and-colons notation) at index idx

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -823,9 +811,8 @@ nm_setting_wireless_add_mac_blacklist_item

Returns

TRUE if the MAC address was added; FALSE if the MAC address is invalid or was already present

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -858,7 +845,7 @@ nm_setting_wireless_remove_mac_blacklist_item
-

Since 0.9.10

+

Since: 0.9.10


@@ -895,9 +882,8 @@ the blacklist

Returns

TRUE if the MAC address was found and removed; FALSE if it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -921,7 +907,7 @@ nm_setting_wireless_clear_mac_blacklist_items
-

Since 0.9.10

+

Since: 0.9.10


@@ -946,7 +932,6 @@ nm_setting_wireless_get_mtu (

Returns

the “mtu” property of the setting

-


@@ -972,7 +957,6 @@ nm_setting_wireless_get_hidden (

Returns

the “hidden” property of the setting

-


@@ -1011,7 +995,6 @@ not be preserved.

Returns

TRUE if bssid was already known, FALSE if not

-


@@ -1038,7 +1021,6 @@ nm_setting_wireless_get_num_seen_bssids

Returns

the number of BSSIDs in the previously seen BSSID list

-


@@ -1073,7 +1055,6 @@ nm_setting_wireless_get_seen_bssid (

Returns

the BSSID at index i

-


@@ -1141,7 +1122,6 @@ capabilities

Returns

TRUE if the given settings are compatible with the access point's security flags and mode, FALSE if they are not.

-


@@ -1172,7 +1152,6 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.

Returns

the “security” property of the setting

-

@@ -1182,8 +1161,6 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.

NM_SETTING_WIRELESS_SETTING_NAME

#define NM_SETTING_WIRELESS_SETTING_NAME "802-11-wireless"
 
-

-


@@ -1244,120 +1221,90 @@ set to a value that requires the

NM_SETTING_WIRELESS_ERROR

#define NM_SETTING_WIRELESS_ERROR nm_setting_wireless_error_quark ()
 
-

-


NM_SETTING_WIRELESS_SSID

#define NM_SETTING_WIRELESS_SSID        "ssid"
 
-

-


NM_SETTING_WIRELESS_MODE

#define NM_SETTING_WIRELESS_MODE        "mode"
 
-

-


NM_SETTING_WIRELESS_BAND

#define NM_SETTING_WIRELESS_BAND        "band"
 
-

-


NM_SETTING_WIRELESS_CHANNEL

#define NM_SETTING_WIRELESS_CHANNEL     "channel"
 
-

-


NM_SETTING_WIRELESS_BSSID

#define NM_SETTING_WIRELESS_BSSID       "bssid"
 
-

-


NM_SETTING_WIRELESS_RATE

#define NM_SETTING_WIRELESS_RATE        "rate"
 
-

-


NM_SETTING_WIRELESS_TX_POWER

#define NM_SETTING_WIRELESS_TX_POWER    "tx-power"
 
-

-


NM_SETTING_WIRELESS_MAC_ADDRESS

#define NM_SETTING_WIRELESS_MAC_ADDRESS "mac-address"
 
-

-


NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS

#define NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS "cloned-mac-address"
 
-

-


NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST

#define NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST "mac-address-blacklist"
 
-

-


NM_SETTING_WIRELESS_MTU

#define NM_SETTING_WIRELESS_MTU         "mtu"
 
-

-


NM_SETTING_WIRELESS_SEEN_BSSIDS

#define NM_SETTING_WIRELESS_SEEN_BSSIDS "seen-bssids"
 
-

-


NM_SETTING_WIRELESS_HIDDEN

#define NM_SETTING_WIRELESS_HIDDEN      "hidden"
 
-

-


NM_SETTING_WIRELESS_SEC

#define NM_SETTING_WIRELESS_SEC         "security"
 
-

-


@@ -1373,7 +1320,7 @@ set to a value that requires the Since 0.9.8

+

Since: 0.9.8


@@ -1389,7 +1336,12 @@ for this connection.

The “band” property

  “band”                     gchar *
-

+

802.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.

Flags: Read / Write

Default value: NULL

@@ -1397,14 +1349,20 @@ for this connection.

The “bssid” property

  “bssid”                    GArray_guchar_ *
-

+

If specified, directs the device to only associate with the given access +point. This capability is highly driver dependent and not supported by +all devices. Note: this property does not control the BSSID used when +creating an Ad-Hoc network and is unlikely to in the future.

Flags: Read / Write


The “channel” property

  “channel”                  guint
-

+

Wireless channel to use for the Wi-Fi connection. The device will only +join (or create for Ad-Hoc networks) a Wi-Fi network on the specified +channel. Because channel numbers overlap between bands, this property +also requires the "band" property to be set.

Flags: Read / Write / Construct

Default value: 0

@@ -1412,14 +1370,19 @@ for this connection.

The “cloned-mac-address” property

  “cloned-mac-address”       GArray_guchar_ *
-

+

If specified, request that the Wi-Fi device use this MAC address instead +of its permanent MAC address. This is known as MAC cloning or spoofing.

Flags: Read / Write


The “hidden” property

  “hidden”                   gboolean
-

+

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.

Flags: Read / Write

Default value: FALSE

@@ -1427,21 +1390,26 @@ for this connection.

The “mac-address” property

  “mac-address”              GArray_guchar_ *
-

+

If specified, this connection will only apply to the Wi-Fi device whose +permanent MAC address matches. This property does not change the MAC +address of the device (i.e. MAC spoofing).

Flags: Read / Write


The “mac-address-blacklist” property

  “mac-address-blacklist”    GSList_gchararray_ *
-

+

A list of permanent MAC addresses of Wi-Fi devices to which this +connection should never apply. Each MAC address should be given in the +standard hex-digits-and-colons notation (eg "00:11:22:33:44:55").

Flags: Read / Write


The “mode” property

  “mode”                     gchar *
-

+

Wi-Fi network mode; one of "infrastructure", "adhoc" or "ap". If blank, +infrastructure is assumed.

Flags: Read / Write

Default value: NULL

@@ -1449,7 +1417,8 @@ for this connection.

The “mtu” property

  “mtu”                      guint
-

+

If non-zero, only transmit packets of the specified size or smaller, +breaking larger packets up into multiple Ethernet frames.

Flags: Read / Write / Construct

Default value: 0

@@ -1457,7 +1426,10 @@ for this connection.

The “rate” property

  “rate”                     guint
-

+

If non-zero, directs the device to only use the specified bitrate for +communication with the access point. Units are in Kb/s, ie 5500 = 5.5 +Mbit/s. This property is highly driver dependent and not all devices +support setting a static bitrate.

Flags: Read / Write / Construct

Default value: 0

@@ -1465,7 +1437,10 @@ for this connection.

The “security” property

  “security”                 gchar *
-

+

If the wireless connection has any security restrictions, like 802.1x, +WEP, or WPA, set this property to +NM_SETTING_WIRELESS_SECURITY_SETTING_NAME and ensure the connection +contains a valid NMSettingWirelessSecurity setting.

NMSettingWireless:security has been deprecated since version 0.9.10 and should not be used in newly-written code.

No longer used. Security restrictions are recognized @@ -1479,28 +1454,34 @@ connection.

The “seen-bssids” property

  “seen-bssids”              GSList_gchararray_ *
-

+

A list of BSSIDs (each BSSID formatted as a MAC address like +"00:11:22:33:44:55") that have been detected as part of the Wi-Fi +network. NetworkManager internally tracks previously seen BSSIDs. The +property is only meant for reading and reflects the BSSID list of +NetworkManager. The changes you make to this property will not be +preserved.

Flags: Read / Write


The “ssid” property

  “ssid”                     GArray_guchar_ *
-

+

SSID of the Wi-Fi network. Must be specified.

Flags: Read / Write


The “tx-power” property

  “tx-power”                 guint
-

+

If non-zero, directs the device to use the specified transmit power. +Units are dBm. This property is highly driver dependent and not all +devices support setting a static transmit power.

Flags: Read / Write / Construct

Default value: 0

+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWirelessSecurity.html b/docs/libnm-util/html/NMSettingWirelessSecurity.html index 6f4b21a9..d091dda2 100644 --- a/docs/libnm-util/html/NMSettingWirelessSecurity.html +++ b/docs/libnm-util/html/NMSettingWirelessSecurity.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingWirelessSecurity +NMSettingWirelessSecurity: libnm-util Reference Manual - + @@ -537,7 +537,6 @@ nm_setting_wireless_security_error_quark

Returns

the error quark used for NMSettingWired errors.

-


@@ -576,7 +575,6 @@ nm_setting_wireless_security_get_key_mgmt

Returns

the “key-mgmt” property of the setting

-


@@ -604,7 +602,6 @@ nm_setting_wireless_security_get_num_protos

Returns

the number of security protocols this connection allows when connecting to secure Wi-Fi networks

-


@@ -640,7 +637,6 @@ nm_setting_wireless_security_get_proto

Returns

the protocol at index i

-


@@ -682,7 +678,6 @@ with the access point.

Returns

TRUE if the protocol was new and and was added to the allowed protocol list, or FALSE if it was already in the list

-


@@ -749,9 +744,8 @@ nm_setting_wireless_security_remove_proto_by_value

Returns

TRUE if the protocol was found and removed; FALSE it it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -801,7 +795,6 @@ nm_setting_wireless_security_get_num_pairwise

Returns

the number of pairwise encryption algorithms in the allowed list

-


@@ -839,7 +832,6 @@ list.

Returns

the pairwise encryption algorithm at index i

-


@@ -879,7 +871,6 @@ compatible with this connection.

Returns

TRUE if the algorithm was added to the list, FALSE if it was already in the list

-


@@ -948,9 +939,8 @@ algorithm list.

Returns

TRUE if the encryption algorith was found and removed; FALSE it it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1000,7 +990,6 @@ nm_setting_wireless_security_get_num_groups

Returns

the number of groupwise encryption algorithms in the allowed list

-


@@ -1038,7 +1027,6 @@ list.

Returns

the groupwise encryption algorithm at index i

-


@@ -1079,7 +1067,6 @@ compatible with this connection.

Returns

TRUE if the algorithm was added to the list, FALSE if it was already in the list

-


@@ -1149,9 +1136,8 @@ algorithm list.

Returns

TRUE if the algorithm was found and removed; FALSE it it was not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -1200,7 +1186,6 @@ nm_setting_wireless_security_get_psk (

Returns

the “psk” property of the setting

-


@@ -1228,7 +1213,6 @@ nm_setting_wireless_security_get_psk_flags

Returns

the NMSettingSecretFlags pertaining to the “psk”

-


@@ -1255,7 +1239,6 @@ nm_setting_wireless_security_get_leap_username

Returns

the “leap-username” property of the setting

-


@@ -1282,7 +1265,6 @@ nm_setting_wireless_security_get_leap_password

Returns

the “leap-password” property of the setting

-


@@ -1310,7 +1292,6 @@ nm_setting_wireless_security_get_leap_password_flags

Returns

the NMSettingSecretFlags pertaining to the “leap-password”

-


@@ -1345,7 +1326,6 @@ nm_setting_wireless_security_get_wep_key

Returns

the WEP key at the given index

-


@@ -1411,7 +1391,6 @@ nm_setting_wireless_security_get_wep_tx_keyidx

Returns

the “wep-tx-keyidx” property of the setting

-


@@ -1438,7 +1417,6 @@ nm_setting_wireless_security_get_auth_alg

Returns

the “auth-alg” property of the setting

-


@@ -1465,7 +1443,6 @@ nm_setting_wireless_security_get_wep_key_flags

Returns

the NMSettingSecretFlags pertaining to the all WEP keys

-


@@ -1492,7 +1469,6 @@ nm_setting_wireless_security_get_wep_key_type

Returns

the “wep-key-type” property of the setting

-

@@ -1502,8 +1478,6 @@ nm_setting_wireless_security_get_wep_key_type

NM_SETTING_WIRELESS_SECURITY_SETTING_NAME

#define NM_SETTING_WIRELESS_SECURITY_SETTING_NAME "802-11-wireless-security"
 
-

-


@@ -1581,8 +1555,6 @@ encryption protocol

NM_SETTING_WIRELESS_SECURITY_ERROR

#define NM_SETTING_WIRELESS_SECURITY_ERROR nm_setting_wireless_security_error_quark ()
 
-

-


@@ -1648,136 +1620,102 @@ the actual WEP key using the MD5 hash algorithm.

NM_SETTING_WIRELESS_SECURITY_KEY_MGMT

#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX

#define NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX "wep-tx-keyidx"
 
-

-


NM_SETTING_WIRELESS_SECURITY_AUTH_ALG

#define NM_SETTING_WIRELESS_SECURITY_AUTH_ALG "auth-alg"
 
-

-


NM_SETTING_WIRELESS_SECURITY_PROTO

#define NM_SETTING_WIRELESS_SECURITY_PROTO "proto"
 
-

-


NM_SETTING_WIRELESS_SECURITY_PAIRWISE

#define NM_SETTING_WIRELESS_SECURITY_PAIRWISE "pairwise"
 
-

-


NM_SETTING_WIRELESS_SECURITY_GROUP

#define NM_SETTING_WIRELESS_SECURITY_GROUP "group"
 
-

-


NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME

#define NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME "leap-username"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY0

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY0 "wep-key0"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY1

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY1 "wep-key1"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY2

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY2 "wep-key2"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY3

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY3 "wep-key3"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS "wep-key-flags"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE "wep-key-type"
 
-

-


NM_SETTING_WIRELESS_SECURITY_PSK

#define NM_SETTING_WIRELESS_SECURITY_PSK "psk"
 
-

-


NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS

#define NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS "psk-flags"
 
-

-


NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD

#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD "leap-password"
 
-

-


NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD_FLAGS

#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD_FLAGS "leap-password-flags"
 
-

-

@@ -1785,7 +1723,11 @@ the actual WEP key using the MD5 hash algorithm.

The “auth-alg” property

  “auth-alg”                 gchar *
-

+

When WEP is used (ie, key-mgmt = "none" or "ieee8021x") indicate the +802.11 authentication algorithm required by the AP here. One of "open" +for Open System, "shared" for Shared Key, or "leap" for Cisco LEAP. When +using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the +"leap-username" and "leap-password" properties must be specified.

Flags: Read / Write

Default value: NULL

@@ -1793,14 +1735,20 @@ the actual WEP key using the MD5 hash algorithm.

The “group” property

  “group”                    GSList_gchararray_ *
-

+

A list of group/broadcast encryption algorithms which prevents +connections to Wi-Fi networks that do not utilize one of the algorithms +in the list. For maximum compatibility leave this property empty. Each +list element may be one of "wep40", "wep104", "tkip", or "ccmp".

Flags: Read / Write


The “key-mgmt” property

  “key-mgmt”                 gchar *
-

+

Key management used for the connection. One of "none" (WEP), "ieee8021x" +(Dynamic WEP), "wpa-none" (Ad-Hoc WPA-PSK), "wpa-psk" (infrastructure +WPA-PSK), or "wpa-eap" (WPA-Enterprise). This property must be set for +any Wi-Fi connection that uses security.

Flags: Read / Write

Default value: NULL

@@ -1808,7 +1756,8 @@ the actual WEP key using the MD5 hash algorithm.

The “leap-password” property

  “leap-password”            gchar *
-

+

The login password for legacy LEAP connections (ie, key-mgmt = +"ieee8021x" and auth-alg = "leap").

Flags: Read / Write

Default value: NULL

@@ -1816,7 +1765,8 @@ the actual WEP key using the MD5 hash algorithm.

The “leap-password-flags” property

  “leap-password-flags”      guint
-

+

Flags indicating how to handle the +“leap-password” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -1825,7 +1775,8 @@ the actual WEP key using the MD5 hash algorithm.

The “leap-username” property

  “leap-username”            gchar *
-

+

The login username for legacy LEAP connections (ie, key-mgmt = +"ieee8021x" and auth-alg = "leap").

Flags: Read / Write

Default value: NULL

@@ -1833,21 +1784,31 @@ the actual WEP key using the MD5 hash algorithm.

The “pairwise” property

  “pairwise”                 GSList_gchararray_ *
-

+

A list of pairwise encryption algorithms which prevents connections to +Wi-Fi networks that do not utilize one of the algorithms in the list. +For maximum compatibility leave this property empty. Each list element +may be one of "tkip" or "ccmp".

Flags: Read / Write


The “proto” property

  “proto”                    GSList_gchararray_ *
-

+

List of strings specifying the allowed WPA protocol versions to use. +Each element may be one "wpa" (allow WPA) or "rsn" (allow WPA2/RSN). If +not specified, both WPA and RSN connections are allowed.

Flags: Read / Write


The “psk” property

  “psk”                      gchar *
-

+

Pre-Shared-Key for WPA networks. If the key is 64-characters long, it +must contain only hexadecimal characters and is interpreted as a +hexadecimal WPA key. Otherwise, the key must be between 8 and 63 ASCII +characters (as specified in the 802.11i standard) and is interpreted as a +WPA passphrase, and is hashed to derive the actual WPA-PSK used when +connecting to the Wi-Fi network.

Flags: Read / Write

Default value: NULL

@@ -1855,7 +1816,8 @@ the actual WEP key using the MD5 hash algorithm.

The “psk-flags” property

  “psk-flags”                guint
-

+

Flags indicating how to handle the “psk” +property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -1864,7 +1826,9 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key-flags” property

  “wep-key-flags”            guint
-

+

Flags indicating how to handle the “wep-key0”, +“wep-key1”, “wep-key2”, +and “wep-key3” properties.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -1873,7 +1837,12 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key-type” property

  “wep-key-type”             guint
-

+

Controls the interpretation of WEP keys. Allowed values are +NM_WEP_KEY_TYPE_KEY, in which case the key is either a 10- or +26-character hexadecimal string, or a 5- or 13-character ASCII password; +or NM_WEP_KEY_TYPE_PASSPHRASE, in which case the passphrase is provided +as a string and will be hashed using the de-facto MD5 method to derive +the actual WEP key.

Flags: Read / Write / Construct

Allowed values: <= 2

Default value: 0

@@ -1882,7 +1851,8 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key0” property

  “wep-key0”                 gchar *
-

+

Index 0 WEP key. This is the WEP key used in most networks. See the +"wep-key-type" property for a description of how this key is interpreted.

Flags: Read / Write

Default value: NULL

@@ -1890,7 +1860,8 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key1” property

  “wep-key1”                 gchar *
-

+

Index 1 WEP key. This WEP index is not used by most networks. See the +"wep-key-type" property for a description of how this key is interpreted.

Flags: Read / Write

Default value: NULL

@@ -1898,7 +1869,8 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key2” property

  “wep-key2”                 gchar *
-

+

Index 2 WEP key. This WEP index is not used by most networks. See the +"wep-key-type" property for a description of how this key is interpreted.

Flags: Read / Write

Default value: NULL

@@ -1906,7 +1878,8 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key3” property

  “wep-key3”                 gchar *
-

+

Index 3 WEP key. This WEP index is not used by most networks. See the +"wep-key-type" property for a description of how this key is interpreted.

Flags: Read / Write

Default value: NULL

@@ -1914,7 +1887,10 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-tx-keyidx” property

  “wep-tx-keyidx”            guint
-

+

When static WEP is used (ie, key-mgmt = "none") and a non-default WEP key +index is used by the AP, put that WEP key index here. Valid values are 0 +(default key) through 3. Note that some consumer access points (like the +Linksys WRT54G) number the keys 1 - 4.

Flags: Read / Write / Construct

Allowed values: <= 3

Default value: 0

@@ -1922,7 +1898,6 @@ the actual WEP key using the MD5 hash algorithm.

+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/libnm-util/html/annotation-glossary.html b/docs/libnm-util/html/annotation-glossary.html index fbcda20a..76baf202 100644 --- a/docs/libnm-util/html/annotation-glossary.html +++ b/docs/libnm-util/html/annotation-glossary.html @@ -2,12 +2,12 @@ -libnm-util Reference Manual: Annotation Glossary +Annotation Glossary: libnm-util Reference Manual - + @@ -53,6 +53,8 @@

S

scope call

The callback is valid only during the call to the method.

+
skip
+

Exposed in C code, not necessarily available in other languages.

T

transfer container

Free data container after the code is done.

@@ -62,7 +64,6 @@

Don't free data after the code is done.

+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/libnm-util/html/api-index-full.html b/docs/libnm-util/html/api-index-full.html index 228ba8e6..b7b0aaf5 100644 --- a/docs/libnm-util/html/api-index-full.html +++ b/docs/libnm-util/html/api-index-full.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: API Index +API Index: libnm-util Reference Manual - + @@ -5220,7 +5220,6 @@
+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/ch01.html b/docs/libnm-util/html/ch01.html index ef2dca61..44d6c268 100644 --- a/docs/libnm-util/html/ch01.html +++ b/docs/libnm-util/html/ch01.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: libnm-util API Reference +libnm-util API Reference: libnm-util Reference Manual - + @@ -122,7 +122,6 @@ that require PPP to deliver IP capability
+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/index.html b/docs/libnm-util/html/index.html index 36815443..7be22883 100644 --- a/docs/libnm-util/html/index.html +++ b/docs/libnm-util/html/index.html @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@

- for libnm-util 1.0.2 + for libnm-util 1.0.4 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm-util/0.9/. @@ -152,7 +152,6 @@ that require PPP to deliver IP capability

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/index.sgml b/docs/libnm-util/html/index.sgml index 417ba768..77fff963 100644 --- a/docs/libnm-util/html/index.sgml +++ b/docs/libnm-util/html/index.sgml @@ -73,6 +73,11 @@ + + + + + @@ -115,13 +120,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -160,6 +189,11 @@ + + + + + @@ -224,6 +258,9 @@ + + + @@ -284,6 +321,11 @@ + + + + + @@ -360,8 +402,19 @@ + + + + + + + + + + + @@ -412,6 +465,10 @@ + + + + @@ -438,6 +495,10 @@ + + + + @@ -467,6 +528,10 @@ + + + + @@ -502,6 +567,10 @@ + + + + @@ -515,7 +584,29 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -543,6 +634,9 @@ + + + @@ -571,6 +665,11 @@ + + + + + @@ -613,6 +712,9 @@ + + + @@ -647,6 +749,9 @@ + + + @@ -670,6 +775,9 @@ + + + @@ -690,6 +798,9 @@ + + + @@ -706,6 +817,9 @@ + + + @@ -725,6 +839,9 @@ + + + @@ -762,6 +879,10 @@ + + + + @@ -770,7 +891,12 @@ + + + + + @@ -793,6 +919,9 @@ + + + @@ -821,6 +950,9 @@ + + + @@ -876,8 +1008,15 @@ + + + + + + + @@ -990,9 +1129,19 @@ + + + + + + + + + + @@ -1131,6 +1280,10 @@ + + + + @@ -1235,6 +1388,10 @@ + + + + @@ -1255,6 +1412,10 @@ + + + + @@ -1299,6 +1460,10 @@ + + + + @@ -1354,6 +1519,10 @@ + + + + @@ -1391,6 +1560,9 @@ + + + @@ -1464,6 +1636,15 @@ + + + + + + + + + @@ -1512,19 +1693,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1556,9 +1889,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1599,6 +1962,7 @@ + diff --git a/docs/libnm-util/html/libnm-util-NetworkManager.html b/docs/libnm-util/html/libnm-util-NetworkManager.html index bbad114b..1154416a 100644 --- a/docs/libnm-util/html/libnm-util-NetworkManager.html +++ b/docs/libnm-util/html/libnm-util-NetworkManager.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NetworkManager +NetworkManager: libnm-util Reference Manual - + @@ -260,11 +260,10 @@

Description

-

-

Functions

+

Types and Values

@@ -272,320 +271,240 @@

NM_DBUS_SERVICE

#define NM_DBUS_SERVICE                     "org.freedesktop.NetworkManager"
 
-

-


NM_DBUS_PATH

#define NM_DBUS_PATH                        "/org/freedesktop/NetworkManager"
 
-

-


NM_DBUS_INTERFACE

#define NM_DBUS_INTERFACE                   "org.freedesktop.NetworkManager"
 
-

-


NM_DBUS_INTERFACE_DEVICE

#define NM_DBUS_INTERFACE_DEVICE            NM_DBUS_INTERFACE ".Device"
 
-

-


NM_DBUS_INTERFACE_DEVICE_WIRED

#define NM_DBUS_INTERFACE_DEVICE_WIRED      NM_DBUS_INTERFACE_DEVICE ".Wired"
 
-

-


NM_DBUS_INTERFACE_DEVICE_ADSL

#define NM_DBUS_INTERFACE_DEVICE_ADSL       NM_DBUS_INTERFACE_DEVICE ".Adsl"
 
-

-


NM_DBUS_INTERFACE_DEVICE_WIRELESS

#define NM_DBUS_INTERFACE_DEVICE_WIRELESS   NM_DBUS_INTERFACE_DEVICE ".Wireless"
 
-

-


NM_DBUS_INTERFACE_DEVICE_BLUETOOTH

#define NM_DBUS_INTERFACE_DEVICE_BLUETOOTH  NM_DBUS_INTERFACE_DEVICE ".Bluetooth"
 
-

-


NM_DBUS_INTERFACE_DEVICE_OLPC_MESH

#define NM_DBUS_INTERFACE_DEVICE_OLPC_MESH  NM_DBUS_INTERFACE_DEVICE ".OlpcMesh"
 
-

-


NM_DBUS_PATH_ACCESS_POINT

#define NM_DBUS_PATH_ACCESS_POINT           NM_DBUS_PATH "/AccessPoint"
 
-

-


NM_DBUS_INTERFACE_ACCESS_POINT

#define NM_DBUS_INTERFACE_ACCESS_POINT      NM_DBUS_INTERFACE ".AccessPoint"
 
-

-


NM_DBUS_INTERFACE_DEVICE_MODEM

#define NM_DBUS_INTERFACE_DEVICE_MODEM      NM_DBUS_INTERFACE_DEVICE ".Modem"
 
-

-


NM_DBUS_INTERFACE_DEVICE_WIMAX

#define NM_DBUS_INTERFACE_DEVICE_WIMAX      NM_DBUS_INTERFACE_DEVICE ".WiMax"
 
-

-


NM_DBUS_INTERFACE_WIMAX_NSP

#define NM_DBUS_INTERFACE_WIMAX_NSP         NM_DBUS_INTERFACE ".WiMax.Nsp"
 
-

-


NM_DBUS_PATH_WIMAX_NSP

#define NM_DBUS_PATH_WIMAX_NSP              NM_DBUS_PATH "/Nsp"
 
-

-


NM_DBUS_INTERFACE_ACTIVE_CONNECTION

#define NM_DBUS_INTERFACE_ACTIVE_CONNECTION NM_DBUS_INTERFACE ".Connection.Active"
 
-

-


NM_DBUS_INTERFACE_IP4_CONFIG

#define NM_DBUS_INTERFACE_IP4_CONFIG        NM_DBUS_INTERFACE ".IP4Config"
 
-

-


NM_DBUS_INTERFACE_DHCP4_CONFIG

#define NM_DBUS_INTERFACE_DHCP4_CONFIG      NM_DBUS_INTERFACE ".DHCP4Config"
 
-

-


NM_DBUS_INTERFACE_IP6_CONFIG

#define NM_DBUS_INTERFACE_IP6_CONFIG        NM_DBUS_INTERFACE ".IP6Config"
 
-

-


NM_DBUS_INTERFACE_DHCP6_CONFIG

#define NM_DBUS_INTERFACE_DHCP6_CONFIG      NM_DBUS_INTERFACE ".DHCP6Config"
 
-

-


NM_DBUS_INTERFACE_DEVICE_INFINIBAND

#define NM_DBUS_INTERFACE_DEVICE_INFINIBAND NM_DBUS_INTERFACE_DEVICE ".Infiniband"
 
-

-


NM_DBUS_INTERFACE_DEVICE_BOND

#define NM_DBUS_INTERFACE_DEVICE_BOND       NM_DBUS_INTERFACE_DEVICE ".Bond"
 
-

-


NM_DBUS_INTERFACE_DEVICE_TEAM

#define NM_DBUS_INTERFACE_DEVICE_TEAM       NM_DBUS_INTERFACE_DEVICE ".Team"
 
-

-


NM_DBUS_INTERFACE_DEVICE_VLAN

#define NM_DBUS_INTERFACE_DEVICE_VLAN       NM_DBUS_INTERFACE_DEVICE ".Vlan"
 
-

-


NM_DBUS_INTERFACE_DEVICE_BRIDGE

#define NM_DBUS_INTERFACE_DEVICE_BRIDGE     NM_DBUS_INTERFACE_DEVICE ".Bridge"
 
-

-


NM_DBUS_INTERFACE_DEVICE_GENERIC

#define NM_DBUS_INTERFACE_DEVICE_GENERIC    NM_DBUS_INTERFACE_DEVICE ".Generic"
 
-

-


NM_DBUS_INTERFACE_DEVICE_VETH

#define NM_DBUS_INTERFACE_DEVICE_VETH       NM_DBUS_INTERFACE_DEVICE ".Veth"
 
-

-


NM_DBUS_INTERFACE_DEVICE_TUN

#define NM_DBUS_INTERFACE_DEVICE_TUN        NM_DBUS_INTERFACE_DEVICE ".Tun"
 
-

-


NM_DBUS_INTERFACE_DEVICE_MACVLAN

#define NM_DBUS_INTERFACE_DEVICE_MACVLAN    NM_DBUS_INTERFACE_DEVICE ".Macvlan"
 
-

-


NM_DBUS_INTERFACE_DEVICE_VXLAN

#define NM_DBUS_INTERFACE_DEVICE_VXLAN      NM_DBUS_INTERFACE_DEVICE ".Vxlan"
 
-

-


NM_DBUS_INTERFACE_DEVICE_GRE

#define NM_DBUS_INTERFACE_DEVICE_GRE        NM_DBUS_INTERFACE_DEVICE ".Gre"
 
-

-


NM_DBUS_IFACE_SETTINGS

#define NM_DBUS_IFACE_SETTINGS            "org.freedesktop.NetworkManager.Settings"
 
-

-


NM_DBUS_PATH_SETTINGS

#define NM_DBUS_PATH_SETTINGS             "/org/freedesktop/NetworkManager/Settings"
 
-

-


NM_DBUS_IFACE_SETTINGS_CONNECTION

#define NM_DBUS_IFACE_SETTINGS_CONNECTION "org.freedesktop.NetworkManager.Settings.Connection"
 
-

-


NM_DBUS_PATH_SETTINGS_CONNECTION

#define NM_DBUS_PATH_SETTINGS_CONNECTION  "/org/freedesktop/NetworkManager/Settings/Connection"
 
-

-


NM_DBUS_IFACE_SETTINGS_CONNECTION_SECRETS

#define NM_DBUS_IFACE_SETTINGS_CONNECTION_SECRETS "org.freedesktop.NetworkManager.Settings.Connection.Secrets"
 
-

-


NM_DBUS_INTERFACE_AGENT_MANAGER

#define NM_DBUS_INTERFACE_AGENT_MANAGER   NM_DBUS_INTERFACE ".AgentManager"
 
-

-


NM_DBUS_PATH_AGENT_MANAGER

#define NM_DBUS_PATH_AGENT_MANAGER        "/org/freedesktop/NetworkManager/AgentManager"
 
-

-


NM_DBUS_INTERFACE_SECRET_AGENT

#define NM_DBUS_INTERFACE_SECRET_AGENT    NM_DBUS_INTERFACE ".SecretAgent"
 
-

-


NM_DBUS_PATH_SECRET_AGENT

#define NM_DBUS_PATH_SECRET_AGENT         "/org/freedesktop/NetworkManager/SecretAgent"
 
-

-


@@ -666,8 +585,6 @@

NM_STATE_CONNECTED

#define NM_STATE_CONNECTED NM_STATE_CONNECTED_GLOBAL
 
-

-


@@ -723,7 +640,7 @@
-

Since 0.9.8.6

+

Since: 0.9.8.6


@@ -1865,10 +1782,24 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability

  -

NM_DEVICE_STATE_REASON_LAST

-  +

NM_DEVICE_STATE_REASON_PARENT_CHANGED

+ +

the device's parent changed

+ +  + + +

NM_DEVICE_STATE_REASON_PARENT_MANAGED_CHANGED

+ +

the device parent's management changed

+   + +

NM_DEVICE_STATE_REASON_LAST

+  +  +
@@ -1933,7 +1864,6 @@ network.

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html b/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html index 3d488c04..cee007fc 100644 --- a/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html +++ b/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NetworkManagerVPN +NetworkManagerVPN: libnm-util Reference Manual - + @@ -292,11 +292,10 @@

Description

-

-

Functions

+

Types and Values

@@ -304,200 +303,150 @@

NM_DBUS_PATH_VPN

#define NM_DBUS_PATH_VPN                  "/org/freedesktop/NetworkManager/VPN/Manager"
 
-

-


NM_DBUS_INTERFACE_VPN

#define NM_DBUS_INTERFACE_VPN             "org.freedesktop.NetworkManager.VPN.Manager"
 
-

-


NM_DBUS_PATH_VPN_CONNECTION

#define NM_DBUS_PATH_VPN_CONNECTION       "/org/freedesktop/NetworkManager/VPN/Connection"
 
-

-


NM_DBUS_INTERFACE_VPN_CONNECTION

#define NM_DBUS_INTERFACE_VPN_CONNECTION  "org.freedesktop.NetworkManager.VPN.Connection"
 
-

-


NM_VPN_DBUS_PLUGIN_PATH

#define NM_VPN_DBUS_PLUGIN_PATH           "/org/freedesktop/NetworkManager/VPN/Plugin"
 
-

-


NM_VPN_DBUS_PLUGIN_INTERFACE

#define NM_VPN_DBUS_PLUGIN_INTERFACE      "org.freedesktop.NetworkManager.VPN.Plugin"
 
-

-


NM_DBUS_NO_ACTIVE_VPN_CONNECTION

#define NM_DBUS_NO_ACTIVE_VPN_CONNECTION "org.freedesktop.NetworkManager.VPNConnections.NoActiveVPNConnection"
 
-

-


NM_DBUS_NO_VPN_CONNECTIONS

#define NM_DBUS_NO_VPN_CONNECTIONS       "org.freedesktop.NetworkManager.VPNConnections.NoVPNConnections"
 
-

-


NM_DBUS_INVALID_VPN_CONNECTION

#define NM_DBUS_INVALID_VPN_CONNECTION   "org.freedesktop.NetworkManager.VPNConnections.InvalidVPNConnection"
 
-

-


NM_DBUS_VPN_ERROR_PREFIX

#define NM_DBUS_VPN_ERROR_PREFIX              "org.freedesktop.NetworkManager.VPN.Error"
 
-

-


NM_DBUS_VPN_STARTING_IN_PROGRESS

#define NM_DBUS_VPN_STARTING_IN_PROGRESS      "StartingInProgress"
 
-

-


NM_DBUS_VPN_ALREADY_STARTED

#define NM_DBUS_VPN_ALREADY_STARTED           "AlreadyStarted"
 
-

-


NM_DBUS_VPN_STOPPING_IN_PROGRESS

#define NM_DBUS_VPN_STOPPING_IN_PROGRESS      "StoppingInProgress"
 
-

-


NM_DBUS_VPN_ALREADY_STOPPED

#define NM_DBUS_VPN_ALREADY_STOPPED           "AlreadyStopped"
 
-

-


NM_DBUS_VPN_WRONG_STATE

#define NM_DBUS_VPN_WRONG_STATE               "WrongState"
 
-

-


NM_DBUS_VPN_BAD_ARGUMENTS

#define NM_DBUS_VPN_BAD_ARGUMENTS             "BadArguments"
 
-

-


NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED

#define NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED "InteractiveNotSupported"
 
-

-


NM_DBUS_VPN_SIGNAL_LOGIN_BANNER

#define NM_DBUS_VPN_SIGNAL_LOGIN_BANNER   "LoginBanner"
 
-

-


NM_DBUS_VPN_SIGNAL_LOGIN_FAILED

#define NM_DBUS_VPN_SIGNAL_LOGIN_FAILED   "LoginFailed"
 
-

-


NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED

#define NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED  "LaunchFailed"
 
-

-


NM_DBUS_VPN_SIGNAL_CONNECT_FAILED

#define NM_DBUS_VPN_SIGNAL_CONNECT_FAILED "ConnectFailed"
 
-

-


NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD

#define NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD "VPNConfigBad"
 
-

-


NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD

#define NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD  "IPConfigBad"
 
-

-


NM_DBUS_VPN_SIGNAL_STATE_CHANGE

#define NM_DBUS_VPN_SIGNAL_STATE_CHANGE   "StateChange"
 
-

-


NM_DBUS_VPN_SIGNAL_IP4_CONFIG

#define NM_DBUS_VPN_SIGNAL_IP4_CONFIG     "IP4Config"
 
-

-


@@ -803,269 +752,202 @@

NM_VPN_PLUGIN_CONFIG_TUNDEV

#define NM_VPN_PLUGIN_CONFIG_TUNDEV      "tundev"
 
-

-


NM_VPN_PLUGIN_CONFIG_BANNER

#define NM_VPN_PLUGIN_CONFIG_BANNER      "banner"
 
-

-


NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY

#define NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY "gateway"
 
-

-


NM_VPN_PLUGIN_CONFIG_MTU

#define NM_VPN_PLUGIN_CONFIG_MTU         "mtu"
 
-

-


NM_VPN_PLUGIN_CONFIG_HAS_IP4

#define NM_VPN_PLUGIN_CONFIG_HAS_IP4     "has-ip4"
 
-

-


NM_VPN_PLUGIN_CONFIG_HAS_IP6

#define NM_VPN_PLUGIN_CONFIG_HAS_IP6     "has-ip6"
 
-

-


NM_VPN_PLUGIN_CAN_PERSIST

#define NM_VPN_PLUGIN_CAN_PERSIST        "can-persist"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY

#define NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY "internal-gateway"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS

#define NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS     "address"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_PTP

#define NM_VPN_PLUGIN_IP4_CONFIG_PTP         "ptp"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_PREFIX

#define NM_VPN_PLUGIN_IP4_CONFIG_PREFIX      "prefix"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_DNS

#define NM_VPN_PLUGIN_IP4_CONFIG_DNS         "dns"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_NBNS

#define NM_VPN_PLUGIN_IP4_CONFIG_NBNS        "nbns"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_MSS

#define NM_VPN_PLUGIN_IP4_CONFIG_MSS         "mss"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN

#define NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN      "domain"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS

#define NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS     "domains"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_ROUTES

#define NM_VPN_PLUGIN_IP4_CONFIG_ROUTES      "routes"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT

#define NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT "never-default"
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY

#define NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY   NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_BANNER

#define NM_VPN_PLUGIN_IP4_CONFIG_BANNER      NM_VPN_PLUGIN_CONFIG_BANNER
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY

#define NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_MTU

#define NM_VPN_PLUGIN_IP4_CONFIG_MTU         NM_VPN_PLUGIN_CONFIG_MTU
 
-

-


NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV

#define NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV      NM_VPN_PLUGIN_CONFIG_TUNDEV
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY

#define NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY "internal-gateway"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS

#define NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS     "address"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_PTP

#define NM_VPN_PLUGIN_IP6_CONFIG_PTP         "ptp"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_PREFIX

#define NM_VPN_PLUGIN_IP6_CONFIG_PREFIX      "prefix"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_DNS

#define NM_VPN_PLUGIN_IP6_CONFIG_DNS         "dns"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_MSS

#define NM_VPN_PLUGIN_IP6_CONFIG_MSS         "mss"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN

#define NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN      "domain"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS

#define NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS     "domains"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_ROUTES

#define NM_VPN_PLUGIN_IP6_CONFIG_ROUTES      "routes"
 
-

-


NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT

#define NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT "never-default"
 
-

-

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util-nm-utils.html b/docs/libnm-util/html/libnm-util-nm-utils.html index bdd5ddbd..9507d0ab 100644 --- a/docs/libnm-util/html/libnm-util-nm-utils.html +++ b/docs/libnm-util/html/libnm-util-nm-utils.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: nm-utils +nm-utils: libnm-util Reference Manual - + @@ -520,7 +520,6 @@ uses libnm-util. This function can be called more than once.

Returns

TRUE if the initialization was successful, FALSE on failure.

-


@@ -566,7 +565,6 @@ number of known SSID-cloaking methods.

Returns

TRUE if the SSID is "empty", FALSE if it is not

-


@@ -606,7 +604,6 @@ be used for display of SSIDs.

Returns

pointer to the escaped SSID, which uses an internal static buffer and will be overwritten by subsequent calls to this function

-


@@ -652,7 +649,6 @@ NULLs, even though that is functionally pointless.

Returns

TRUE if the SSIDs are the same, FALSE if they are not

-


@@ -741,8 +737,9 @@ nm_utils_slist_free (GSListuse g_slist_free_full().

Utility function to free a GSList.

+

[skip]

-

Parameters

+

Parameters

@@ -840,7 +837,6 @@ e.g. (TRUE if the device capabilities and AP capabilties intersect and are compatible with the desired type , FALSE if they are not

-


@@ -881,9 +877,8 @@ e.g.
TRUE if the device capabilities are compatible with the desired type , FALSE if they are not.

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -919,9 +914,8 @@ nm_utils_wep_key_valid (const cha

Returns

TRUE if key is a WEP key, FALSE if not

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -949,9 +943,8 @@ nm_utils_wpa_psk_valid (const cha

Returns

TRUE if psk is a WPA PSK, FALSE if not

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -1110,7 +1103,6 @@ nm_utils_ip4_netmask_to_prefix (g

Returns

the CIDR prefix represented by the netmask

-


@@ -1136,7 +1128,6 @@ nm_utils_ip4_prefix_to_netmask (g

Returns

the netmask represented by the prefix, in network byte order

-


@@ -1166,7 +1157,6 @@ falls in the predefined classes.

Returns

the default class prefix for the given IP

-


@@ -1311,8 +1301,9 @@ which should be unset by the caller (when no longer needed) with nm_utils_ip6_dns_from_gvalue (const GValue *value);

Converts a GValue containing a GPtrArray of IP6 DNS, represented as GByteArrays into a GSList of struct in6_addrs.

+

[skip]

-

Parameters

+

Parameters

@@ -1327,9 +1318,8 @@ nm_utils_ip6_dns_from_gvalue (const -

Returns

+

Returns

a GSList of IP6 addresses.

-


@@ -1343,8 +1333,9 @@ in6_addr
structs into a GPtrArray of +

[skip]

-

Parameters

+

Parameters

@@ -1377,7 +1368,6 @@ nm_utils_uuid_generate (void

Returns

a newly allocated UUID suitable for use as the NMSettingConnection object's “id”: property. Should be freed with g_free()

-


@@ -1406,7 +1396,6 @@ nm_utils_uuid_generate_from_string (const

Returns

a newly allocated UUID suitable for use as the NMSettingConnection object's “id”: property

-


@@ -1538,7 +1527,6 @@ nm_utils_file_is_pkcs12 (const ch

Returns

TRUE if the file is PKCS#12, FALSE if it is not

-


@@ -1547,12 +1535,6 @@ nm_utils_file_is_pkcs12 (const ch
gboolean
 (*NMUtilsFileSearchInPathsPredicate) (const char *filename,
                                       gpointer user_data);
-

-

-
-

Returns

-

-

@@ -1659,7 +1641,6 @@ nm_utils_wifi_freq_to_channel (gu

Returns

the channel represented by the frequency or 0

-


@@ -1696,7 +1677,6 @@ nm_utils_wifi_channel_to_freq (gu

the frequency represented by the channel of the band, or -1 when the freq is invalid, or 0 when the band is invalid

-


@@ -1737,7 +1717,6 @@ nm_utils_wifi_find_next_channel (

Returns

the next channel in the specified direction or 0

-


@@ -1772,7 +1751,6 @@ nm_utils_wifi_is_channel_valid (g

Returns

TRUE or FALSE

-


@@ -1801,7 +1779,6 @@ nm_utils_hwaddr_len (int t

Returns

the positive length, or -1 if the type is unknown/unsupported.

-


@@ -1840,7 +1817,6 @@ a length; but you can just use ARPHRD_ETHER
or ARPHRD_INFINIBAND. If the length is unexpected, return -1 (unsupported type/length).

-


@@ -1970,7 +1946,6 @@ instead of a type.

buffer , or NULL if asc couldn't be parsed

-


@@ -2010,7 +1985,7 @@ nm_utils_hwaddr_ntoa_len (gconstp .

[transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -2059,9 +2034,8 @@ the size of the buffer in bytes.

couldn't be parsed or would be shorter or longer than length .

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2090,9 +2064,8 @@ nm_utils_hwaddr_valid (const char

TRUE if asc appears to be a valid hardware address of some type, FALSE if not.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2140,7 +2113,7 @@ array

.

[transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -2167,9 +2140,8 @@ nm_utils_hex2byte (const char

Returns

a byte, or -1 if hex doesn't represent a hex byte

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2209,7 +2181,7 @@ string (it has to be even)

a array of bytes, or NULL on error.

[transfer full]

-

Since 0.9.10

+

Since: 0.9.10


@@ -2236,9 +2208,8 @@ function in net/core/dev.c.

Returns

TRUE if interface name is valid, otherwise FALSE is returned.

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -2266,9 +2237,8 @@ nm_utils_is_uuid (const char

Returns

TRUE if str is a UUID, FALSE if not

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -2277,8 +2247,9 @@ is a UUID, FALSE if not

nm_utils_inet4_ntop (in_addr_t inaddr, char *dst);

Wrapper for inet_ntop.

+

[skip]

-

Parameters

+

Parameters

@@ -2309,13 +2280,12 @@ buffer to avoid these issues.

-

Returns

+

Returns

the input buffer dst , or a pointer to an internal, static buffer. This function cannot fail.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2324,8 +2294,9 @@ internal, static buffer. This function cannot fail.

nm_utils_inet6_ntop (const struct in6_addr *in6addr, char *dst);

Wrapper for inet_ntop.

+

[skip]

-

Parameters

+

Parameters

@@ -2356,15 +2327,14 @@ buffer to avoid these issues.

-

Returns

+

Returns

the input buffer dst , or a pointer to an internal, static buffer. NULL is not allowed as in6addr , otherwise, this function cannot fail.

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -2419,9 +2389,8 @@ underlying device driver.

Returns

TRUE or FALSE

-

-

Since 0.9.10

+

Since: 0.9.10

@@ -2529,7 +2498,6 @@ for both
+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util.devhelp2 b/docs/libnm-util/html/libnm-util.devhelp2 index 144f60eb..2530e827 100644 --- a/docs/libnm-util/html/libnm-util.devhelp2 +++ b/docs/libnm-util/html/libnm-util.devhelp2 @@ -1,5 +1,4 @@ - @@ -1332,5 +1331,368 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/libnm-util/html/object-tree.html b/docs/libnm-util/html/object-tree.html index 0efce8c7..9c2eaa40 100644 --- a/docs/libnm-util/html/object-tree.html +++ b/docs/libnm-util/html/object-tree.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: Object Hierarchy +Object Hierarchy: libnm-util Reference Manual - + @@ -103,7 +103,6 @@ +
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/libnm-util/html/style.css b/docs/libnm-util/html/style.css index c141ddd2..36754209 100644 --- a/docs/libnm-util/html/style.css +++ b/docs/libnm-util/html/style.css @@ -60,7 +60,7 @@ a:hover div.informaltable table { border-collapse: separate; - border-spacing: 1em 0.5em; + border-spacing: 1em 0.3em; border: none; } @@ -148,6 +148,8 @@ div.table table th h4 { color: #555753; + margin-top: 1em; + margin-bottom: 1em; } hr @@ -166,17 +168,16 @@ dl.toc dt padding-bottom: 0.25em; } -dl.toc > dd > dl > dt +dl.toc > dt { padding-top: 0.25em; padding-bottom: 0.25em; + font-weight: bold; } -dl.toc > dt +dl.toc > dl { - padding-top: 1em; padding-bottom: 0.5em; - font-weight: bold; } .parameter @@ -346,7 +347,9 @@ acronym,abbr } @media screen { - sup a.footnote + /* these have a as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote { position: relative; top: 0em ! important; -- cgit 1.3.0-6-gf8a5