projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb68fa
)
Use a more detailed list of special/default SSIDs
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 17 May 2009 15:42:30 +0000
(08:42 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 17 May 2009 15:42:30 +0000
(08:42 -0700)
plugins/supplicant.c
patch
|
blob
|
history
diff --git
a/plugins/supplicant.c
b/plugins/supplicant.c
index f1ebdc0365563e652da6e07d6209e38bc1d36fec..b01096886249b423d9bbcc27dfe3fe16c4443f56 100644
(file)
--- a/
plugins/supplicant.c
+++ b/
plugins/supplicant.c
@@
-807,9
+807,19
@@
static struct {
char *name;
char *value;
} special_ssid[] = {
- { "<hidden>", "hidden" },
- { "linksys" },
- { "dlink" },
+ { "<hidden>", "hidden" },
+ { "default", "linksys" },
+ { "wireless" },
+ { "linksys" },
+ { "netgear" },
+ { "dlink" },
+ { "2wire" },
+ { "compaq" },
+ { "tsunami" },
+ { "comcomcom" },
+ { "Symbol", "symbol" },
+ { "Wireless" , "wireless" },
+ { "WLAN", "wlan" },
{ }
};