From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl key the WEP key as a string, in either hexadecimal, ASCII, or passphrase
-form as determiend by the value of the “wep-key-type”
+form as determined by the value of the “wep-key-type”
property.
@@ -1702,7 +1702,7 @@ although, with the same numeric values.
use WPS push-buthon method
+use WPS push-button method
#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt" +#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt"
#define NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX "wep-tx-keyidx" +#define NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX "wep-tx-keyidx"
#define NM_SETTING_WIRELESS_SECURITY_AUTH_ALG "auth-alg" +#define NM_SETTING_WIRELESS_SECURITY_AUTH_ALG "auth-alg"
#define NM_SETTING_WIRELESS_SECURITY_PROTO "proto" +#define NM_SETTING_WIRELESS_SECURITY_PROTO "proto"
#define NM_SETTING_WIRELESS_SECURITY_PAIRWISE "pairwise" +#define NM_SETTING_WIRELESS_SECURITY_PAIRWISE "pairwise"
#define NM_SETTING_WIRELESS_SECURITY_GROUP "group" +#define NM_SETTING_WIRELESS_SECURITY_GROUP "group"
#define NM_SETTING_WIRELESS_SECURITY_PMF "pmf" +#define NM_SETTING_WIRELESS_SECURITY_PMF "pmf"
#define NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME "leap-username" +#define NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME "leap-username"
#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY0 "wep-key0" +#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY0 "wep-key0"
#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY1 "wep-key1" +#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY1 "wep-key1"
#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY2 "wep-key2" +#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY2 "wep-key2"
#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY3 "wep-key3" +#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY3 "wep-key3"
#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS "wep-key-flags" +#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS "wep-key-flags"
#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE "wep-key-type" +#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE "wep-key-type"
#define NM_SETTING_WIRELESS_SECURITY_PSK "psk" +#define NM_SETTING_WIRELESS_SECURITY_PSK "psk"
#define NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS "psk-flags" +#define NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS "psk-flags"
#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD "leap-password" +#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD "leap-password"
#define NM_SETTING_WIRELESS_SECURITY_WPS_METHOD "wps-method" +#define NM_SETTING_WIRELESS_SECURITY_WPS_METHOD "wps-method"
#define NM_SETTING_WIRELESS_SECURITY_FILS "fils" +#define NM_SETTING_WIRELESS_SECURITY_FILS "fils"
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