2016-10-21 19:03:33 +03:00
|
|
|
.. _wifi:
|
|
|
|
|
2017-03-12 20:52:17 +03:00
|
|
|
Wi-Fi
|
2016-10-21 19:03:33 +03:00
|
|
|
=====
|
|
|
|
|
2023-07-25 17:04:38 +03:00
|
|
|
*Availability: Linux only*
|
|
|
|
|
2024-04-07 19:20:35 +03:00
|
|
|
*Dependency: this plugin uses the optional wifi Python lib*
|
2016-10-21 23:11:13 +03:00
|
|
|
|
2016-10-21 19:03:33 +03:00
|
|
|
.. image:: ../_static/wifi.png
|
|
|
|
|
2017-03-12 20:52:17 +03:00
|
|
|
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
|
2016-10-21 23:06:02 +03:00
|
|
|
|
2023-07-25 17:04:38 +03:00
|
|
|
Thresholds for the signal quality can be defined in the configuration file:
|
2016-10-21 19:03:33 +03:00
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
|
|
|
|
[wifi]
|
2023-07-25 17:04:38 +03:00
|
|
|
disable=False
|
2016-10-21 23:06:02 +03:00
|
|
|
careful=-65
|
|
|
|
warning=-75
|
|
|
|
critical=-85
|
|
|
|
|
2019-11-24 19:40:02 +03:00
|
|
|
You can disable this plugin using the ``--disable-plugin wifi`` option or by
|
2017-03-12 20:52:17 +03:00
|
|
|
hitting the ``W`` key from the user interface.
|