From 7514efc2f38c9ace4557d4e69d68e7d380389030 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 26 Aug 2016 02:18:32 +0200 Subject: Imported Upstream version 1.4.0 --- docs/libnm/html/NMSetting8021x.html | 278 ++++++++++++++++++------------------ 1 file changed, 139 insertions(+), 139 deletions(-) (limited to 'docs/libnm/html/NMSetting8021x.html') diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index 3596bce3..1abcd6db 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -8,7 +8,7 @@ - + @@ -998,7 +998,7 @@ following books.

nm_setting_802_1x_new (void);

Creates a new NMSetting8021x object with default values.

-

Returns

+

Returns

the new empty NMSetting8021x object

@@ -1013,7 +1013,7 @@ nm_setting_802_1x_check_cert_scheme ( -

Parameters

+

Parameters

@@ -1040,7 +1040,7 @@ the blob must be not UNKNOWN (or NULL).

-

Returns

+

Returns

the scheme of the blob or NM_SETTING_802_1X_CK_SCHEME_UNKNOWN. For NULL it also returns NM_SETTING_802_1X_CK_SCHEME_UNKNOWN.

@@ -1057,7 +1057,7 @@ network. Generally only one EAP method is used. Use the functions and nm_setting_802_1x_remove_eap_method() for adding, removing, and retrieving allowed EAP methods.

-

Parameters

+

Parameters

@@ -1072,7 +1072,7 @@ allowed EAP methods.

-

Returns

+

Returns

the number of allowed EAP methods

@@ -1085,7 +1085,7 @@ nm_setting_802_1x_get_eap_method (Returns the name of the allowed EAP method at index i .

-

Parameters

+

Parameters

@@ -1107,7 +1107,7 @@ nm_setting_802_1x_get_eap_method (
-

Returns

+

Returns

the name of the allowed EAP method at index i

@@ -1122,7 +1122,7 @@ nm_setting_802_1x_add_eap_method (“eap” property for a list of allowed EAP methods.

-

Parameters

+

Parameters

@@ -1144,7 +1144,7 @@ allowed EAP methods.

-

Returns

+

Returns

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

@@ -1157,7 +1157,7 @@ nm_setting_802_1x_remove_eap_method (guint32 i);

Removes the allowed EAP method at the specified index.

-

Parameters

+

Parameters

@@ -1189,7 +1189,7 @@ nm_setting_802_1x_remove_eap_method_by_value

Removes the allowed EAP method method .

-

Parameters

+

Parameters

@@ -1211,7 +1211,7 @@ nm_setting_802_1x_remove_eap_method_by_value
-

Returns

+

Returns

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

@@ -1222,7 +1222,7 @@ nm_setting_802_1x_remove_eap_method_by_value nm_setting_802_1x_clear_eap_methods (NMSetting8021x *setting);

Clears all allowed EAP methods.

-

Parameters

+

Parameters

@@ -1245,7 +1245,7 @@ nm_setting_802_1x_get_identity (Returns the identifier used by some EAP methods (like TLS) to authenticate the user. Often this is a username or login name.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the user identifier

@@ -1275,7 +1275,7 @@ authenticate the user in the outer unencrypted "phase 1" authentication. The inner "phase 2" authentication will use the “identity” in a secure form, if applicable for that EAP method.

-

Parameters

+

Parameters

@@ -1290,7 +1290,7 @@ a secure form, if applicable for that EAP method.

-

Returns

+

Returns

the anonymous identifier

@@ -1301,7 +1301,7 @@ a secure form, if applicable for that EAP method.

nm_setting_802_1x_get_pac_file (NMSetting8021x *setting);

Returns the file containing PAC credentials used by EAP-FAST method.

-

Parameters

+

Parameters

@@ -1316,7 +1316,7 @@ nm_setting_802_1x_get_pac_file (
-

Returns

+

Returns

the PAC file

@@ -1332,7 +1332,7 @@ properties are ignored if the -

Parameters

+

Parameters

@@ -1347,7 +1347,7 @@ of these properties.

-

Returns

+

Returns

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

@@ -1362,7 +1362,7 @@ which the supplicant can then add to the verification chain. This may be used in addition to the “ca-cert” property to add more CA certificates for verifying the network to client.

-

Parameters

+

Parameters

@@ -1377,7 +1377,7 @@ certificates for verifying the network to client.

-

Returns

+

Returns

the CA certificate directory path

@@ -1392,7 +1392,7 @@ certificates which the supplicant can then add to the verification chain. This may be used in addition to the “phase2-ca-cert” property to add more CA certificates for verifying the network to client.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the "phase 2" CA certificate directory path

@@ -1420,7 +1420,7 @@ nm_setting_802_1x_get_ca_cert_scheme (NM_SETTING_802_1X_CK_SCHEME_BLOB, use nm_setting_802_1x_get_ca_cert_blob(); if NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_ca_cert_path().

-

Parameters

+

Parameters

@@ -1435,7 +1435,7 @@ if -

Returns

+

Returns

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

@@ -1451,7 +1451,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.

-

Parameters

+

Parameters

@@ -1466,7 +1466,7 @@ of the network cannot be confirmed by the client.

-

Returns

+

Returns

the CA certificate data.

[transfer none]

@@ -1483,7 +1483,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.

-

Parameters

+

Parameters

@@ -1498,7 +1498,7 @@ of the network cannot be confirmed by the client.

-

Returns

+

Returns

path to the CA certificate file

@@ -1516,7 +1516,7 @@ with the raw certificate data if using the NM_SETTING_802_1X_CK_SCHEME_PATH scheme.

-

Parameters

+

Parameters

@@ -1558,7 +1558,7 @@ clears the CA certificate.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -1568,7 +1568,7 @@ clears the CA certificate.

const char *
 nm_setting_802_1x_get_subject_match (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1583,7 +1583,7 @@ nm_setting_802_1x_get_subject_match (
-

Returns

+

Returns

the “subject-match” property. This is the substring to be matched against the subject of the authentication server certificate, or NULL no subject verification is to be @@ -1599,7 +1599,7 @@ nm_setting_802_1x_get_num_altsubject_matches

Returns the number of entries in the “altsubject-matches” property of this setting.

-

Parameters

+

Parameters

@@ -1614,7 +1614,7 @@ nm_setting_802_1x_get_num_altsubject_matches
-

Returns

+

Returns

the number of altsubject-matches entries.

@@ -1628,7 +1628,7 @@ nm_setting_802_1x_get_altsubject_match

Returns the altSubjectName match at index i .

-

Parameters

+

Parameters

@@ -1650,7 +1650,7 @@ nm_setting_802_1x_get_altsubject_match
-

Returns

+

Returns

the altSubjectName match at index i

@@ -1666,7 +1666,7 @@ nm_setting_802_1x_add_altsubject_match match is added, the altSubjectName of the remote authentication server is not verified.

-

Parameters

+

Parameters

@@ -1688,7 +1688,7 @@ server is not verified.

-

Returns

+

Returns

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

@@ -1702,7 +1702,7 @@ nm_setting_802_1x_remove_altsubject_match guint32 i);

Removes the allowed altSubjectName at the specified index.

-

Parameters

+

Parameters

@@ -1734,7 +1734,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value

Removes the allowed altSubjectName altsubject_match .

-

Parameters

+

Parameters

@@ -1756,7 +1756,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value
-

Returns

+

Returns

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

@@ -1769,7 +1769,7 @@ nm_setting_802_1x_clear_altsubject_matches (NMSetting8021x *setting);

Clears all altSubjectName matches.

-

Parameters

+

Parameters

@@ -1791,7 +1791,7 @@ nm_setting_802_1x_clear_altsubject_matches nm_setting_802_1x_get_domain_suffix_match (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1806,7 +1806,7 @@ nm_setting_802_1x_get_domain_suffix_match
-

Returns

+

Returns

the “domain-suffix-match” property.

Since: 1.2

@@ -1821,7 +1821,7 @@ nm_setting_802_1x_get_client_cert_scheme is NM_SETTING_802_1X_CK_SCHEME_BLOB, use nm_setting_802_1x_get_client_cert_blob(); if NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_client_cert_path().

-

Parameters

+

Parameters

@@ -1836,7 +1836,7 @@ if -

Returns

+

Returns

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

@@ -1850,7 +1850,7 @@ nm_setting_802_1x_get_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -1865,7 +1865,7 @@ authentication method.

-

Returns

+

Returns

the client certificate data.

[transfer none]

@@ -1880,7 +1880,7 @@ nm_setting_802_1x_get_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -1895,7 +1895,7 @@ authentication method.

-

Returns

+

Returns

path to the client certificate file

@@ -1916,7 +1916,7 @@ file if using the
-

Parameters

+

Parameters

@@ -1959,7 +1959,7 @@ clears the client certificate.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -1969,7 +1969,7 @@ clears the client certificate.

const char *
 nm_setting_802_1x_get_phase1_peapver (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -1984,7 +1984,7 @@ nm_setting_802_1x_get_phase1_peapver ( -

Returns

+

Returns

the "phase 1" PEAP version to be used when authenticating with EAP-PEAP as contained in the “phase1-peapver” property. Valid values are NULL (unset), "0" (PEAP version 0), and "1" (PEAP version 1).

@@ -1997,7 +1997,7 @@ values are NULL (unset), "0" (PEAP version 0), and nm_setting_802_1x_get_phase1_peaplabel (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2012,7 +2012,7 @@ nm_setting_802_1x_get_phase1_peaplabel
-

Returns

+

Returns

whether the "phase 1" PEAP label is new-style or old-style, to be used when authenticating with EAP-PEAP, as contained in the “phase1-peaplabel” property. Valid values are NULL (unset), @@ -2027,7 +2027,7 @@ wpa_supplicant documentation for more details.

nm_setting_802_1x_get_phase1_fast_provisioning (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2042,7 +2042,7 @@ nm_setting_802_1x_get_phase1_fast_provisioning
-

Returns

+

Returns

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.

@@ -2054,7 +2054,7 @@ wpa_supplicant documentation for more details.

const char *
 nm_setting_802_1x_get_phase2_auth (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2069,7 +2069,7 @@ nm_setting_802_1x_get_phase2_auth (
-

Returns

+

Returns

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

@@ -2080,7 +2080,7 @@ specified by the const char * nm_setting_802_1x_get_phase2_autheap (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2095,7 +2095,7 @@ nm_setting_802_1x_get_phase2_autheap ( -

Returns

+

Returns

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

@@ -2111,7 +2111,7 @@ returned scheme is nm_setting_802_1x_get_ca_cert_blob(); if NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_ca_cert_path().

-

Parameters

+

Parameters

@@ -2126,7 +2126,7 @@ use -

Returns

+

Returns

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

@@ -2143,7 +2143,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.

-

Parameters

+

Parameters

@@ -2158,7 +2158,7 @@ of the network cannot be confirmed by the client.

-

Returns

+

Returns

the "phase 2" CA certificate data.

[transfer none]

@@ -2176,7 +2176,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.

-

Parameters

+

Parameters

@@ -2191,7 +2191,7 @@ of the network cannot be confirmed by the client.

-

Returns

+

Returns

path to the "phase 2" CA certificate file

@@ -2209,7 +2209,7 @@ property with the raw certificate data if using the NM_SETTING_802_1X_CK_SCHEME_BLOB scheme, or with the path to the certificate file if using the NM_SETTING_802_1X_CK_SCHEME_PATH scheme.

-

Parameters

+

Parameters

@@ -2251,7 +2251,7 @@ clears the "phase2" CA certificate.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -2262,7 +2262,7 @@ clears the "phase2" CA certificate.

nm_setting_802_1x_get_phase2_subject_match (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2277,7 +2277,7 @@ nm_setting_802_1x_get_phase2_subject_match
-

Returns

+

Returns

the “phase2-subject-match” property. This is the substring to be matched against the subject of the "phase 2" authentication server certificate, or NULL no subject verification @@ -2293,7 +2293,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches

Returns the number of entries in the “phase2-altsubject-matches” property of this setting.

-

Parameters

+

Parameters

@@ -2308,7 +2308,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches
-

Returns

+

Returns

the number of phase2-altsubject-matches entries.

@@ -2322,7 +2322,7 @@ nm_setting_802_1x_get_phase2_altsubject_match

Returns the "phase 2" altSubjectName match at index i .

-

Parameters

+

Parameters

@@ -2344,7 +2344,7 @@ nm_setting_802_1x_get_phase2_altsubject_match
-

Returns

+

Returns

the "phase 2" altSubjectName match at index i

@@ -2360,7 +2360,7 @@ nm_setting_802_1x_add_phase2_altsubject_match at least one match is added, the altSubjectName of the "phase 2" remote authentication server is not verified.

-

Parameters

+

Parameters

@@ -2383,7 +2383,7 @@ connection

-

Returns

+

Returns

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

@@ -2397,7 +2397,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match guint32 i);

Removes the allowed "phase 2" altSubjectName at the specified index.

-

Parameters

+

Parameters

@@ -2429,7 +2429,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value

Removes the allowed "phase 2" altSubjectName phase2_altsubject_match .

-

Parameters

+

Parameters

@@ -2451,7 +2451,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value
-

Returns

+

Returns

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

@@ -2464,7 +2464,7 @@ nm_setting_802_1x_clear_phase2_altsubject_matches (NMSetting8021x *setting);

Clears all "phase 2" altSubjectName matches.

-

Parameters

+

Parameters

@@ -2486,7 +2486,7 @@ nm_setting_802_1x_clear_phase2_altsubject_matches nm_setting_802_1x_get_phase2_domain_suffix_match (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2501,7 +2501,7 @@ nm_setting_802_1x_get_phase2_domain_suffix_match
-

Returns

+

Returns

the “phase2-domain-suffix-match” property.

Since: 1.2

@@ -2518,7 +2518,7 @@ returned scheme is NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_client_cert_path().

-

Parameters

+

Parameters

@@ -2533,7 +2533,7 @@ returned scheme is -

Returns

+

Returns

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

@@ -2547,7 +2547,7 @@ nm_setting_802_1x_get_phase2_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -2562,7 +2562,7 @@ authentication method.

-

Returns

+

Returns

the "phase 2" client certificate data.

[transfer none]

@@ -2577,7 +2577,7 @@ nm_setting_802_1x_get_phase2_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -2592,7 +2592,7 @@ authentication method.

-

Returns

+

Returns

path to the "phase 2" client certificate file

@@ -2614,7 +2614,7 @@ file if using the
-

Parameters

+

Parameters

@@ -2657,7 +2657,7 @@ clears the "phase2" client certificate.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -2667,7 +2667,7 @@ clears the "phase2" client certificate.

const char *
 nm_setting_802_1x_get_password (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2682,7 +2682,7 @@ nm_setting_802_1x_get_password (
-

Returns

+

Returns

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

@@ -2693,7 +2693,7 @@ by the NMSettingSecretFlags nm_setting_802_1x_get_password_flags (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2708,7 +2708,7 @@ nm_setting_802_1x_get_password_flags ( -

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “password”

@@ -2718,7 +2718,7 @@ nm_setting_802_1x_get_password_flags (GBytes * nm_setting_802_1x_get_password_raw (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2733,7 +2733,7 @@ nm_setting_802_1x_get_password_raw (
-

Returns

+

Returns

the password used by the authentication method as a UTF-8-encoded array of bytes, as specified by the “password-raw” property.

@@ -2747,7 +2747,7 @@ UTF-8-encoded array of bytes, as specified by the nm_setting_802_1x_get_password_raw_flags (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2762,7 +2762,7 @@ nm_setting_802_1x_get_password_raw_flags
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “password-raw”

@@ -2773,7 +2773,7 @@ nm_setting_802_1x_get_password_raw_flags
const char *
 nm_setting_802_1x_get_pin (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2788,7 +2788,7 @@ nm_setting_802_1x_get_pin ( -

Returns

+

Returns

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

@@ -2799,7 +2799,7 @@ by the NMSettingSecretFlags nm_setting_802_1x_get_pin_flags (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -2814,7 +2814,7 @@ nm_setting_802_1x_get_pin_flags (
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “pin”

@@ -2831,7 +2831,7 @@ nm_setting_802_1x_get_private_key_scheme NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_client_cert_path().

-

Parameters

+

Parameters

@@ -2846,7 +2846,7 @@ nm_setting_802_1x_get_private_key_scheme
-

Returns

+

Returns

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

@@ -2863,7 +2863,7 @@ authentication method.

unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the private key data.

[transfer none]

@@ -2893,7 +2893,7 @@ nm_setting_802_1x_get_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -2908,7 +2908,7 @@ authentication method.

-

Returns

+

Returns

path to the private key file

@@ -2946,7 +2946,7 @@ 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.

-

Parameters

+

Parameters

@@ -2995,7 +2995,7 @@ an error is returned.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -3006,7 +3006,7 @@ an error is returned.

nm_setting_802_1x_get_private_key_password (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -3021,7 +3021,7 @@ nm_setting_802_1x_get_private_key_password
-

Returns

+

Returns

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.

@@ -3034,7 +3034,7 @@ previously set with NMSetting8021x *setting
);
-

Parameters

+

Parameters

@@ -3049,7 +3049,7 @@ nm_setting_802_1x_get_private_key_password_flags
-

Returns

+

Returns

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

@@ -3061,7 +3061,7 @@ nm_setting_802_1x_get_private_key_password_flags nm_setting_802_1x_get_private_key_format (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -3076,7 +3076,7 @@ nm_setting_802_1x_get_private_key_format
-

Returns

+

Returns

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

@@ -3093,7 +3093,7 @@ scheme is NM_SETTING_802_1X_CK_SCHEME_PATH, use nm_setting_802_1x_get_client_cert_path().

-

Parameters

+

Parameters

@@ -3108,7 +3108,7 @@ scheme is -

Returns

+

Returns

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

@@ -3125,7 +3125,7 @@ authentication method.

unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.

-

Parameters

+

Parameters

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

-

Returns

+

Returns

the "phase 2" private key data.

[transfer none]

@@ -3155,7 +3155,7 @@ nm_setting_802_1x_get_phase2_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.

-

Parameters

+

Parameters

@@ -3170,7 +3170,7 @@ authentication method.

-

Returns

+

Returns

path to the "phase 2" private key file

@@ -3209,7 +3209,7 @@ 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.

-

Parameters

+

Parameters

@@ -3259,7 +3259,7 @@ an error is returned.

-

Returns

+

Returns

TRUE if the operation succeeded, FALSE if it was unsuccessful

@@ -3270,7 +3270,7 @@ an error is returned.

nm_setting_802_1x_get_phase2_private_key_password (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -3285,7 +3285,7 @@ nm_setting_802_1x_get_phase2_private_key_password
-

Returns

+

Returns

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.

@@ -3298,7 +3298,7 @@ previously set with NMSetting8021x *setting
);
-

Parameters

+

Parameters

@@ -3313,7 +3313,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags
-

Returns

+

Returns

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

@@ -3325,7 +3325,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags nm_setting_802_1x_get_phase2_private_key_format (NMSetting8021x *setting);
-

Parameters

+

Parameters

@@ -3340,7 +3340,7 @@ nm_setting_802_1x_get_phase2_private_key_format
-

Returns

+

Returns

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

@@ -3359,7 +3359,7 @@ nm_setting_802_1x_get_phase2_private_key_format

NMSetting8021xCKFormat values indicate the general type of a certificate or private key

-

Members

+

Members

@@ -3408,7 +3408,7 @@ and private key

stored in the setting properties, either as a blob of the item's data, or as a path to a certificate or private key file on the filesystem

-

Members

+

Members

@@ -4092,6 +4092,6 @@ properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant).

+
Generated by GTK-Doc V1.25 \ No newline at end of file -- cgit 1.3.0-6-gf8a5