summaryrefslogtreecommitdiffstats
path: root/docs/aoa/wifi.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2016-10-21 18:03:33 +0200
committernicolargo <nicolas@nicolargo.com>2016-10-21 18:03:33 +0200
commitdeb42a075ff3e4d2b1c08c919dd77c9a8b93a180 (patch)
treee4bd888a863b45b5da5801ca0ae907f43562e578 /docs/aoa/wifi.rst
parent092930d4a07f9a2e3111f2982f49a443fbb654a9 (diff)
Add documentation (issue #937)
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.*