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:
Conrad Lara - KG6JEI 2015-07-10 18:50:28 -07:00
parent 3576a2c00b
commit 311b9d5ffe
1 changed files with 1 additions and 1 deletions

View File

@ -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`;