Removes a protocol from the allowed protocol list.
nm_setting_wireless_security_get_num_pairwise ()
-
guint32
+guint32
nm_setting_wireless_security_get_num_pairwise
(NMSettingWirelessSecurity *setting);
@@ -803,7 +803,7 @@ nm_setting_wireless_security_get_num_pairwise
const char *
nm_setting_wireless_security_get_pairwise
(NMSettingWirelessSecurity *setting,
- guint32 i);
+
guint32 i);
Returns the allowed pairwise encryption algorithm from allowed algorithm
list.
@@ -837,7 +837,7 @@ list.
nm_setting_wireless_security_add_pairwise ()
-
gboolean
+gboolean
nm_setting_wireless_security_add_pairwise
(NMSettingWirelessSecurity *setting,
const char *pairwise);
@@ -869,7 +869,7 @@ compatible with this connection.
Returns
-
TRUE if the algorithm was added to the list, FALSE if it was
+
TRUE if the algorithm was added to the list, FALSE if it was
already in the list
@@ -879,7 +879,7 @@ already in the list
void
nm_setting_wireless_security_remove_pairwise
(NMSettingWirelessSecurity *setting,
- guint32 i);
+
guint32 i);
Removes an encryption algorithm from the allowed pairwise encryption
algorithm list.
@@ -908,7 +908,7 @@ algorithm list.
nm_setting_wireless_security_remove_pairwise_by_value ()
-
gboolean
+gboolean
nm_setting_wireless_security_remove_pairwise_by_value
(NMSettingWirelessSecurity *setting,
const char *pairwise);
@@ -938,7 +938,7 @@ algorithm list.
Returns
-
TRUE if the encryption algorith was found and removed; FALSE if it was not.
+
TRUE if the encryption algorith was found and removed; FALSE if it was not.
Since: 0.9.10
@@ -969,7 +969,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);
@@ -998,7 +998,7 @@ nm_setting_wireless_security_get_num_groups
const char *
nm_setting_wireless_security_get_group
(NMSettingWirelessSecurity *setting,
- guint32 i);
+
guint32 i);
Returns the allowed groupwise encryption algorithm from allowed algorithm
list.
@@ -1032,7 +1032,7 @@ list.
nm_setting_wireless_security_add_group ()
-
gboolean
+gboolean
nm_setting_wireless_security_add_group
(NMSettingWirelessSecurity *setting,
const char *group);
@@ -1065,7 +1065,7 @@ compatible with this connection.
Returns
-
TRUE if the algorithm was added to the list, FALSE if it was
+
TRUE if the algorithm was added to the list, FALSE if it was
already in the list
@@ -1075,7 +1075,7 @@ already in the list
void
nm_setting_wireless_security_remove_group
(NMSettingWirelessSecurity *setting,
- guint32 i);
+
guint32 i);
Removes an encryption algorithm from the allowed groupwise encryption
algorithm list.
@@ -1104,7 +1104,7 @@ algorithm list.
nm_setting_wireless_security_remove_group_by_value ()
-
gboolean
+gboolean
nm_setting_wireless_security_remove_group_by_value
(NMSettingWirelessSecurity *setting,
const char *group);
@@ -1135,7 +1135,7 @@ algorithm list.
Returns
-
TRUE if the algorithm was found and removed; FALSE if it was not.
+
TRUE if the algorithm was found and removed; FALSE if it was not.
Since: 0.9.10
@@ -1300,7 +1300,7 @@ nm_setting_wireless_security_get_leap_password_flags
const char *
nm_setting_wireless_security_get_wep_key
(NMSettingWirelessSecurity *setting,
- guint32 idx);
+
guint32 idx);