Update wtp config

This commit is contained in:
vemax78 2013-07-25 22:16:08 +02:00
parent 112d9c00e0
commit 79c7412004

View File

@ -3,7 +3,7 @@
version = "1.0"; version = "1.0";
application: { application: {
standalone = false; standalone = true;
name = "wtp 1"; name = "wtp 1";
@ -33,7 +33,7 @@ application: {
descriptor: { descriptor: {
radio = ( radio = (
{ device = "phy0"; driver = "nl80211"; type = "bg"; status = "enabled"; } { device = "phy0"; driver = "nl80211"; }
); );
encryption = [ encryption = [
@ -90,7 +90,7 @@ application: {
}; };
acdiscovery: { acdiscovery: {
search = true; search = false;
host = [ host = [
"127.0.0.1" "127.0.0.1"
]; ];