mirror of https://github.com/aredn/aredn.git
Merge branch 'protocolversion3' into develop
This commit is contained in:
commit
4731b9d16e
|
@ -10,7 +10,7 @@ config wifi-iface
|
|||
option device radio0
|
||||
option network wifi
|
||||
option mode <wifi_mode>
|
||||
option ssid "<wifi_ssid>-<wifi_chanbw>-v2"
|
||||
option ssid "<wifi_ssid>-<wifi_chanbw>-v3"
|
||||
option encryption none
|
||||
|
||||
config wifi-iface
|
||||
|
|
|
@ -18,7 +18,7 @@ if ( $ARGV[0] ) {
|
|||
}
|
||||
else
|
||||
{
|
||||
$SSIDName= lc "BroadbandHamnet-v2";
|
||||
$SSIDName= lc "BroadbandHamnet-20-v3";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -496,7 +496,7 @@ if($wifi_proto ne "disabled")
|
|||
print "<td><input type=text size=15 name=wifi_ssid value='$wifi_ssid'>";
|
||||
if ($config eq "mesh")
|
||||
{
|
||||
print "-$wifi_chanbw-v2</td></tr>\n";
|
||||
print "-$wifi_chanbw-v3</td></tr>\n";
|
||||
} else
|
||||
{
|
||||
print "</td></tr>\n";
|
||||
|
|
Loading…
Reference in New Issue