summaryrefslogtreecommitdiffstats
path: root/docs/aoa/wifi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/aoa/wifi.rst')
-rw-r--r--docs/aoa/wifi.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/aoa/wifi.rst b/docs/aoa/wifi.rst
new file mode 100644
index 00000000..6a91721d
--- /dev/null
+++ b/docs/aoa/wifi.rst
@@ -0,0 +1,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.*