docs: interfaces-wifi: add manpage xrefs for iwconfig(8) and wpa_supplicant(8).

This commit is contained in:
Ariadne Conill 2020-12-02 19:29:22 -07:00
parent 4e3a4c6cb8
commit 589a1f3023

View file

@ -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 <ariadne@dereferenced.org>