From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl
-gchar *
+char *
anonymous-identity
Read / Write
-
@@ -758,7 +758,7 @@
gint
+int
auth-timeout
Read / Write
@@ -769,7 +769,7 @@
-gchar *
+char *
ca-cert-password
Read / Write
@@ -781,7 +781,7 @@
-gchar *
+char *
ca-path
Read / Write
@@ -792,13 +792,13 @@
-gchar *
+char *
client-cert-password
Read / Write
-gchar *
+char *
domain-match
Read / Write
@@ -809,7 +809,7 @@
-gchar *
+char *
domain-suffix-match
Read / Write
@@ -820,13 +820,13 @@
-gchar *
+char *
identity
Read / Write
-gchar *
+char *
pac-file
Read / Write
@@ -853,19 +853,19 @@
-gchar *
+char *
password
Read / Write
-gchar *
+char *
phase1-fast-provisioning
Read / Write
-gchar *
+char *
phase1-peaplabel
Read / Write
@@ -876,13 +876,13 @@
-gchar *
+char *
phase1-peapver
Read / Write
-gchar *
+char *
phase2-auth
Read / Write
@@ -894,7 +894,7 @@
-gchar *
+char *
phase2-autheap
Read / Write
@@ -905,7 +905,7 @@
-gchar *
+char *
phase2-ca-cert-password
Read / Write
@@ -917,7 +917,7 @@
-gchar *
+char *
phase2-ca-path
Read / Write
@@ -928,13 +928,13 @@
-gchar *
+char *
phase2-client-cert-password
Read / Write
-gchar *
+char *
phase2-domain-match
Read / Write
@@ -946,7 +946,7 @@
-gchar *
+char *
phase2-domain-suffix-match
Read / Write
@@ -957,13 +957,13 @@
-gchar *
+char *
phase2-private-key-password
Read / Write
-gchar *
+char *
phase2-subject-match
Read / Write
@@ -980,7 +980,7 @@
-gchar *
+char *
pin
Read / Write
@@ -991,7 +991,7 @@
-gchar *
+char *
private-key-password
Read / Write
@@ -1742,7 +1742,7 @@ of the network cannot be confirmed by the client.
-gchar *
+char *
subject-match
Read / Write
the password used by the authentication method as a
UTF-8-encoded array of bytes, as specified by the
“password-raw” property.
-[transfer none]
+[transfer none]
@@ -3571,7 +3571,7 @@ keys should always be encrypted with a private key password.
@@ -3867,7 +3867,7 @@ keys should always be encrypted with a private key password.
@@ -4664,7 +4664,7 @@ no verification of the server certificate's altSubjectName is performed.
The “anonymous-identity” property
- “anonymous-identity” gchar *
+ “anonymous-identity” char *
Anonymous identity string for EAP authentication methods. Used as the
unencrypted identity with EAP types that support different tunneled
identity like EAP-TTLS.
@@ -4675,7 +4675,7 @@ identity like EAP-TTLS.
The “auth-timeout” property
- “auth-timeout” gint
+ “auth-timeout” int
A timeout for the authentication. Zero means the global default; if the
global default is not set, the authentication timeout is 25 seconds.
Owner: NMSetting8021x
@@ -4708,7 +4708,7 @@ setting to use the built-in path, if the built-in path is not a directory.
The “ca-cert-password” property
- “ca-cert-password” gchar *
+ “ca-cert-password” char *
The password used to access the CA certificate stored in
“ca-cert” property. Only makes sense if the certificate
is stored on a PKCS#11 token that requires a login.
@@ -4729,7 +4729,7 @@ is stored on a PKCS#11 token that requires a login.
The “ca-path” property
- “ca-path” gchar *
+ “ca-path” char *
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.
@@ -4759,7 +4759,7 @@ with the string "file://" and ending with a terminating NUL byte.
The “client-cert-password” property
- “client-cert-password” gchar *
+ “client-cert-password” char *
The password used to access the client certificate stored in
“client-cert” property. Only makes sense if the certificate
is stored on a PKCS#11 token that requires a login.
@@ -4780,7 +4780,7 @@ is stored on a PKCS#11 token that requires a login.
The “domain-match” property
- “domain-match” gchar *
+ “domain-match” char *
Constraint for server domain name. If set, this list of FQDNs is used as
a match requirement for dNSName element(s) of the certificate presented
by the authentication server. If a matching dNSName is found, this
@@ -4795,7 +4795,7 @@ Multiple valid FQDNs can be passed as a ";" delimited list.
The “domain-suffix-match” property
- “domain-suffix-match” gchar *
+ “domain-suffix-match” char *
Constraint for server domain name. If set, this FQDN is used as a suffix
match requirement for dNSName element(s) of the certificate presented by
the authentication server. If a matching dNSName is found, this
@@ -4823,7 +4823,7 @@ allowed combinations.
The “identity” property
- “identity” gchar *
+ “identity” char *
Identity string for EAP authentication methods. Often the user's user or
login name.
Owner: NMSetting8021x
@@ -4847,7 +4847,7 @@ authentication.
The “pac-file” property
- “pac-file” gchar *
+ “pac-file” char *
UTF-8 encoded file path containing PAC for EAP-FAST.
Owner: NMSetting8021x
Flags: Read / Write
@@ -4856,7 +4856,7 @@ authentication.
The “password” property
- “password” gchar *
+ “password” char *
UTF-8 encoded password used for EAP authentication methods. If both the
“password” property and the “password-raw”
property are specified, “password” is preferred.
@@ -4909,7 +4909,7 @@ See the wpa_supplicant documentation for more details.
The “phase1-fast-provisioning” property
- “phase1-fast-provisioning” gchar *
+ “phase1-fast-provisioning” char *
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
@@ -4923,7 +4923,7 @@ wpa_supplicant documentation for more details.
The “phase1-peaplabel” property
- “phase1-peaplabel” gchar *
+ “phase1-peaplabel” char *
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
@@ -4935,7 +4935,7 @@ wpa_supplicant documentation for more details.
The “phase1-peapver” property
- “phase1-peapver” gchar *
+ “phase1-peapver” char *
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
@@ -4960,7 +4960,7 @@ server certificate's altSubjectName is performed.
The “phase2-auth” property
- “phase2-auth” gchar *
+ “phase2-auth” char *
Specifies the allowed "phase 2" inner non-EAP authentication method when
an EAP method that uses an inner TLS tunnel is specified in the
“eap” property. Recognized non-EAP "phase 2" methods are
@@ -4974,7 +4974,7 @@ authentication; see the wpa_supplicant documentation for more details.
The “phase2-autheap” property
- “phase2-autheap” gchar *
+ “phase2-autheap” char *
Specifies the allowed "phase 2" inner EAP-based authentication method
when an EAP method that uses an inner TLS tunnel is specified in the
“eap” property. Recognized EAP-based "phase 2" methods are
@@ -5010,7 +5010,7 @@ setting to use the built-in path, if the built-in path is not a directory.
The “phase2-ca-cert-password” property
- “phase2-ca-cert-password” gchar *
+ “phase2-ca-cert-password” char *
The password used to access the "phase2" CA certificate stored in
“phase2-ca-cert” property. Only makes sense if the certificate
is stored on a PKCS#11 token that requires a login.
@@ -5031,7 +5031,7 @@ is stored on a PKCS#11 token that requires a login.
The “phase2-ca-path” property
- “phase2-ca-path” gchar *
+ “phase2-ca-path” char *
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.
@@ -5064,7 +5064,7 @@ but this allows man-in-the-middle attacks and is NOT recommended.
The “phase2-client-cert-password” property
- “phase2-client-cert-password” gchar *
+ “phase2-client-cert-password” char *
The password used to access the "phase2" client certificate stored in
“phase2-client-cert” property. Only makes sense if the certificate
is stored on a PKCS#11 token that requires a login.
@@ -5085,7 +5085,7 @@ is stored on a PKCS#11 token that requires a login.
The “phase2-domain-match” property
- “phase2-domain-match” gchar *
+ “phase2-domain-match” char *
Constraint for server domain name. If set, this list of FQDNs is used as
a match requirement for dNSName element(s) of the certificate presented
by the authentication server during the inner "phase 2" authentication.
@@ -5101,7 +5101,7 @@ Multiple valid FQDNs can be passed as a ";" delimited list.
The “phase2-domain-suffix-match” property
- “phase2-domain-suffix-match” gchar *
+ “phase2-domain-suffix-match” char *
Constraint for server domain name. If set, this FQDN is used as a suffix
match requirement for dNSName element(s) of the certificate presented by
the authentication server during the inner "phase 2" authentication. If
@@ -5145,7 +5145,7 @@ password used to decode the PKCS#12 private key and certificate.
The “phase2-private-key-password” property
- “phase2-private-key-password” gchar *
+ “phase2-private-key-password” char *
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
@@ -5169,7 +5169,7 @@ function.
The “phase2-subject-match” property
- “phase2-subject-match” gchar *
+ “phase2-subject-match” char *
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
@@ -5183,7 +5183,7 @@ NMSetting8021x:phase2-domain-suffix-match.
The “pin” property
- “pin” gchar *
+ “pin” char *
PIN used for EAP authentication methods.
Owner: NMSetting8021x
Flags: Read / Write
@@ -5231,7 +5231,7 @@ private key data.
The “private-key-password” property
- “private-key-password” gchar *
+ “private-key-password” char *
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
@@ -5254,7 +5254,7 @@ property.
The “subject-match” property
- “subject-match” gchar *
+ “subject-match” char *
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. This property
@@ -5284,6 +5284,6 @@ properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant).
+
Generated by GTK-Doc V1.33.1