WirelessNetView - Wireless Network Monitoring Tool
WirelessNetView is a small utility that runs in the background, and monitor the activity of wireless networks around you. For each detected network, it displays the following information: SSID, Last Signal Quality, Average Signal Quality, Detection Counter, Authentication Algorithm, Cipher Algorithm, MAC Address, RSSI, Channel Frequency, Channel Number, and more.
Command-Line Options
/stext | Save the list of wireless networks into a regular text file. |
/stab | Save the list of wireless networks into a tab-delimited text file. |
/scomma | Save the list of wireless networks into a comma-delimited text file (csv). |
/stabular | Save the list of wireless networks into a tabular text file. |
/shtml | Save the list of wireless networks into HTML file (Horizontal). |
/sverhtml | Save the list of wireless networks into HTML file (Vertical). |
/sxml | Save the list of wireless networks into XML file. |
/sort | This command-line option can be used with other save options for sorting by the desired column. If you don't specify this option, the list is sorted according to the last sort that you made from the user interface. The WirelessNetView.exe /shtml "f:\temp\wireless.html" /sort 2 /sort ~1 WirelessNetView.exe /shtml "f:\temp\wireless.html" /sort "~Security Enabled" /sort "SSID" |
/nosort | When you specify this command-line option, the list will be saved without any sorting. |