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 +++++++++++++++++++++++++++++++++++ docs/libnm/html/api-index-full.html | 16 +++++++++ docs/libnm/html/index.html | 2 +- docs/libnm/html/libnm-nm-utils.html | 7 ++++ docs/libnm/html/libnm-nm-version.html | 10 ++++++ docs/libnm/html/libnm.devhelp2 | 5 +++ docs/libnm/html/usage.html | 2 +- 7 files changed, 104 insertions(+), 2 deletions(-) (limited to 'docs/libnm/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.

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 NMSettingOvs
+NMSetting8021x:optional, object property in NMSetting8021x +
+
+
NMSetting8021x:pac-file, object property in NMSetting8021x
@@ -3673,6 +3677,10 @@ nm_auto_free_team_setting, macro in nm-team-utils
+NM_AVAILABLE_IN_1_20_6, macro in nm-version +
+
+
NM_AVAILABLE_IN_1_4, macro in nm-version
@@ -7485,6 +7493,10 @@ nm_jansson_load, function in nm-json
+nm_setting_802_1x_get_optional, function in NMSetting8021x +
+
+
nm_setting_802_1x_get_pac_file, function in NMSetting8021x
@@ -7673,6 +7685,10 @@ nm_jansson_load, function in nm-json
+NM_SETTING_802_1X_OPTIONAL, macro in NMSetting8021x +
+
+
NM_SETTING_802_1X_PAC_FILE, macro in NMSetting8021x
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index f67556a8..2294f301 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@

- 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

  + +

NMU_SEC_SAE

+ +

is used with WPA3 Enterprise

+ +  +
diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index 99655f9c..d5813947 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -226,6 +226,10 @@ #define NM_AVAILABLE_IN_1_20 + +#define +NM_AVAILABLE_IN_1_20_6 +
@@ -460,6 +464,12 @@
# define NM_AVAILABLE_IN_1_20            G_UNAVAILABLE(1,20)
 
+
+
+

NM_AVAILABLE_IN_1_20_6

+
# define NM_AVAILABLE_IN_1_20_6          G_UNAVAILABLE(1,20.6)
+
+