wavemonrc - Man Page

wavemon configuration file

Description

wavemonrc is the per-user configuration file for wavemon(1). This page describes its individual configuration options.  Each corresponds to a configuration item of the Preferences screen (F7 key), whose on-screen name is shown in parentheses.

interface = <ifname>

(Interface)

Selects the wireless interface to use.

cisco_mac = (on|off)

(Cisco-style MAC addresses)

If enabled, display MAC addresses using lower-case hex digits separated by dots rather than colons.

scan_filter_band = (2.4ghz|5ghz|both)

(Scan band selection)

Filter bands in the scan window: 2.4ghz (2.4GHz only), 5ghz (5GHz only), or both (show both bands).

scan_hidden_essids = (on|off)

(Scan hidden ESSIDs)

Whether the scan window should include hidden ESSIDs.

sort_order = (channel|essid|mac|signal|open|chan/sig|open/sig)

(Scan sort type)

Determines the ordering used in the scan window: channel sorts by channel number, essid by access point name, mac by MAC address, signal by signal strength, and open by openness. The combined variants chan/sig and open/sig 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 channel in descending order switches to least crowded ones instead.

sort_ascending = (on|off)

(Scan sort direction)

Sets the direction of the sort_order: ascending (on) or descending (off).

stat_updates = <n>

(Statistics updates)

Time interval for polling new statistics (including scan refresh). Range: 10..4000ms.

lhist_slot_size = <n>

(Histogram update cycles)

Number of samples used per each histogram slot. For example, if the stat_updates interval is 500ms and the histogram slot size is 4, the histogram is moved one slot further every 2 seconds. Range: 1..64.

meter_smoothness = <n>

(Level meter smoothness)

Determines the responsiveness of level meters, tracking the moving average rather than following each new sample. The given value specifies the percentage of the history (the 'inertia') of preceding samples. A value of 0 disables this option. Range: 0..99%.

info_updates = <n>

(Dynamic info updates)

Sets refresh rate for dynamic device parameters (e.g. bitrate) and the refresh interval for the Scan window (F3). Range: 1..60s.

override_auto_scale = (on|off)

(Override scale autodetect)

Override the auto-scaling of the bar graphs and histogram, allowing you to set your own scales.

min_signal_level, max_signal_level = <n>

(Minimum signal level, Maximum signal level)

Set the left and right boundaries of the signal level scales. Ranges: -100..-39 (minimum) and -40..-10dBm (maximum).

transparent_bg = (on|off)

(Use a transparent background)

Use a transparent background instead of black. This is enabled by default and can only be turned off via the startup file.

startup_screen = (info|histogram|scan window)

(Startup screen)

Which of the screens appears at program startup.

Author

Written by Jan Morgenstern <jan@jm-music.de>.

Reporting Bugs

Open an issue on https://github.com/uoaerg/wavemon/issues.

Referenced By

wavemon(1).

September 2021 Linux User Manuals