diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2016-01-30 17:08:40 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2016-01-30 17:08:40 +0000 |
commit | 947da597663e60b0a214d96bfcadc0cd042a49ff (patch) | |
tree | f4d3df7b9f3e41ee4beed2e049d9b52031404b8e /wavemonrc.5 | |
parent | cec92f1a82b9f29ec16a4c03c37487c7cb019acf (diff) | |
parent | 0b0aac6ce21bcb38d7e03dc2b3ff419861476a24 (diff) | |
download | wavemon-947da597663e60b0a214d96bfcadc0cd042a49ff.tar.gz |
Merge tag 'upstream/0.8.0'
Upstream version 0.8.0
Diffstat (limited to '')
-rw-r--r-- | wavemonrc.5 | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/wavemonrc.5 b/wavemonrc.5 index 0353194..07356e4 100644 --- a/wavemonrc.5 +++ b/wavemonrc.5 @@ -1,4 +1,4 @@ -.TH wavemonrc 5 "March 2012" Linux "User Manuals" +.TH wavemonrc 5 "January 2015" Linux "User Manuals" .SH NAME $HOME/.wavemonrc \- wavemon configuration file .SH DESCRIPTION @@ -24,14 +24,14 @@ If enabled, display MAC addresses using lower-case hex digits separated by dots rather than colons. .P .RE -.B sort_order = (channel|essid|signal|open|chan/sig|open/sig) +.B sort_order = (channel|essid|mac|signal|open|chan/sig|open/sig) .RS .RE (Scan sort type) .RS Determines the ordering used in the scan window: \fIchannel\fR sorts by channel number, \fIessid\fR by -access point name, \fIsignal\fR by signal strength, and \fIopen\fR by openness. The combined variants -\fIchan/sig\fR and \fIopen/sig\fR sort first by channel/openness and then by signal strength. +access point name, \fImac\fR by MAC address, \fIsignal\fR by signal strength, and \fIopen\fR by openness. +The combined variants \fIchan/sig\fR and \fIopen/sig\fR sort first by channel/openness and then by signal strength. It also affects the status line at the bottom: normally the most crowded channels are listed, sorting by \fIchannel\fR in descending order switches to least crowded ones instead. .P @@ -95,7 +95,7 @@ Override the auto-scaling of the bar graphs and histogram, allowing you to set y .RE (Minimum signal level, Maximum signal level) .RS -Set the left and right boundaries of the signal level scales. Ranges: \-128..\-60dBm (minimum) and \-59..120dBm (maximum). +Set the left and right boundaries of the signal level scales. Ranges: \-100..\-39 (minimum) and \-40..\-10dBm (maximum). .P .RE .B min_noise_level, max_noise_level = <n> @@ -103,16 +103,8 @@ Set the left and right boundaries of the signal level scales. Ranges: \-128..\-6 .RE (Minimum noise level, Maximum noise level) .RS -These work similar to the signal boundary settings. Ranges: \-128..\-60dBm -(minimum) and \-60..120dBm (maximum). -.P -.RE -.B random = (on|off) -.RS -.RE -(Random signals) -.RS -Switches on a fancy random generator for testing. +These work similar to the signal boundary settings. Ranges: \-120..\-70dBm +(minimum) and \-69..\-40dBm (maximum). .P .RE .B lo_threshold_action = (disabled|beep|flash|beep+flash) |