Update wtp config
This commit is contained in:
parent
112d9c00e0
commit
79c7412004
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user