mirror of https://github.com/aredn/aredn.git
bugfix: Nodes are showing up as encrypted when they are not.
The code makes the assumption that the connection has not been modified to be encrypted (Standard is not under AREDN V3 protocol) but this may need to be changed in the future.
This commit is contained in:
parent
3576a2c00b
commit
311b9d5ffe
|
@ -175,7 +175,7 @@ while(1)
|
||||||
|
|
||||||
$mode = "";
|
$mode = "";
|
||||||
$signal = 0;
|
$signal = 0;
|
||||||
$key = "none";
|
$key = "";
|
||||||
++$iters;
|
++$iters;
|
||||||
$bbchan = `iw $iface info | grep channel | cut -d\\ -f2`;
|
$bbchan = `iw $iface info | grep channel | cut -d\\ -f2`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue