From 589a1f30238cc6b4a0e9140bad2e178eeb9c38b8 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 2 Dec 2020 19:29:22 -0700 Subject: [PATCH] docs: interfaces-wifi: add manpage xrefs for iwconfig(8) and wpa_supplicant(8). --- doc/interfaces-wifi.scd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/interfaces-wifi.scd b/doc/interfaces-wifi.scd index 018138b..a169723 100644 --- a/doc/interfaces-wifi.scd +++ b/doc/interfaces-wifi.scd @@ -10,6 +10,9 @@ Wi-Fi (the IEEE 802.11 family of protocols) is a commonly used wireless networking standard. The following options allow for configuration of Wi-Fi client interfaces. +WPA-secured networks are managed using *wpa_supplicant*(8), while insecure +networks are managed directly with *iwconfig*(8). + # WIFI-RELATED OPTIONS *wifi-config-path* _path_ @@ -50,6 +53,11 @@ The virtual interfaces can be used with *ifup* and *ifdown*: # ifup wlan0=wifi-work ``` +# SEE ALSO + +*iwconfig*(8)++ +*wpa_supplicant*(8) + # AUTHORS Ariadne Conill