From c2de0d98ba39e0a1a970d066fd19be786092f376 Mon Sep 17 00:00:00 2001
From: Michael Biebl
GEnum +GEnum ╰── NMWepKeyType - GObject + GObject ╰── NMSetting ╰── NMSettingWirelessSecurity@@ -543,7 +543,7 @@ nm_setting_wireless_security_get_key_mgmt
nm_setting_wireless_security_get_num_protos ()
-guint32 +guint32 nm_setting_wireless_security_get_num_protos (NMSettingWirelessSecurity *setting);@@ -573,7 +573,7 @@ connecting to secure Wi-Fi networksconst char * nm_setting_wireless_security_get_proto (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Parameters
@@ -605,7 +605,7 @@ nm_setting_wireless_security_get_proto
nm_setting_wireless_security_add_proto ()
-gboolean +gboolean nm_setting_wireless_security_add_proto (@@ -639,8 +639,8 @@ with the access point.NMSettingWirelessSecurity *setting,const char *proto);Returns
-+
TRUEif the protocol was new and and was added to the allowed -protocol list, orFALSEif it was already in the list
TRUEif the protocol was new and and was added to the allowed +protocol list, orFALSEif it was already in the list
@@ -649,7 +649,7 @@ protocol list, orFALSEif it was already in the livoid nm_setting_wireless_security_remove_proto (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Removes a protocol from the allowed protocol list.
Parameters
@@ -677,7 +677,7 @@ nm_setting_wireless_security_remove_proto
nm_setting_wireless_security_remove_proto_by_value ()
-gboolean +gboolean nm_setting_wireless_security_remove_proto_by_value (@@ -706,7 +706,7 @@ nm_setting_wireless_security_remove_proto_by_valueNMSettingWirelessSecurity *setting,const char *proto);
@@ -736,7 +736,7 @@ specified then all protocols are allowed.
nm_setting_wireless_security_get_num_pairwise ()
-guint32 +guint32 nm_setting_wireless_security_get_num_pairwise (NMSettingWirelessSecurity *setting);@@ -765,7 +765,7 @@ nm_setting_wireless_security_get_num_pairwiseconst char * nm_setting_wireless_security_get_pairwise (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Returns the allowed pairwise encryption algorithm from allowed algorithm list.
@@ -799,7 +799,7 @@ list.@@ -841,7 +841,7 @@ already in the list
nm_setting_wireless_security_add_pairwise ()
-gboolean +gboolean nm_setting_wireless_security_add_pairwise (@@ -831,7 +831,7 @@ compatible with this connection.NMSettingWirelessSecurity *setting,const char *pairwise);void nm_setting_wireless_security_remove_pairwise (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Removes an encryption algorithm from the allowed pairwise encryption algorithm list.
@@ -870,7 +870,7 @@ algorithm list.
nm_setting_wireless_security_remove_pairwise_by_value ()
-gboolean +gboolean nm_setting_wireless_security_remove_pairwise_by_value (@@ -900,7 +900,7 @@ algorithm list.NMSettingWirelessSecurity *setting,const char *pairwise);
@@ -930,7 +930,7 @@ specified then all pairwise encryption algorithms are allowed.
nm_setting_wireless_security_get_num_groups ()
-guint32 +guint32 nm_setting_wireless_security_get_num_groups (NMSettingWirelessSecurity *setting);@@ -959,7 +959,7 @@ nm_setting_wireless_security_get_num_groupsconst char * nm_setting_wireless_security_get_group (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Returns the allowed groupwise encryption algorithm from allowed algorithm list.
@@ -993,7 +993,7 @@ list.@@ -1036,7 +1036,7 @@ already in the list
nm_setting_wireless_security_add_group ()
-gboolean +gboolean nm_setting_wireless_security_add_group (@@ -1026,7 +1026,7 @@ compatible with this connection.NMSettingWirelessSecurity *setting,const char *group);void nm_setting_wireless_security_remove_group (+NMSettingWirelessSecurity *setting, -guint32 i);guint32 i);Removes an encryption algorithm from the allowed groupwise encryption algorithm list.
@@ -1065,7 +1065,7 @@ algorithm list.
nm_setting_wireless_security_remove_group_by_value ()
-gboolean +gboolean nm_setting_wireless_security_remove_group_by_value (@@ -1096,7 +1096,7 @@ algorithm list.NMSettingWirelessSecurity *setting,const char *group);
@@ -1260,7 +1260,7 @@ nm_setting_wireless_security_get_leap_password_flagsconst char * nm_setting_wireless_security_get_wep_key (+NMSettingWirelessSecurity *setting, -guint32 idx);guint32 idx);Parameters
@@ -1294,7 +1294,7 @@ nm_setting_wireless_security_get_wep_key
void nm_setting_wireless_security_set_wep_key (NMSettingWirelessSecurity *setting, -guint32 idx, +guint32 idx,const char *key);Sets a WEP key in the given index.
@@ -1330,7 +1330,7 @@ property.
nm_setting_wireless_security_get_wep_tx_keyidx ()
-guint32 +guint32 nm_setting_wireless_security_get_wep_tx_keyidx (NMSettingWirelessSecurity *setting);@@ -1605,7 +1605,7 @@ the actual WEP key using the MD5 hash algorithm.Property Details
The
-“auth-alg”property“auth-alg” gchar *+“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 @@ -1617,7 +1617,7 @@ using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the
The
-“group”property“group” GStrv+“group” GStrvA 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 @@ -1627,7 +1627,7 @@ list element may be one of "wep40", "wep104", "tkip", or "ccmp".
The
-“key-mgmt”property“key-mgmt” gchar *+“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 @@ -1638,7 +1638,7 @@ any Wi-Fi connection that uses security.
The
-“leap-password”property“leap-password” gchar *+“leap-password” gchar *The login password for legacy LEAP connections (ie, key-mgmt = "ieee8021x" and auth-alg = "leap").
Flags: Read / Write
@@ -1655,7 +1655,7 @@ any Wi-Fi connection that uses security.
The
-“leap-username”property“leap-username” gchar *+“leap-username” gchar *The login username for legacy LEAP connections (ie, key-mgmt = "ieee8021x" and auth-alg = "leap").
Flags: Read / Write
@@ -1664,7 +1664,7 @@ any Wi-Fi connection that uses security.
The
-“pairwise”property“pairwise” GStrv+“pairwise” GStrvA 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 @@ -1674,7 +1674,7 @@ may be one of "tkip" or "ccmp".
The
-“proto”property“proto” GStrv+“proto” GStrvList 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.
@@ -1683,7 +1683,7 @@ not specified, both WPA and RSN connections are allowed.
The
-“psk”property“psk” gchar *+“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 @@ -1726,7 +1726,7 @@ the actual WEP key.
The
-“wep-key0”property“wep-key0” gchar *+“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
@@ -1735,7 +1735,7 @@ the actual WEP key.
The
-“wep-key1”property“wep-key1” gchar *+“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
@@ -1744,7 +1744,7 @@ the actual WEP key.
The
-“wep-key2”property“wep-key2” gchar *+“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
@@ -1753,7 +1753,7 @@ the actual WEP key.
The
-“wep-key3”property“wep-key3” gchar *+“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
@@ -1762,7 +1762,7 @@ the actual WEP key.
The
-“wep-tx-keyidx”property“wep-tx-keyidx” guint+“wep-tx-keyidx” guintWhen 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 -- cgit 1.3.0-6-gf8a5