From 9c642eac191ef0dce49855d8da0a9e9af18d5113 Mon Sep 17 00:00:00 2001
From: Michael Biebl
+
@@ -786,6 +794,11 @@
+gboolean
+
+
+nm_setting_802_1x_get_optional ()
+
+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
+
@@ -4053,6 +4070,34 @@ global default value.
NMSetting8021x
Since: 1.8
+gboolean
+nm_setting_802_1x_get_optional (NMSetting8021x *setting);
+Returns the value contained in the “optional” property.
+ + TRUE if the activation should proceed even when the 802.1X
+authentication fails; FALSE otherwise
Since: 1.20.6
+typedef struct _NMSetting8021x NMSetting8021x;
IEEE 802.1x Authentication Settings
@@ -4645,6 +4696,19 @@ login name.“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
+“pac-file” property“pac-file” gchar *
UTF-8 encoded file path containing PAC for EAP-FAST.
diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index f311bb89..7556a5b2 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -1473,6 +1473,10 @@ NMSetting6Lowpan:parent, object property in NMSettingOvslibnm Reference Manual |
|---|
- for libnm 1.20.4 + for libnm 1.20.6 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm/stable/. diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index 7f9a58bf..f1713bbe 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -3499,6 +3499,13 @@ generating the dynamic WEP keys automatically
is used with WPA3 Enterprise
+# define NM_AVAILABLE_IN_1_20 G_UNAVAILABLE(1,20)+