From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001
From: Michael Biebl
GEnum +GEnum ╰── NMWepKeyType GObject ╰── NMSetting @@ -509,7 +509,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.
@@ -521,7 +521,7 @@ nm_setting_wireless_security_new ();NMSettingWirelessSecurity *setting
NMSettingWirelessSecurity *setting);
the number of security protocols this connection allows when connecting to secure Wi-Fi networks
NMSettingWirelessSecurity *setting,
guint32 i);
@@ -616,7 +616,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.
TRUE if the protocol was new and and was added to the allowed
protocol list, or FALSE if it was already in the list
guint32 i);
Removes a protocol from the allowed protocol list.