From 79c7412004b60da51ed144ef8e8faaae7b9615a7 Mon Sep 17 00:00:00 2001 From: vemax78 Date: Thu, 25 Jul 2013 22:16:08 +0200 Subject: [PATCH] Update wtp config --- conf/wtp.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/wtp.conf b/conf/wtp.conf index 94b17f3..36f46cd 100755 --- a/conf/wtp.conf +++ b/conf/wtp.conf @@ -3,7 +3,7 @@ version = "1.0"; application: { - standalone = false; + standalone = true; name = "wtp 1"; @@ -33,7 +33,7 @@ application: { descriptor: { radio = ( - { device = "phy0"; driver = "nl80211"; type = "bg"; status = "enabled"; } + { device = "phy0"; driver = "nl80211"; } ); encryption = [ @@ -90,7 +90,7 @@ application: { }; acdiscovery: { - search = true; + search = false; host = [ "127.0.0.1" ];