Merge branch 'bug58' into develop

This commit is contained in:
Conrad Lara - KG6JEI 2014-09-11 23:28:22 -07:00
commit 1a8e858cc0
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ while(1)
}
if($line =~ /\bESSID: "(.*)"/) { $ssid = $1 }
if($line =~ /\bESSID: unknown/) { $ssid = "unknown" }
if($line =~ /\bMode: (\S+)/) { $mode = $1 }
if($line =~ /\bChannel: (\d+)/) { $chan = $1 }
if($line =~ /\bSignal: ([\d-]+)/) { $signal = $1 }