From f60117b41d5433be1b4a96d82cd11d0c3dce9b63 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 23 Apr 2018 18:00:21 +0200 Subject: New upstream version 1.11.3 --- docs/libnm/html/NMSettingWirelessSecurity.html | 110 +++++++++++++++++++++++++ 1 file changed, 110 insertions(+) (limited to 'docs/libnm/html/NMSettingWirelessSecurity.html') diff --git a/docs/libnm/html/NMSettingWirelessSecurity.html b/docs/libnm/html/NMSettingWirelessSecurity.html index 848f2cf9..c8b208a7 100644 --- a/docs/libnm/html/NMSettingWirelessSecurity.html +++ b/docs/libnm/html/NMSettingWirelessSecurity.html @@ -297,6 +297,14 @@ use WEP, LEAP, WPA or WPA2/RSN security

nm_setting_wireless_security_get_wps_method () + + +NMSettingWirelessSecurityFils + + +nm_setting_wireless_security_get_fils () + + @@ -316,6 +324,11 @@ use WEP, LEAP, WPA or WPA2/RSN security

Read / Write +gint +fils +Read / Write / Construct + + GStrv group Read / Write @@ -441,6 +454,10 @@ use WEP, LEAP, WPA or WPA2/RSN security

NMSettingWirelessSecurityWpsMethod +enum +NMSettingWirelessSecurityFils + + #define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT @@ -517,6 +534,10 @@ use WEP, LEAP, WPA or WPA2/RSN security

NM_SETTING_WIRELESS_SECURITY_WPS_METHOD +#define +NM_SETTING_WIRELESS_SECURITY_FILS + +   NMSettingWirelessSecurity @@ -526,6 +547,7 @@ use WEP, LEAP, WPA or WPA2/RSN security

Object Hierarchy

    GEnum
+    ├── NMSettingWirelessSecurityFils
     ├── NMSettingWirelessSecurityPmf
     ├── NMSettingWirelessSecurityWpsMethod
     ╰── NMWepKeyType
@@ -1512,6 +1534,12 @@ nm_setting_wireless_security_get_wps_method
 

Since: 1.10

+
+
+

nm_setting_wireless_security_get_fils ()

+
NMSettingWirelessSecurityFils
+nm_setting_wireless_security_get_fils (NMSettingWirelessSecurity *setting);
+

Types and Values

@@ -1689,6 +1717,66 @@ the actual WEP key using the MD5 hash algorithm.


+

enum NMSettingWirelessSecurityFils

+

These flags indicate whether FILS must be enabled.

+
+

Members

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

NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT

+

use the default value

+
 

NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE

+

disable FILS

+
 

NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL

+

enable FILS if the supplicant and the AP support it

+
 

NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED

+

require FILS and fail if not available

+
 

_NM_SETTING_WIRELESS_SECURITY_FILS_NUM

+

placeholder value for bounds-checking

+
 

NM_SETTING_WIRELESS_SECURITY_FILS_LAST

+

placeholder value for bounds-checking

+
 
+
+

Since: 1.12

+
+
+

NM_SETTING_WIRELESS_SECURITY_KEY_MGMT

#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt"
 
@@ -1803,6 +1891,12 @@ the actual WEP key using the MD5 hash algorithm.


+

NM_SETTING_WIRELESS_SECURITY_FILS

+
#define NM_SETTING_WIRELESS_SECURITY_FILS "fils"
+
+
+
+

NMSettingWirelessSecurity

typedef struct _NMSettingWirelessSecurity NMSettingWirelessSecurity;

Wi-Fi Security Settings

@@ -1823,6 +1917,22 @@ using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the

+

The “fils” property

+
  “fils”                     gint
+

Indicates whether Fast Initial Link Setup (802.11ai) must be enabled for +the connection. One of NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (use +global default value), NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE +(disable FILS), NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL (enable FILS +if the supplicant and the access point support it) or +NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED (enable FILS and fail if not +supported). When set to NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT and +no global default is set, FILS will be optionally enabled.

+

Flags: Read / Write / Construct

+

Default value: 0

+

Since: 1.12

+
+
+

The “group” property

  “group”                    GStrv

A list of group/broadcast encryption algorithms which prevents -- cgit 1.3.0-6-gf8a5