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



commit e0cdd64095f01223f0294bbc0ebe7e6bbee588ca
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 a0acd81..e8ddb7f 100644
--- a/src/applet-device-wifi.c
+++ b/src/applet-device-wifi.c
@@ -329,7 +329,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]