Changed the management of the wireless interfaces, from creation to usage.
The virtual interfaces are created at the startup of the wtp to reduce the time required to configure a wireless interface. Applied some patches to build the WTP on OpenWRT trunk
This commit is contained in:
@ -80,7 +80,7 @@ application: {
|
||||
|
||||
radio = (
|
||||
{
|
||||
device = "phy0";
|
||||
device = "phy0";
|
||||
enabled = true;
|
||||
driver = "nl80211";
|
||||
mode = "g";
|
||||
@ -93,7 +93,8 @@ application: {
|
||||
fragmentationthreshold = 2346;
|
||||
txmsdulifetime = 512;
|
||||
rxmsdulifetime = 512;
|
||||
maxbssid = 4;
|
||||
maxbssid = 1;
|
||||
bssprefixname = "ap";
|
||||
dtimperiod = 1;
|
||||
beaconperiod = 100;
|
||||
antenna = {
|
||||
|
Reference in New Issue
Block a user