From f60117b41d5433be1b4a96d82cd11d0c3dce9b63 Mon Sep 17 00:00:00 2001
From: Michael Biebl
GEnum + ├── NMSettingWirelessSecurityFils ├── NMSettingWirelessSecurityPmf ├── NMSettingWirelessSecurityWpsMethod ╰── NMWepKeyType @@ -1512,6 +1534,12 @@ nm_setting_wireless_security_get_wps_method
Since: 1.10
+NMSettingWirelessSecurityFils
+nm_setting_wireless_security_get_fils (NMSettingWirelessSecurity *setting);
+These flags indicate whether FILS must be enabled.
+| + |
+ use the default value + |
++ |
| + |
+ disable FILS + |
++ |
| + |
+ enable FILS if the supplicant and the AP support it + |
++ |
| + |
+ require FILS and fail if not available + |
++ |
| + |
+ placeholder value for bounds-checking + |
++ |
| + |
+ placeholder value for bounds-checking + |
++ |
Since: 1.12
+#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt"@@ -1803,6 +1891,12 @@ the actual WEP key using the MD5 hash algorithm.
typedef struct _NMSettingWirelessSecurity NMSettingWirelessSecurity;
Wi-Fi Security Settings
@@ -1823,6 +1917,22 @@ using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") 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
+“group” property“group” GStrv
A list of group/broadcast encryption algorithms which prevents -- cgit 1.3.0-6-gf8a5