From 7514efc2f38c9ace4557d4e69d68e7d380389030 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 26 Aug 2016 02:18:32 +0200 Subject: Imported Upstream version 1.4.0 --- docs/libnm/html/NMSettingWirelessSecurity.html | 114 ++++++++++++------------- 1 file changed, 57 insertions(+), 57 deletions(-) (limited to 'docs/libnm/html/NMSettingWirelessSecurity.html') diff --git a/docs/libnm/html/NMSettingWirelessSecurity.html b/docs/libnm/html/NMSettingWirelessSecurity.html index b8e8f37f..08363746 100644 --- a/docs/libnm/html/NMSettingWirelessSecurity.html +++ b/docs/libnm/html/NMSettingWirelessSecurity.html @@ -8,7 +8,7 @@ - + @@ -513,7 +513,7 @@ of how Wi-Fi security works, you may want to get copies of the following books.< nm_setting_wireless_security_new (void);

Creates a new NMSettingWirelessSecurity object with default values.

-

Returns

+

Returns

the new empty NMSettingWirelessSecurity object.

[transfer full]

@@ -525,7 +525,7 @@ nm_setting_wireless_security_new (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -540,7 +540,7 @@ nm_setting_wireless_security_get_key_mgmt
-

Returns

+

Returns

the “key-mgmt” property of the setting

@@ -551,7 +551,7 @@ nm_setting_wireless_security_get_key_mgmt nm_setting_wireless_security_get_num_protos (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -566,7 +566,7 @@ nm_setting_wireless_security_get_num_protos
-

Returns

+

Returns

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

@@ -579,7 +579,7 @@ nm_setting_wireless_security_get_proto (NMSettingWirelessSecurity *setting, guint32 i);
-

Parameters

+

Parameters

@@ -601,7 +601,7 @@ nm_setting_wireless_security_get_proto
-

Returns

+

Returns

the protocol at index i

@@ -620,7 +620,7 @@ protocol list contains only "wpa" but the access point for the SSID specified by this connection only supports WPA2/RSN, the connection cannot be used with the access point.

-

Parameters

+

Parameters

@@ -642,7 +642,7 @@ with the access point.

-

Returns

+

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

@@ -656,7 +656,7 @@ nm_setting_wireless_security_remove_proto guint32 i);

Removes a protocol from the allowed protocol list.

-

Parameters

+

Parameters

@@ -687,7 +687,7 @@ nm_setting_wireless_security_remove_proto_by_value const char *proto);

Removes a protocol from the allowed protocol list.

-

Parameters

+

Parameters

@@ -709,7 +709,7 @@ nm_setting_wireless_security_remove_proto_by_value
-

Returns

+

Returns

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

@@ -722,7 +722,7 @@ nm_setting_wireless_security_clear_protos

Removes all protocols from the allowed list. If there are no protocols specified then all protocols are allowed.

-

Parameters

+

Parameters

@@ -744,7 +744,7 @@ specified then all protocols are allowed.

nm_setting_wireless_security_get_num_pairwise (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -759,7 +759,7 @@ nm_setting_wireless_security_get_num_pairwise
-

Returns

+

Returns

the number of pairwise encryption algorithms in the allowed list

@@ -773,7 +773,7 @@ nm_setting_wireless_security_get_pairwise

Returns the allowed pairwise encryption algorithm from allowed algorithm list.

-

Parameters

+

Parameters

@@ -795,7 +795,7 @@ list.

-

Returns

+

Returns

the pairwise encryption algorithm at index i

@@ -812,7 +812,7 @@ algorithms. If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.

-

Parameters

+

Parameters

@@ -834,7 +834,7 @@ compatible with this connection.

-

Returns

+

Returns

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

@@ -849,7 +849,7 @@ nm_setting_wireless_security_remove_pairwise

Removes an encryption algorithm from the allowed pairwise encryption algorithm list.

-

Parameters

+

Parameters

@@ -881,7 +881,7 @@ nm_setting_wireless_security_remove_pairwise_by_value

Removes an encryption algorithm from the allowed pairwise encryption algorithm list.

-

Parameters

+

Parameters

@@ -903,7 +903,7 @@ algorithm list.

-

Returns

+

Returns

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

@@ -916,7 +916,7 @@ nm_setting_wireless_security_clear_pairwise

Removes all algorithms from the allowed list. If there are no algorithms specified then all pairwise encryption algorithms are allowed.

-

Parameters

+

Parameters

@@ -938,7 +938,7 @@ specified then all pairwise encryption algorithms are allowed.

nm_setting_wireless_security_get_num_groups (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -953,7 +953,7 @@ nm_setting_wireless_security_get_num_groups
-

Returns

+

Returns

the number of groupwise encryption algorithms in the allowed list

@@ -967,7 +967,7 @@ nm_setting_wireless_security_get_group

Returns the allowed groupwise encryption algorithm from allowed algorithm list.

-

Parameters

+

Parameters

@@ -989,7 +989,7 @@ list.

-

Returns

+

Returns

the groupwise encryption algorithm at index i

@@ -1006,7 +1006,7 @@ algorithms. If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.

-

Parameters

+

Parameters

@@ -1029,7 +1029,7 @@ compatible with this connection.

-

Returns

+

Returns

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

@@ -1044,7 +1044,7 @@ nm_setting_wireless_security_remove_group

Removes an encryption algorithm from the allowed groupwise encryption algorithm list.

-

Parameters

+

Parameters

@@ -1076,7 +1076,7 @@ nm_setting_wireless_security_remove_group_by_value

Removes an encryption algorithm from the allowed groupwise encryption algorithm list.

-

Parameters

+

Parameters

@@ -1099,7 +1099,7 @@ algorithm list.

-

Returns

+

Returns

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

@@ -1112,7 +1112,7 @@ nm_setting_wireless_security_clear_groups

Removes all algorithms from the allowed list. If there are no algorithms specified then all groupwise encryption algorithms are allowed.

-

Parameters

+

Parameters

@@ -1133,7 +1133,7 @@ specified then all groupwise encryption algorithms are allowed.

const char *
 nm_setting_wireless_security_get_psk (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1148,7 +1148,7 @@ nm_setting_wireless_security_get_psk ( -

Returns

+

Returns

the “psk” property of the setting

@@ -1159,7 +1159,7 @@ nm_setting_wireless_security_get_psk (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1174,7 +1174,7 @@ nm_setting_wireless_security_get_psk_flags
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “psk”

@@ -1186,7 +1186,7 @@ nm_setting_wireless_security_get_psk_flags nm_setting_wireless_security_get_leap_username (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1201,7 +1201,7 @@ nm_setting_wireless_security_get_leap_username
-

Returns

+

Returns

the “leap-username” property of the setting

@@ -1212,7 +1212,7 @@ nm_setting_wireless_security_get_leap_username nm_setting_wireless_security_get_leap_password (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1227,7 +1227,7 @@ nm_setting_wireless_security_get_leap_password
-

Returns

+

Returns

the “leap-password” property of the setting

@@ -1238,7 +1238,7 @@ nm_setting_wireless_security_get_leap_password nm_setting_wireless_security_get_leap_password_flags (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1253,7 +1253,7 @@ nm_setting_wireless_security_get_leap_password_flags
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the “leap-password”

@@ -1266,7 +1266,7 @@ nm_setting_wireless_security_get_wep_key (NMSettingWirelessSecurity *setting, guint32 idx);
-

Parameters

+

Parameters

@@ -1288,7 +1288,7 @@ nm_setting_wireless_security_get_wep_key
-

Returns

+

Returns

the WEP key at the given index

@@ -1302,7 +1302,7 @@ nm_setting_wireless_security_set_wep_key const char *key);

Sets a WEP key in the given index.

-

Parameters

+

Parameters

@@ -1338,7 +1338,7 @@ property.

nm_setting_wireless_security_get_wep_tx_keyidx (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1353,7 +1353,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx
-

Returns

+

Returns

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

@@ -1364,7 +1364,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx nm_setting_wireless_security_get_auth_alg (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1379,7 +1379,7 @@ nm_setting_wireless_security_get_auth_alg
-

Returns

+

Returns

the “auth-alg” property of the setting

@@ -1390,7 +1390,7 @@ nm_setting_wireless_security_get_auth_alg nm_setting_wireless_security_get_wep_key_flags (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1405,7 +1405,7 @@ nm_setting_wireless_security_get_wep_key_flags
-

Returns

+

Returns

the NMSettingSecretFlags pertaining to the all WEP keys

@@ -1416,7 +1416,7 @@ nm_setting_wireless_security_get_wep_key_flags nm_setting_wireless_security_get_wep_key_type (NMSettingWirelessSecurity *setting);
-

Parameters

+

Parameters

@@ -1431,7 +1431,7 @@ nm_setting_wireless_security_get_wep_key_type
-

Returns

+

Returns

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

@@ -1456,7 +1456,7 @@ ASCII keys are also valid WEP passphrases, but since passphrases and ASCII keys are hashed differently to determine the actual WEP key the type must be specified.

-

Members

+

Members

@@ -1783,6 +1783,6 @@ Linksys WRT54G) number the keys 1 - 4.

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