summaryrefslogtreecommitdiffstats
path: root/docs/aoa/wifi.rst
blob: 6a91721d03712a57942aa33f579379189d151d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. _wifi:

Wifi
=====

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

Glances displays the Wifi hotspot name and quality where the host is connected.
If Glances is ran as root, then all the available hotspots are displayed.

It's also possible to disable the scan on a specific interface from the
configuration file (``[network]`` section). For example, if you want to
hide the loopback interface (lo) and all the virtual docker interface:

.. code-block:: ini

    [wifi]
    hide=lo,docker.*