From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMSettingWirelessSecurity.html | 50 +++++++++++++------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'docs/libnm/html/NMSettingWirelessSecurity.html') diff --git a/docs/libnm/html/NMSettingWirelessSecurity.html b/docs/libnm/html/NMSettingWirelessSecurity.html index 7c822ba6..5f31c435 100644 --- a/docs/libnm/html/NMSettingWirelessSecurity.html +++ b/docs/libnm/html/NMSettingWirelessSecurity.html @@ -8,7 +8,7 @@ - + @@ -319,12 +319,12 @@ use WEP, LEAP, WPA or WPA2/RSN security

-gchar * +char * auth-alg Read / Write -gint +int fils Read / Write @@ -335,13 +335,13 @@ use WEP, LEAP, WPA or WPA2/RSN security

-gchar * +char * key-mgmt Read / Write -gchar * +char * leap-password Read / Write @@ -352,7 +352,7 @@ use WEP, LEAP, WPA or WPA2/RSN security

-gchar * +char * leap-username Read / Write @@ -362,7 +362,7 @@ use WEP, LEAP, WPA or WPA2/RSN security

Read / Write -gint +int pmf Read / Write @@ -373,7 +373,7 @@ use WEP, LEAP, WPA or WPA2/RSN security

-gchar * +char * psk Read / Write @@ -394,25 +394,25 @@ use WEP, LEAP, WPA or WPA2/RSN security

-gchar * +char * wep-key0 Read / Write -gchar * +char * wep-key1 Read / Write -gchar * +char * wep-key2 Read / Write -gchar * +char * wep-key3 Read / Write @@ -582,7 +582,7 @@ nm_setting_wireless_security_new (

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
\ No newline at end of file -- cgit 1.3.0-6-gf8a5