From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl
Returns
the new empty NMSettingWirelessSecurity object.
-[transfer full]
+[transfer full]
@@ -1909,7 +1909,7 @@ although, with the same numeric values.
Property Details
The “auth-alg” property
- “auth-alg” gchar *
+ “auth-alg” char *
When WEP is used (ie, key-mgmt = "none" or "ieee8021x") indicate the
802.11 authentication algorithm required by the AP here. One of "open"
for Open System, "shared" for Shared Key, or "leap" for Cisco LEAP. When
@@ -1922,7 +1922,7 @@ using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the
The “fils” property
- “fils” gint
+ “fils” int
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
@@ -1950,7 +1950,7 @@ list element may be one of "wep40", "wep104", "tkip", or "ccmp".
The “key-mgmt” property
- “key-mgmt” gchar *
+ “key-mgmt” char *
Key management used for the connection. One of "none" (WEP),
"ieee8021x" (Dynamic WEP), "wpa-psk" (infrastructure WPA-PSK), "sae"
(SAE), "owe" (Opportunistic Wireless Encryption) or "wpa-eap"
@@ -1963,7 +1963,7 @@ any Wi-Fi connection that uses security.
The “leap-password” property
- “leap-password” gchar *
+ “leap-password” char *
The login password for legacy LEAP connections (ie, key-mgmt =
"ieee8021x" and auth-alg = "leap").
Owner: NMSettingWirelessSecurity
@@ -1982,7 +1982,7 @@ any Wi-Fi connection that uses security.
The “leap-username” property
- “leap-username” gchar *
+ “leap-username” char *
The login username for legacy LEAP connections (ie, key-mgmt =
"ieee8021x" and auth-alg = "leap").
Owner: NMSettingWirelessSecurity
@@ -2003,7 +2003,7 @@ may be one of "tkip" or "ccmp".
The “pmf” property
- “pmf” gint
+ “pmf” int
Indicates whether Protected Management Frames (802.11w) must be enabled
for the connection. One of NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT
(use global default value), NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE
@@ -2030,7 +2030,7 @@ not specified, both WPA and RSN connections are allowed.
The “psk” property
- “psk” gchar *
+ “psk” char *
Pre-Shared-Key for WPA networks. For WPA-PSK, it's either an ASCII
passphrase of 8 to 63 characters that is (as specified in the 802.11i
standard) hashed to derive the actual key, or the key in form of 64
@@ -2076,7 +2076,7 @@ the actual WEP key.
The “wep-key0” property
- “wep-key0” gchar *
+ “wep-key0” char *
Index 0 WEP key. This is the WEP key used in most networks. See the
"wep-key-type" property for a description of how this key is interpreted.
Owner: NMSettingWirelessSecurity
@@ -2086,7 +2086,7 @@ the actual WEP key.
The “wep-key1” property
- “wep-key1” gchar *
+ “wep-key1” char *
Index 1 WEP key. This WEP index is not used by most networks. See the
"wep-key-type" property for a description of how this key is interpreted.
Owner: NMSettingWirelessSecurity
@@ -2096,7 +2096,7 @@ the actual WEP key.
The “wep-key2” property
- “wep-key2” gchar *
+ “wep-key2” char *
Index 2 WEP key. This WEP index is not used by most networks. See the
"wep-key-type" property for a description of how this key is interpreted.
Owner: NMSettingWirelessSecurity
@@ -2106,7 +2106,7 @@ the actual WEP key.
The “wep-key3” property
- “wep-key3” gchar *
+ “wep-key3” char *
Index 3 WEP key. This WEP index is not used by most networks. See the
"wep-key-type" property for a description of how this key is interpreted.
Owner: NMSettingWirelessSecurity
@@ -2143,6 +2143,6 @@ the Access Point capabilities.
+
Generated by GTK-Doc V1.33.1