From a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 29 Nov 2010 19:00:22 +0100 Subject: Imported Upstream version 0.8.2 --- docs/libnm-util/html/NMSetting8021x.html | 244 +++++++++++++++---------------- 1 file changed, 122 insertions(+), 122 deletions(-) (limited to 'docs/libnm-util/html/NMSetting8021x.html') diff --git a/docs/libnm-util/html/NMSetting8021x.html b/docs/libnm-util/html/NMSetting8021x.html index 99739eb8..1aa66f80 100644 --- a/docs/libnm-util/html/NMSetting8021x.html +++ b/docs/libnm-util/html/NMSetting8021x.html @@ -3,12 +3,12 @@ NMSetting8021x - + - + @@ -50,7 +50,7 @@ enum NMSetting8021xError; #define NM_TYPE_SETTING_802_1X_ERROR #define NM_SETTING_802_1X_ERROR -GQuark nm_setting_802_1x_error_quark (void); +GQuark nm_setting_802_1x_error_quark (void); #define NM_SETTING_802_1X_EAP #define NM_SETTING_802_1X_IDENTITY #define NM_SETTING_802_1X_ANONYMOUS_IDENTITY @@ -75,45 +75,45 @@ enum NM_SETTING_802_1X_SYSTEM_CA_CERTS NMSetting8021x; NMSetting8021xClass; -GType nm_setting_802_1x_get_type (void); +GType nm_setting_802_1x_get_type (void); NMSetting * nm_setting_802_1x_new (void); -guint32 nm_setting_802_1x_get_num_eap_methods +guint32 nm_setting_802_1x_get_num_eap_methods (NMSetting8021x *setting); const char * nm_setting_802_1x_get_eap_method (NMSetting8021x *setting, - guint32 i); -gboolean nm_setting_802_1x_add_eap_method (NMSetting8021x *setting, + guint32 i); +gboolean nm_setting_802_1x_add_eap_method (NMSetting8021x *setting, const char *eap); void nm_setting_802_1x_remove_eap_method (NMSetting8021x *setting, - guint32 i); + guint32 i); void nm_setting_802_1x_clear_eap_methods (NMSetting8021x *setting); const char * nm_setting_802_1x_get_identity (NMSetting8021x *setting); const char * nm_setting_802_1x_get_anonymous_identity (NMSetting8021x *setting); -gboolean nm_setting_802_1x_get_system_ca_certs +gboolean nm_setting_802_1x_get_system_ca_certs (NMSetting8021x *setting); const char * nm_setting_802_1x_get_ca_path (NMSetting8021x *setting); const char * nm_setting_802_1x_get_phase2_ca_path (NMSetting8021x *setting); NMSetting8021xCKScheme nm_setting_802_1x_get_ca_cert_scheme (NMSetting8021x *setting); -const GByteArray * nm_setting_802_1x_get_ca_cert_blob (NMSetting8021x *setting); +const GByteArray * nm_setting_802_1x_get_ca_cert_blob (NMSetting8021x *setting); const char * nm_setting_802_1x_get_ca_cert_path (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_ca_cert (NMSetting8021x *setting, +gboolean nm_setting_802_1x_set_ca_cert (NMSetting8021x *setting, const char *value, NMSetting8021xCKScheme scheme, NMSetting8021xCKFormat *out_format, - GError **error); + GError **error); NMSetting8021xCKScheme nm_setting_802_1x_get_client_cert_scheme (NMSetting8021x *setting); -const GByteArray * nm_setting_802_1x_get_client_cert_blob +const GByteArray * nm_setting_802_1x_get_client_cert_blob (NMSetting8021x *setting); const char * nm_setting_802_1x_get_client_cert_path (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_client_cert (NMSetting8021x *setting, +gboolean nm_setting_802_1x_set_client_cert (NMSetting8021x *setting, const char *value, NMSetting8021xCKScheme scheme, NMSetting8021xCKFormat *out_format, - GError **error); + GError **error); const char * nm_setting_802_1x_get_phase1_peapver (NMSetting8021x *setting); const char * nm_setting_802_1x_get_phase1_peaplabel @@ -125,108 +125,108 @@ const char * NMSetting8021x *setting); NMSetting8021xCKScheme nm_setting_802_1x_get_phase2_ca_cert_scheme (NMSetting8021x *setting); -const GByteArray * nm_setting_802_1x_get_phase2_ca_cert_blob +const GByteArray * nm_setting_802_1x_get_phase2_ca_cert_blob (NMSetting8021x *setting); const char * nm_setting_802_1x_get_phase2_ca_cert_path (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_phase2_ca_cert +gboolean nm_setting_802_1x_set_phase2_ca_cert (NMSetting8021x *setting, const char *value, NMSetting8021xCKScheme scheme, NMSetting8021xCKFormat *out_format, - GError **error); + GError **error); NMSetting8021xCKScheme nm_setting_802_1x_get_phase2_client_cert_scheme (NMSetting8021x *setting); -const GByteArray * nm_setting_802_1x_get_phase2_client_cert_blob +const GByteArray * nm_setting_802_1x_get_phase2_client_cert_blob (NMSetting8021x *setting); const char * nm_setting_802_1x_get_phase2_client_cert_path (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_phase2_client_cert +gboolean nm_setting_802_1x_set_phase2_client_cert (NMSetting8021x *setting, const char *value, NMSetting8021xCKScheme scheme, NMSetting8021xCKFormat *out_format, - GError **error); + GError **error); const char * nm_setting_802_1x_get_password (NMSetting8021x *setting); const char * nm_setting_802_1x_get_pin (NMSetting8021x *setting); const char * nm_setting_802_1x_get_psk (NMSetting8021x *setting); NMSetting8021xCKScheme nm_setting_802_1x_get_private_key_scheme (NMSetting8021x *setting); -const GByteArray * nm_setting_802_1x_get_private_key_blob +const GByteArray * nm_setting_802_1x_get_private_key_blob (NMSetting8021x *setting); const char * nm_setting_802_1x_get_private_key_path (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_private_key (NMSetting8021x *setting, +gboolean nm_setting_802_1x_set_private_key (NMSetting8021x *setting, const char *value, const char *password, NMSetting8021xCKScheme scheme, NMSetting8021xCKFormat *out_format, - GError **error); + GError **error); const char * nm_setting_802_1x_get_private_key_password (NMSetting8021x *setting); NMSetting8021xCKFormat nm_setting_802_1x_get_private_key_format (NMSetting8021x *setting); NMSetting8021xCKScheme nm_setting_802_1x_get_phase2_private_key_scheme (NMSetting8021x *setting); -const GByteArray * nm_setting_802_1x_get_phase2_private_key_blob +const GByteArray * nm_setting_802_1x_get_phase2_private_key_blob (NMSetting8021x *setting); const char * nm_setting_802_1x_get_phase2_private_key_path (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_phase2_private_key +gboolean nm_setting_802_1x_set_phase2_private_key (NMSetting8021x *setting, const char *value, const char *password, NMSetting8021xCKScheme scheme, NMSetting8021xCKFormat *out_format, - GError **error); + GError **error); const char * nm_setting_802_1x_get_phase2_private_key_password (NMSetting8021x *setting); NMSetting8021xCKFormat nm_setting_802_1x_get_phase2_private_key_format (NMSetting8021x *setting); enum NMSetting8021xCKType; -const GByteArray * nm_setting_802_1x_get_ca_cert (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_ca_cert_from_file +const GByteArray * nm_setting_802_1x_get_ca_cert (NMSetting8021x *setting); +gboolean nm_setting_802_1x_set_ca_cert_from_file (NMSetting8021x *setting, const char *filename, NMSetting8021xCKType *out_ck_type, - GError **error); -const GByteArray * nm_setting_802_1x_get_client_cert (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_client_cert_from_file + GError **error); +const GByteArray * nm_setting_802_1x_get_client_cert (NMSetting8021x *setting); +gboolean nm_setting_802_1x_set_client_cert_from_file (NMSetting8021x *setting, const char *filename, NMSetting8021xCKType *out_ck_type, - GError **error); -const GByteArray * nm_setting_802_1x_get_phase2_ca_cert + GError **error); +const GByteArray * nm_setting_802_1x_get_phase2_ca_cert (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_phase2_ca_cert_from_file +gboolean nm_setting_802_1x_set_phase2_ca_cert_from_file (NMSetting8021x *setting, const char *filename, NMSetting8021xCKType *out_ck_type, - GError **error); -const GByteArray * nm_setting_802_1x_get_phase2_client_cert + GError **error); +const GByteArray * nm_setting_802_1x_get_phase2_client_cert (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_phase2_client_cert_from_file +gboolean nm_setting_802_1x_set_phase2_client_cert_from_file (NMSetting8021x *setting, const char *filename, NMSetting8021xCKType *out_ck_type, - GError **error); -const GByteArray * nm_setting_802_1x_get_private_key (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_private_key_from_file + GError **error); +const GByteArray * nm_setting_802_1x_get_private_key (NMSetting8021x *setting); +gboolean nm_setting_802_1x_set_private_key_from_file (NMSetting8021x *setting, const char *filename, const char *password, NMSetting8021xCKType *out_ck_type, - GError **error); + GError **error); NMSetting8021xCKType nm_setting_802_1x_get_private_key_type (NMSetting8021x *setting); -const GByteArray * nm_setting_802_1x_get_phase2_private_key +const GByteArray * nm_setting_802_1x_get_phase2_private_key (NMSetting8021x *setting); -gboolean nm_setting_802_1x_set_phase2_private_key_from_file +gboolean nm_setting_802_1x_set_phase2_private_key_from_file (NMSetting8021x *setting, const char *filename, const char *password, NMSetting8021xCKType *out_ck_type, - GError **error); + GError **error); NMSetting8021xCKType nm_setting_802_1x_get_phase2_private_key_type (NMSetting8021x *setting); @@ -234,7 +234,7 @@ const

Object Hierarchy

-  GObject
+  GObject
    +----NMSetting
          +----NMSetting8021x
 
@@ -242,26 +242,26 @@ const

Properties

-  "anonymous-identity"       gchar*                : Read / Write
+  "anonymous-identity"       gchar*                : Read / Write
   "ca-cert"                  GArray_guchar_*       : Read / Write
-  "ca-path"                  gchar*                : Read / Write
+  "ca-path"                  gchar*                : Read / Write
   "client-cert"              GArray_guchar_*       : Read / Write
   "eap"                      GSList_gchararray_*   : Read / Write
-  "identity"                 gchar*                : Read / Write
-  "password"                 gchar*                : Read / Write
-  "phase1-fast-provisioning" gchar*                : Read / Write
-  "phase1-peaplabel"         gchar*                : Read / Write
-  "phase1-peapver"           gchar*                : Read / Write
-  "phase2-auth"              gchar*                : Read / Write
-  "phase2-autheap"           gchar*                : Read / Write
+  "identity"                 gchar*                : Read / Write
+  "password"                 gchar*                : Read / Write
+  "phase1-fast-provisioning" gchar*                : Read / Write
+  "phase1-peaplabel"         gchar*                : Read / Write
+  "phase1-peapver"           gchar*                : Read / Write
+  "phase2-auth"              gchar*                : Read / Write
+  "phase2-autheap"           gchar*                : Read / Write
   "phase2-ca-cert"           GArray_guchar_*       : Read / Write
-  "phase2-ca-path"           gchar*                : Read / Write
+  "phase2-ca-path"           gchar*                : Read / Write
   "phase2-client-cert"       GArray_guchar_*       : Read / Write
   "phase2-private-key"       GArray_guchar_*       : Read / Write
-  "phase2-private-key-password" gchar*                : Read / Write
+  "phase2-private-key-password" gchar*                : Read / Write
   "private-key"              GArray_guchar_*       : Read / Write
-  "private-key-password"     gchar*                : Read / Write
-  "system-ca-certs"          gboolean              : Read / Write / Construct
+  "private-key-password"     gchar*                : Read / Write
+  "system-ca-certs"          gboolean              : Read / Write / Construct
 
@@ -361,7 +361,7 @@ following books.

nm_setting_802_1x_error_quark ()

-
GQuark              nm_setting_802_1x_error_quark       (void);
+
GQuark              nm_setting_802_1x_error_quark       (void);

Registers an error quark for NMSetting8021x if necessary.

@@ -576,7 +576,7 @@ Registers an error quark for

nm_setting_802_1x_get_type ()

-
GType               nm_setting_802_1x_get_type          (void);
+
GType               nm_setting_802_1x_get_type          (void);

@@ -607,7 +607,7 @@ Creates a new

nm_setting_802_1x_get_num_eap_methods ()

-
guint32             nm_setting_802_1x_get_num_eap_methods
+
guint32             nm_setting_802_1x_get_num_eap_methods
                                                         (NMSetting8021x *setting);

Returns the number of eap methods allowed for use when connecting to the @@ -636,7 +636,7 @@ allowed EAP methods.

nm_setting_802_1x_get_eap_method ()

const char *        nm_setting_802_1x_get_eap_method    (NMSetting8021x *setting,
-                                                         guint32 i);
+ guint32 i);

Returns the name of the allowed EAP method at index i.

@@ -664,7 +664,7 @@ Returns the name of the allowed EAP method at index

nm_setting_802_1x_add_eap_method ()

-
gboolean            nm_setting_802_1x_add_eap_method    (NMSetting8021x *setting,
+
gboolean            nm_setting_802_1x_add_eap_method    (NMSetting8021x *setting,
                                                          const char *eap);

Adds an allowed EAP method. The setting is not valid until at least one @@ -697,7 +697,7 @@ allowed EAP methods.

nm_setting_802_1x_remove_eap_method ()

void                nm_setting_802_1x_remove_eap_method (NMSetting8021x *setting,
-                                                         guint32 i);
+ guint32 i);

Removes the allowed EAP method at the specified index.

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

nm_setting_802_1x_get_system_ca_certs ()

-
gboolean            nm_setting_802_1x_get_system_ca_certs
+
gboolean            nm_setting_802_1x_get_system_ca_certs
                                                         (NMSetting8021x *setting);

Sets the "system-ca-certs" property. The @@ -897,7 +897,7 @@ if NM_SETTING_802_1X_CK_SCHEME_PATH, use

nm_setting_802_1x_get_ca_cert_blob ()

-
const GByteArray *  nm_setting_802_1x_get_ca_cert_blob  (NMSetting8021x *setting);
+
const GByteArray *  nm_setting_802_1x_get_ca_cert_blob  (NMSetting8021x *setting);

Returns the CA certificate blob if the CA certificate is stored using the NM_SETTING_802_1X_CK_SCHEME_BLOB scheme. Not all EAP methods use a @@ -953,11 +953,11 @@ of the network cannot be confirmed by the client.


nm_setting_802_1x_set_ca_cert ()

-
gboolean            nm_setting_802_1x_set_ca_cert       (NMSetting8021x *setting,
+
gboolean            nm_setting_802_1x_set_ca_cert       (NMSetting8021x *setting,
                                                          const char *value,
                                                          NMSetting8021xCKScheme scheme,
                                                          NMSetting8021xCKFormat *out_format,
-                                                         GError **error);
+ GError **error);

Reads a certificate from disk and sets the "ca-cert" property with the raw certificate data if using the NM_SETTING_802_1X_CK_SCHEME_BLOB @@ -977,7 +977,7 @@ scheme, or with the path to the certificate file if using the

@@ -1033,7 +1033,7 @@ if NM_SETTING_802_1X_CK_SCHEME_PATH, use

nm_setting_802_1x_get_client_cert_blob ()

-
const GByteArray *  nm_setting_802_1x_get_client_cert_blob
+
const GByteArray *  nm_setting_802_1x_get_client_cert_blob
                                                         (NMSetting8021x *setting);

Client certificates are used to identify the connecting client to the network @@ -1085,11 +1085,11 @@ authentication method.


nm_setting_802_1x_set_client_cert ()

-
gboolean            nm_setting_802_1x_set_client_cert   (NMSetting8021x *setting,
+
gboolean            nm_setting_802_1x_set_client_cert   (NMSetting8021x *setting,
                                                          const char *value,
                                                          NMSetting8021xCKScheme scheme,
                                                          NMSetting8021xCKFormat *out_format,
-                                                         GError **error);
+ GError **error);

Reads a certificate from disk and sets the "client-cert" property with the raw certificate data if using the @@ -1114,7 +1114,7 @@ authentication method.

@@ -1285,7 +1285,7 @@ use

nm_setting_802_1x_get_phase2_ca_cert_blob ()

-
const GByteArray *  nm_setting_802_1x_get_phase2_ca_cert_blob
+
const GByteArray *  nm_setting_802_1x_get_phase2_ca_cert_blob
                                                         (NMSetting8021x *setting);

Returns the "phase 2" CA certificate blob if the CA certificate is stored @@ -1343,12 +1343,12 @@ of the network cannot be confirmed by the client.


nm_setting_802_1x_set_phase2_ca_cert ()

-
gboolean            nm_setting_802_1x_set_phase2_ca_cert
+
gboolean            nm_setting_802_1x_set_phase2_ca_cert
                                                         (NMSetting8021x *setting,
                                                          const char *value,
                                                          NMSetting8021xCKScheme scheme,
                                                          NMSetting8021xCKFormat *out_format,
-                                                         GError **error);
+ GError **error);

Reads a certificate from disk and sets the "phase2-ca-cert" property with the raw certificate data if using the @@ -1368,7 +1368,7 @@ file if using the NM_SETTING_802_1X_CK_SCHEME_PATH

@@ -1426,7 +1426,7 @@ returned scheme is NM_SETTING_802_1X_CK_SCHEME_BLOB

nm_setting_802_1x_get_phase2_client_cert_blob ()

-
const GByteArray *  nm_setting_802_1x_get_phase2_client_cert_blob
+
const GByteArray *  nm_setting_802_1x_get_phase2_client_cert_blob
                                                         (NMSetting8021x *setting);

Client certificates are used to identify the connecting client to the network @@ -1478,12 +1478,12 @@ authentication method.


nm_setting_802_1x_set_phase2_client_cert ()

-
gboolean            nm_setting_802_1x_set_phase2_client_cert
+
gboolean            nm_setting_802_1x_set_phase2_client_cert
                                                         (NMSetting8021x *setting,
                                                          const char *value,
                                                          NMSetting8021xCKScheme scheme,
                                                          NMSetting8021xCKFormat *out_format,
-                                                         GError **error);
+ GError **error);

Reads a certificate from disk and sets the "phase2-client-cert" property with the raw certificate data if using the @@ -1508,7 +1508,7 @@ authentication method.

@@ -1629,7 +1629,7 @@ Returns the scheme used to store the private key. If the returned scheme is

nm_setting_802_1x_get_private_key_blob ()

-
const GByteArray *  nm_setting_802_1x_get_private_key_blob
+
const GByteArray *  nm_setting_802_1x_get_private_key_blob
                                                         (NMSetting8021x *setting);

Private keys are used to authenticate the connecting client to the network @@ -1681,12 +1681,12 @@ authentication method.


nm_setting_802_1x_set_private_key ()

-
gboolean            nm_setting_802_1x_set_private_key   (NMSetting8021x *setting,
+
gboolean            nm_setting_802_1x_set_private_key   (NMSetting8021x *setting,
                                                          const char *value,
                                                          const char *password,
                                                          NMSetting8021xCKScheme scheme,
                                                          NMSetting8021xCKFormat *out_format,
-                                                         GError **error);
+ GError **error);

Reads a private key from disk and sets the "private-key" property with the raw private key data if using the @@ -1711,7 +1711,7 @@ authentication method.

@@ -1820,7 +1820,7 @@ scheme is NM_SETTING_802_1X_CK_SCHEME_BLOB, use

nm_setting_802_1x_get_phase2_private_key_blob ()

-
const GByteArray *  nm_setting_802_1x_get_phase2_private_key_blob
+
const GByteArray *  nm_setting_802_1x_get_phase2_private_key_blob
                                                         (NMSetting8021x *setting);

Private keys are used to authenticate the connecting client to the network @@ -1872,13 +1872,13 @@ authentication method.


nm_setting_802_1x_set_phase2_private_key ()

-
gboolean            nm_setting_802_1x_set_phase2_private_key
+
gboolean            nm_setting_802_1x_set_phase2_private_key
                                                         (NMSetting8021x *setting,
                                                          const char *value,
                                                          const char *password,
                                                          NMSetting8021xCKScheme scheme,
                                                          NMSetting8021xCKFormat *out_format,
-                                                         GError **error);
+ GError **error);

Reads a "phase 2" private key from disk and sets the "phase2-private-key" property with the raw private key data if @@ -1903,7 +1903,7 @@ authentication method.

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

nm_setting_802_1x_get_ca_cert ()

-
const GByteArray *  nm_setting_802_1x_get_ca_cert       (NMSetting8021x *setting);
+
const GByteArray *  nm_setting_802_1x_get_ca_cert       (NMSetting8021x *setting);

Warning

nm_setting_802_1x_get_ca_cert has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2031,11 +2031,11 @@ of the network cannot be confirmed by the client.


nm_setting_802_1x_set_ca_cert_from_file ()

-
gboolean            nm_setting_802_1x_set_ca_cert_from_file
+
gboolean            nm_setting_802_1x_set_ca_cert_from_file
                                                         (NMSetting8021x *setting,
                                                          const char *filename,
                                                          NMSetting8021xCKType *out_ck_type,
-                                                         GError **error);
+ GError **error);

Warning

nm_setting_802_1x_set_ca_cert_from_file has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2083,7 +2083,7 @@ scheme.


nm_setting_802_1x_get_client_cert ()

-
const GByteArray *  nm_setting_802_1x_get_client_cert   (NMSetting8021x *setting);
+
const GByteArray *  nm_setting_802_1x_get_client_cert   (NMSetting8021x *setting);

Warning

nm_setting_802_1x_get_client_cert has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2114,11 +2114,11 @@ authentication method.


nm_setting_802_1x_set_client_cert_from_file ()

-
gboolean            nm_setting_802_1x_set_client_cert_from_file
+
gboolean            nm_setting_802_1x_set_client_cert_from_file
                                                         (NMSetting8021x *setting,
                                                          const char *filename,
                                                          NMSetting8021xCKType *out_ck_type,
-                                                         GError **error);
+ GError **error);

Warning

nm_setting_802_1x_set_client_cert_from_file has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2170,7 +2170,7 @@ authentication method.


nm_setting_802_1x_get_phase2_ca_cert ()

-
const GByteArray *  nm_setting_802_1x_get_phase2_ca_cert
+
const GByteArray *  nm_setting_802_1x_get_phase2_ca_cert
                                                         (NMSetting8021x *setting);

Warning

@@ -2204,11 +2204,11 @@ of the network cannot be confirmed by the client.

nm_setting_802_1x_set_phase2_ca_cert_from_file ()

-
gboolean            nm_setting_802_1x_set_phase2_ca_cert_from_file
+
gboolean            nm_setting_802_1x_set_phase2_ca_cert_from_file
                                                         (NMSetting8021x *setting,
                                                          const char *filename,
                                                          NMSetting8021xCKType *out_ck_type,
-                                                         GError **error);
+ GError **error);

Warning

nm_setting_802_1x_set_phase2_ca_cert_from_file has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2255,7 +2255,7 @@ property with the raw certificate data.


nm_setting_802_1x_get_phase2_client_cert ()

-
const GByteArray *  nm_setting_802_1x_get_phase2_client_cert
+
const GByteArray *  nm_setting_802_1x_get_phase2_client_cert
                                                         (NMSetting8021x *setting);

Warning

@@ -2287,11 +2287,11 @@ authentication method.

nm_setting_802_1x_set_phase2_client_cert_from_file ()

-
gboolean            nm_setting_802_1x_set_phase2_client_cert_from_file
+
gboolean            nm_setting_802_1x_set_phase2_client_cert_from_file
                                                         (NMSetting8021x *setting,
                                                          const char *filename,
                                                          NMSetting8021xCKType *out_ck_type,
-                                                         GError **error);
+ GError **error);

Warning

nm_setting_802_1x_set_phase2_client_cert_from_file has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2343,7 +2343,7 @@ authentication method.


nm_setting_802_1x_get_private_key ()

-
const GByteArray *  nm_setting_802_1x_get_private_key   (NMSetting8021x *setting);
+
const GByteArray *  nm_setting_802_1x_get_private_key   (NMSetting8021x *setting);

Warning

nm_setting_802_1x_get_private_key has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2374,12 +2374,12 @@ authentication method.


nm_setting_802_1x_set_private_key_from_file ()

-
gboolean            nm_setting_802_1x_set_private_key_from_file
+
gboolean            nm_setting_802_1x_set_private_key_from_file
                                                         (NMSetting8021x *setting,
                                                          const char *filename,
                                                          const char *password,
                                                          NMSetting8021xCKType *out_ck_type,
-                                                         GError **error);
+ GError **error);

Warning

nm_setting_802_1x_set_private_key_from_file has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2464,7 +2464,7 @@ authentication method.


nm_setting_802_1x_get_phase2_private_key ()

-
const GByteArray *  nm_setting_802_1x_get_phase2_private_key
+
const GByteArray *  nm_setting_802_1x_get_phase2_private_key
                                                         (NMSetting8021x *setting);

Warning

@@ -2496,12 +2496,12 @@ authentication method.

nm_setting_802_1x_set_phase2_private_key_from_file ()

-
gboolean            nm_setting_802_1x_set_phase2_private_key_from_file
+
gboolean            nm_setting_802_1x_set_phase2_private_key_from_file
                                                         (NMSetting8021x *setting,
                                                          const char *filename,
                                                          const char *password,
                                                          NMSetting8021xCKType *out_ck_type,
-                                                         GError **error);
+ GError **error);

Warning

nm_setting_802_1x_set_phase2_private_key_from_file has been deprecated since version 0.8 and should not be used in newly-written code. This function has been deprecated and should @@ -2588,7 +2588,7 @@ authentication method.

Property Details

The "anonymous-identity" property

-
  "anonymous-identity"       gchar*                : Read / Write
+
  "anonymous-identity"       gchar*                : Read / Write

Anonymous identity string for EAP authentication methods. Used as the unencrypted identity with EAP types that support different tunneled @@ -2609,7 +2609,7 @@ discouraged; use the

The "ca-path" property

-
  "ca-path"                  gchar*                : Read / Write
+
  "ca-path"                  gchar*                : Read / Write

UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the @@ -2642,7 +2642,7 @@ allowed combinations.


The "identity" property

-
  "identity"                 gchar*                : Read / Write
+
  "identity"                 gchar*                : Read / Write

Identity string for EAP authentication methods. Often the user's user or login name. @@ -2652,7 +2652,7 @@ user or login name.


The "password" property

-
  "password"                 gchar*                : Read / Write
+
  "password"                 gchar*                : Read / Write

Password used for EAP authentication methods.

@@ -2661,7 +2661,7 @@ Password used for EAP authentication methods.

The "phase1-fast-provisioning" property

-
  "phase1-fast-provisioning" gchar*                : Read / Write
+
  "phase1-fast-provisioning" gchar*                : Read / Write

Enables or disables in-line provisioning of EAP-FAST credentials when FAST is specified as the EAP method in the "eap" property. @@ -2675,7 +2675,7 @@ wpa_supplicant documentation for more details.


The "phase1-peaplabel" property

-
  "phase1-peaplabel"         gchar*                : Read / Write
+
  "phase1-peaplabel"         gchar*                : Read / Write

Forces use of the new PEAP label during key derivation. Some RADIUS servers may require forcing the new PEAP label to interoperate with @@ -2687,7 +2687,7 @@ wpa_supplicant documentation for more details.


The "phase1-peapver" property

-
  "phase1-peapver"           gchar*                : Read / Write
+
  "phase1-peapver"           gchar*                : Read / Write

Forces which PEAP version is used when PEAP is set as the EAP method in the "eap" property. When unset, the version reported by @@ -2701,7 +2701,7 @@ version.


The "phase2-auth" property

-
  "phase2-auth"              gchar*                : Read / Write
+
  "phase2-auth"              gchar*                : Read / Write

Specifies the allowed "phase 2" inner non-EAP authentication methods when an EAP method that uses an inner TLS tunnel is specified in the @@ -2715,7 +2715,7 @@ authentication; see the wpa_supplicant documentation for more details.


The "phase2-autheap" property

-
  "phase2-autheap"           gchar*                : Read / Write
+
  "phase2-autheap"           gchar*                : Read / Write

Specifies the allowed "phase 2" inner EAP-based authentication methods when an EAP method that uses an inner TLS tunnel is specified in the @@ -2740,7 +2740,7 @@ Setting this property directly is discouraged; use the


The "phase2-ca-path" property

-
  "phase2-ca-path"           gchar*                : Read / Write
+
  "phase2-ca-path"           gchar*                : Read / Write

UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the @@ -2776,7 +2776,7 @@ property directly is discouraged; use the


The "phase2-private-key-password" property

-
  "phase2-private-key-password" gchar*                : Read / Write
+
  "phase2-private-key-password" gchar*                : Read / Write

The password used to decrypt the private key specified in "phase2-private-key" when the private key either uses the @@ -2800,7 +2800,7 @@ Contains the private key if the

The "private-key-password" property

-
  "private-key-password"     gchar*                : Read / Write
+
  "private-key-password"     gchar*                : Read / Write

The password used to decrypt the private key specified in "private-key" when the private key either uses the path @@ -2814,7 +2814,7 @@ the private key by the

The "system-ca-certs" property

-
  "system-ca-certs"          gboolean              : Read / Write / Construct
+
  "system-ca-certs"          gboolean              : Read / Write / Construct

When TRUE, overrides "ca-path" and "phase2-ca-path" properties using the system CA directory @@ -2830,6 +2830,6 @@ addition to any certificates specified by the


- Generated by GTK-Doc V1.14
+ Generated by GTK-Doc V1.15
\ No newline at end of file -- cgit 1.3.0-6-gf8a5
when scheme is set to either NM_SETTING_802_1X_CK_SCHEME_PATH or NM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the CA certificate file (PEM or DER format). The path must be UTF-8 encoded; use - g_filename_to_utf8() to convert if needed. Passing NULL with any scheme + g_filename_to_utf8() to convert if needed. Passing NULL with any scheme clears the CA certificate.
when scheme is set to either NM_SETTING_802_1X_CK_SCHEME_PATH or NM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the client certificate file (PEM, DER, or PKCS12 format). The path must be UTF-8 encoded; use - g_filename_to_utf8() to convert if needed. Passing NULL with any scheme + g_filename_to_utf8() to convert if needed. Passing NULL with any scheme clears the client certificate.
when scheme is set to either NM_SETTING_802_1X_CK_SCHEME_PATH or NM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the "phase2" CA certificate file (PEM or DER format). The path must be UTF-8 encoded; use - g_filename_to_utf8() to convert if needed. Passing NULL with any scheme + g_filename_to_utf8() to convert if needed. Passing NULL with any scheme clears the "phase2" CA certificate.
when scheme is set to either NM_SETTING_802_1X_CK_SCHEME_PATH or NM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the "phase2" client certificate file (PEM, DER, or PKCS12 format). The path must be UTF-8 - encoded; use g_filename_to_utf8() to convert if needed. Passing NULL with + encoded; use g_filename_to_utf8() to convert if needed. Passing NULL with any scheme clears the "phase2" client certificate.
when scheme is set to either NM_SETTING_802_1X_CK_SCHEME_PATH or NM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the private key file (PEM, DER, or PKCS12 format). The path must be UTF-8 encoded; use - g_filename_to_utf8() to convert if needed. Passing NULL with any scheme + g_filename_to_utf8() to convert if needed. Passing NULL with any scheme clears the private key.
when scheme is set to either NM_SETTING_802_1X_CK_SCHEME_PATH or NM_SETTING_802_1X_CK_SCHEME_BLOB, pass the path of the "phase2" private key file (PEM, DER, or PKCS12 format). The path must be UTF-8 encoded; - use g_filename_to_utf8() to convert if needed. Passing NULL with any + use g_filename_to_utf8() to convert if needed. Passing NULL with any scheme clears the "phase2" private key.