[network-manager-applet/NETWORKMANAGER_APPLET_0_7] wifi: fix o2 DSL known SSID and add a few more



commit 12ea7db2190ac87d153653c0bd81b7b956c9fbcb
Author: Dan Williams <dcbw redhat com>
Date:   Thu May 13 23:40:48 2010 -0700

    wifi: fix o2 DSL known SSID and add a few more

 src/applet-device-wifi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/applet-device-wifi.c b/src/applet-device-wifi.c
index 0f410ee..ba7745b 100644
--- a/src/applet-device-wifi.c
+++ b/src/applet-device-wifi.c
@@ -330,7 +330,7 @@ check_common_ssid (NMAccessPoint *ap, NMSettingWireless *s_wifi)
 	struct ether_addr *eth_addr;
 	const GByteArray *ssid;
 	GByteArray *bssid;
-	const char *known[] = { "linksys", "O2DSL", "NETGEAR" };
+	const char *known[] = { "linksys", "o2DSL", "NETGEAR", "WLAN", "ALICE-WLAN" };
 	guint i;
 
 	/* For a certain list of known ESSIDs which are commonly preset by ISPs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]