From e23167d6ac70797fba8e4c8470329aeb8956218e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 17 May 2009 08:42:30 -0700 Subject: [PATCH] Use a more detailed list of special/default SSIDs --- plugins/supplicant.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/plugins/supplicant.c b/plugins/supplicant.c index f1ebdc0..b010968 100644 --- a/plugins/supplicant.c +++ b/plugins/supplicant.c @@ -807,9 +807,19 @@ static struct { char *name; char *value; } special_ssid[] = { - { "", "hidden" }, - { "linksys" }, - { "dlink" }, + { "", "hidden" }, + { "default", "linksys" }, + { "wireless" }, + { "linksys" }, + { "netgear" }, + { "dlink" }, + { "2wire" }, + { "compaq" }, + { "tsunami" }, + { "comcomcom" }, + { "Symbol", "symbol" }, + { "Wireless" , "wireless" }, + { "WLAN", "wlan" }, { } }; -- 1.7.9.5