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.
-- cgit 1.3.0-6-gf8a5