jablonka.czprosek.czf

wifimon

Subversion Repositories:
[/] [trunk/] [wifimon] - Diff between revs 36 and 37

Show entire file Ignore whitespace

Rev 36 Rev 37
Line 512... Line 512...
Quality = $1; Quality = $1;
nocompleted = 0; nocompleted = 0;
} }
   
(nocompleted == 0) { (nocompleted == 0) {
printf "%s \t %s \t %s ", Channel, Quality, MAC; printf "%s \t %s \t %s ", Frequency, Quality, MAC;
for (i = 1; i <= Quality; i++) for (i = 1; i <= Quality; i++)
printf "#" printf "#"
print " " ESSID; print " " ESSID;
} }
   

Powered by WebSVN 2.2.1