docs: interfaces-wifi: add manpage xrefs for iwconfig(8) and wpa_supplicant(8).
This commit is contained in:
parent
4e3a4c6cb8
commit
589a1f3023
1 changed files with 8 additions and 0 deletions
|
@ -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
|
networking standard. The following options allow for configuration of
|
||||||
Wi-Fi client interfaces.
|
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-RELATED OPTIONS
|
||||||
|
|
||||||
*wifi-config-path* _path_
|
*wifi-config-path* _path_
|
||||||
|
@ -50,6 +53,11 @@ The virtual interfaces can be used with *ifup* and *ifdown*:
|
||||||
# ifup wlan0=wifi-work
|
# ifup wlan0=wifi-work
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# SEE ALSO
|
||||||
|
|
||||||
|
*iwconfig*(8)++
|
||||||
|
*wpa_supplicant*(8)
|
||||||
|
|
||||||
# AUTHORS
|
# AUTHORS
|
||||||
|
|
||||||
Ariadne Conill <ariadne@dereferenced.org>
|
Ariadne Conill <ariadne@dereferenced.org>
|
||||||
|
|
Loading…
Reference in a new issue