From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm/html/NMSettingWirelessSecurity.html | 138 +++++++++++-------------- 1 file changed, 58 insertions(+), 80 deletions(-) (limited to 'docs/libnm/html/NMSettingWirelessSecurity.html') diff --git a/docs/libnm/html/NMSettingWirelessSecurity.html b/docs/libnm/html/NMSettingWirelessSecurity.html index 4542c113..59829fac 100644 --- a/docs/libnm/html/NMSettingWirelessSecurity.html +++ b/docs/libnm/html/NMSettingWirelessSecurity.html @@ -2,13 +2,13 @@ -libnm Reference Manual: NMSettingWirelessSecurity +NMSettingWirelessSecurity: libnm Reference Manual - + @@ -538,7 +538,6 @@ nm_setting_wireless_security_get_key_mgmt

Returns

the “key-mgmt” property of the setting

-


@@ -566,7 +565,6 @@ nm_setting_wireless_security_get_num_protos

Returns

the number of security protocols this connection allows when connecting to secure Wi-Fi networks

-


@@ -602,7 +600,6 @@ nm_setting_wireless_security_get_proto

Returns

the protocol at index i

-


@@ -644,7 +641,6 @@ with the access point.

Returns

TRUE if the protocol was new and and was added to the allowed protocol list, or FALSE if it was already in the list

-


@@ -711,7 +707,6 @@ nm_setting_wireless_security_remove_proto_by_value

Returns

TRUE if the protocol was found and removed; FALSE it it was not.

-


@@ -762,7 +757,6 @@ nm_setting_wireless_security_get_num_pairwise

Returns

the number of pairwise encryption algorithms in the allowed list

-


@@ -800,7 +794,6 @@ list.

Returns

the pairwise encryption algorithm at index i

-


@@ -840,7 +833,6 @@ compatible with this connection.

Returns

TRUE if the algorithm was added to the list, FALSE if it was already in the list

-


@@ -909,7 +901,6 @@ algorithm list.

Returns

TRUE if the encryption algorith was found and removed; FALSE it it was not.

-


@@ -960,7 +951,6 @@ nm_setting_wireless_security_get_num_groups

Returns

the number of groupwise encryption algorithms in the allowed list

-


@@ -998,7 +988,6 @@ list.

Returns

the groupwise encryption algorithm at index i

-


@@ -1039,7 +1028,6 @@ compatible with this connection.

Returns

TRUE if the algorithm was added to the list, FALSE if it was already in the list

-


@@ -1109,7 +1097,6 @@ algorithm list.

Returns

TRUE if the algorithm was found and removed; FALSE it it was not.

-


@@ -1159,7 +1146,6 @@ nm_setting_wireless_security_get_psk (

Returns

the “psk” property of the setting

-


@@ -1187,7 +1173,6 @@ nm_setting_wireless_security_get_psk_flags

Returns

the NMSettingSecretFlags pertaining to the “psk”

-


@@ -1214,7 +1199,6 @@ nm_setting_wireless_security_get_leap_username

Returns

the “leap-username” property of the setting

-


@@ -1241,7 +1225,6 @@ nm_setting_wireless_security_get_leap_password

Returns

the “leap-password” property of the setting

-


@@ -1269,7 +1252,6 @@ nm_setting_wireless_security_get_leap_password_flags

Returns

the NMSettingSecretFlags pertaining to the “leap-password”

-


@@ -1304,7 +1286,6 @@ nm_setting_wireless_security_get_wep_key

Returns

the WEP key at the given index

-


@@ -1370,7 +1351,6 @@ nm_setting_wireless_security_get_wep_tx_keyidx

Returns

the “wep-tx-keyidx” property of the setting

-


@@ -1397,7 +1377,6 @@ nm_setting_wireless_security_get_auth_alg

Returns

the “auth-alg” property of the setting

-


@@ -1424,7 +1403,6 @@ nm_setting_wireless_security_get_wep_key_flags

Returns

the NMSettingSecretFlags pertaining to the all WEP keys

-


@@ -1451,7 +1429,6 @@ nm_setting_wireless_security_get_wep_key_type

Returns

the “wep-key-type” property of the setting

-

@@ -1461,8 +1438,6 @@ nm_setting_wireless_security_get_wep_key_type

NM_SETTING_WIRELESS_SECURITY_SETTING_NAME

#define NM_SETTING_WIRELESS_SECURITY_SETTING_NAME "802-11-wireless-security"
 
-

-


@@ -1528,136 +1503,102 @@ the actual WEP key using the MD5 hash algorithm.

NM_SETTING_WIRELESS_SECURITY_KEY_MGMT

#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX

#define NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX "wep-tx-keyidx"
 
-

-


NM_SETTING_WIRELESS_SECURITY_AUTH_ALG

#define NM_SETTING_WIRELESS_SECURITY_AUTH_ALG "auth-alg"
 
-

-


NM_SETTING_WIRELESS_SECURITY_PROTO

#define NM_SETTING_WIRELESS_SECURITY_PROTO "proto"
 
-

-


NM_SETTING_WIRELESS_SECURITY_PAIRWISE

#define NM_SETTING_WIRELESS_SECURITY_PAIRWISE "pairwise"
 
-

-


NM_SETTING_WIRELESS_SECURITY_GROUP

#define NM_SETTING_WIRELESS_SECURITY_GROUP "group"
 
-

-


NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME

#define NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME "leap-username"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY0

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY0 "wep-key0"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY1

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY1 "wep-key1"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY2

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY2 "wep-key2"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY3

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY3 "wep-key3"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS "wep-key-flags"
 
-

-


NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE

#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE "wep-key-type"
 
-

-


NM_SETTING_WIRELESS_SECURITY_PSK

#define NM_SETTING_WIRELESS_SECURITY_PSK "psk"
 
-

-


NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS

#define NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS "psk-flags"
 
-

-


NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD

#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD "leap-password"
 
-

-


NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD_FLAGS

#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD_FLAGS "leap-password-flags"
 
-

-

@@ -1665,7 +1606,11 @@ the actual WEP key using the MD5 hash algorithm.

The “auth-alg” property

  “auth-alg”                 gchar *
-

+

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 +using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the +"leap-username" and "leap-password" properties must be specified.

Flags: Read / Write

Default value: NULL

@@ -1673,14 +1618,20 @@ the actual WEP key using the MD5 hash algorithm.

The “group” property

  “group”                    GStrv
-

+

A list of group/broadcast encryption algorithms which prevents +connections to Wi-Fi networks that do not utilize one of the algorithms +in the list. For maximum compatibility leave this property empty. Each +list element may be one of "wep40", "wep104", "tkip", or "ccmp".

Flags: Read / Write


The “key-mgmt” property

  “key-mgmt”                 gchar *
-

+

Key management used for the connection. One of "none" (WEP), "ieee8021x" +(Dynamic WEP), "wpa-none" (Ad-Hoc WPA-PSK), "wpa-psk" (infrastructure +WPA-PSK), or "wpa-eap" (WPA-Enterprise). This property must be set for +any Wi-Fi connection that uses security.

Flags: Read / Write

Default value: NULL

@@ -1688,7 +1639,8 @@ the actual WEP key using the MD5 hash algorithm.

The “leap-password” property

  “leap-password”            gchar *
-

+

The login password for legacy LEAP connections (ie, key-mgmt = +"ieee8021x" and auth-alg = "leap").

Flags: Read / Write

Default value: NULL

@@ -1696,14 +1648,16 @@ the actual WEP key using the MD5 hash algorithm.

The “leap-password-flags” property

  “leap-password-flags”      NMSettingSecretFlags
-

+

Flags indicating how to handle the +“leap-password” property.

Flags: Read / Write


The “leap-username” property

  “leap-username”            gchar *
-

+

The login username for legacy LEAP connections (ie, key-mgmt = +"ieee8021x" and auth-alg = "leap").

Flags: Read / Write

Default value: NULL

@@ -1711,21 +1665,31 @@ the actual WEP key using the MD5 hash algorithm.

The “pairwise” property

  “pairwise”                 GStrv
-

+

A list of pairwise encryption algorithms which prevents connections to +Wi-Fi networks that do not utilize one of the algorithms in the list. +For maximum compatibility leave this property empty. Each list element +may be one of "tkip" or "ccmp".

Flags: Read / Write


The “proto” property

  “proto”                    GStrv
-

+

List of strings specifying the allowed WPA protocol versions to use. +Each element may be one "wpa" (allow WPA) or "rsn" (allow WPA2/RSN). If +not specified, both WPA and RSN connections are allowed.

Flags: Read / Write


The “psk” property

  “psk”                      gchar *
-

+

Pre-Shared-Key for WPA networks. If the key is 64-characters long, it +must contain only hexadecimal characters and is interpreted as a +hexadecimal WPA key. Otherwise, the key must be between 8 and 63 ASCII +characters (as specified in the 802.11i standard) and is interpreted as a +WPA passphrase, and is hashed to derive the actual WPA-PSK used when +connecting to the Wi-Fi network.

Flags: Read / Write

Default value: NULL

@@ -1733,21 +1697,29 @@ the actual WEP key using the MD5 hash algorithm.

The “psk-flags” property

  “psk-flags”                NMSettingSecretFlags
-

+

Flags indicating how to handle the “psk” +property.

Flags: Read / Write


The “wep-key-flags” property

  “wep-key-flags”            NMSettingSecretFlags
-

+

Flags indicating how to handle the “wep-key0”, +“wep-key1”, “wep-key2”, +and “wep-key3” properties.

Flags: Read / Write


The “wep-key-type” property

  “wep-key-type”             NMWepKeyType
-

+

Controls the interpretation of WEP keys. Allowed values are +NM_WEP_KEY_TYPE_KEY, in which case the key is either a 10- or +26-character hexadecimal string, or a 5- or 13-character ASCII password; +or NM_WEP_KEY_TYPE_PASSPHRASE, in which case the passphrase is provided +as a string and will be hashed using the de-facto MD5 method to derive +the actual WEP key.

Flags: Read / Write / Construct

Default value: NM_WEP_KEY_TYPE_UNKNOWN

@@ -1755,7 +1727,8 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key0” property

  “wep-key0”                 gchar *
-

+

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.

Flags: Read / Write

Default value: NULL

@@ -1763,7 +1736,8 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key1” property

  “wep-key1”                 gchar *
-

+

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.

Flags: Read / Write

Default value: NULL

@@ -1771,7 +1745,8 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key2” property

  “wep-key2”                 gchar *
-

+

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.

Flags: Read / Write

Default value: NULL

@@ -1779,7 +1754,8 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-key3” property

  “wep-key3”                 gchar *
-

+

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.

Flags: Read / Write

Default value: NULL

@@ -1787,7 +1763,10 @@ the actual WEP key using the MD5 hash algorithm.

The “wep-tx-keyidx” property

  “wep-tx-keyidx”            guint
-

+

When static WEP is used (ie, key-mgmt = "none") and a non-default WEP key +index is used by the AP, put that WEP key index here. Valid values are 0 +(default key) through 3. Note that some consumer access points (like the +Linksys WRT54G) number the keys 1 - 4.

Flags: Read / Write / Construct

Allowed values: <= 3

Default value: 0

@@ -1795,7 +1774,6 @@ the actual WEP key using the MD5 hash algorithm.

+
Generated by GTK-Doc V1.24 \ No newline at end of file -- cgit 1.3.0-6-gf8a5