summaryrefslogtreecommitdiffstats
path: root/docs/aoa/wifi.rst
blob: 81452bcd923752306e32fdf50c2976b3fde3542b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.. _wifi:

Wi-Fi
=====

*Availability: Linux only*

If ``nmcli`` is available on the system, Glances displays the hotspot name,
the security type and the Wi-Fi signal quality:

.. image:: ../_static/wifi.png

or, as a backup, the file ``/proc/net/wireless`` is used to display the signal quality:

.. image:: ../_static/wifi2.png

In the configuration file, you can define signal quality thresholds:

- ``"Poor"`` quality is between -100 and -85dBm
- ``"Good"`` quality between -85 and -60dBm
- ``"Excellent"`` between -60 and -40dBm

Thresholds for the signal quality can be defined in the configuration file:

.. code-block:: ini

    [wifi]
    disable=False
    careful=-65
    warning=-75
    critical=-85

You can disable this plugin using the ``--disable-plugin wifi`` option or by
hitting the ``W`` key from the user interface.