From 9c642eac191ef0dce49855d8da0a9e9af18d5113 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 6 Nov 2019 20:45:33 +0100 Subject: New upstream version 1.20.6 --- docs/libnm/html/NMSetting8021x.html | 64 +++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'docs/libnm/html/NMSetting8021x.html') diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index d950232c..bd140a48 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -700,6 +700,14 @@ nm_setting_802_1x_get_auth_timeout () + + +gboolean + + +nm_setting_802_1x_get_optional () + + @@ -786,6 +794,11 @@ Read / Write +gboolean +optional +Read / Write + + gchar * pac-file @@ -1173,6 +1186,10 @@ NM_SETTING_802_1X_AUTH_TIMEOUT +#define +NM_SETTING_802_1X_OPTIONAL + +   NMSetting8021x @@ -4053,6 +4070,34 @@ global default value.

Since: 1.8

+
+
+

nm_setting_802_1x_get_optional ()

+
gboolean
+nm_setting_802_1x_get_optional (NMSetting8021x *setting);
+

Returns the value contained in the “optional” property.

+
+

Parameters

+
+++++ + + + + + +

setting

the NMSetting8021x

 
+
+
+

Returns

+

TRUE if the activation should proceed even when the 802.1X +authentication fails; FALSE otherwise

+
+

Since: 1.20.6

+

Types and Values

@@ -4492,6 +4537,12 @@ should be used.


+

NM_SETTING_802_1X_OPTIONAL

+
#define NM_SETTING_802_1X_OPTIONAL "optional"
+
+
+
+

NMSetting8021x

typedef struct _NMSetting8021x NMSetting8021x;

IEEE 802.1x Authentication Settings

@@ -4645,6 +4696,19 @@ login name.


+

The “optional” property

+
  “optional”                 gboolean
+

Whether the 802.1X authentication is optional. If TRUE, the activation +will continue even after a timeout or an authentication failure. Setting +the property to TRUE is currently allowed only for Ethernet connections. +If set to FALSE, the activation can continue only after a successful +authentication.

+

Flags: Read / Write

+

Default value: FALSE

+

Since: 1.20.6

+
+
+

The “pac-file” property

  “pac-file”                 gchar *

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

-- cgit 1.3.0-6-gf8a5 From e22609983008e1a669196ad64ba3a59ae8c76e0d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 25 Nov 2019 18:53:53 +0100 Subject: New upstream version 1.20.8 --- docs/libnm/html/NMSetting8021x.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libnm/html/NMSetting8021x.html') diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index bd140a48..4e74d1cb 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -8,7 +8,7 @@ - + @@ -5094,6 +5094,6 @@ properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant).

+
Generated by GTK-Doc V1.29.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 28028b26b3371756811e95d894f709f4b1207c00 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 18 Dec 2019 18:29:24 +0100 Subject: New upstream version 1.22.0 --- docs/libnm/html/NMSetting8021x.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMSetting8021x.html') diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index 4e74d1cb..eec09bbe 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -8,7 +8,7 @@ - + @@ -1199,9 +1199,10 @@

Object Hierarchy

    GEnum
-    ├── NMSetting8021xAuthFlags
     ├── NMSetting8021xCKFormat
     ╰── NMSetting8021xCKScheme
+    GFlags
+    ╰── NMSetting8021xAuthFlags
     GObject
     ╰── NMSetting
         ╰── NMSetting8021x
@@ -4096,7 +4097,7 @@ nm_setting_802_1x_get_optional ( TRUE if the activation should proceed even when the 802.1X
 authentication fails; FALSE otherwise

-

Since: 1.20.6

+

Since: 1.22

@@ -4216,6 +4217,8 @@ URI of an object on a PKCS11 token

enum NMSetting8021xAuthFlags

NMSetting8021xAuthFlags values indicate which authentication settings should be used.

+

Before 1.22, this was wrongly marked as a enum and not as a flags +type.

Members

@@ -4705,7 +4708,7 @@ If set to Since: 1.20.6

+

Since: 1.22


@@ -4814,7 +4817,7 @@ server certificate's altSubjectName is performed.

The “phase2-auth” property

  “phase2-auth”              gchar *
-

Specifies the allowed "phase 2" inner non-EAP authentication methods when +

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 "pap", "chap", "mschap", "mschapv2", "gtc", "otp", "md5", and "tls". @@ -4827,7 +4830,7 @@ authentication; see the wpa_supplicant documentation for more details.

The “phase2-autheap” property

  “phase2-autheap”           gchar *
-

Specifies the allowed "phase 2" inner EAP-based authentication methods +

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 "md5", "mschapv2", "otp", "gtc", and "tls". Each "phase 2" inner method @@ -5094,6 +5097,6 @@ properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant).

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