Man page - interfaces-wifi(5)
Packages contas this manual
- interfaces-vrf(5)
- interfaces-ppp(5)
- ifupdown-ng(8)
- ifparse(8)
- interfaces-batman(5)
- interfaces-tunnel(5)
- interfaces-wireguard-quick(5)
- interfaces-vxlan(5)
- interfaces-wireguard(5)
- ifquery-ng(8)
- ifup-ng(8)
- interfaces-ng(5)
- ifstate(5)
- ifdown-ng(8)
- interfaces-wifi(5)
- ifupdown-executor(7)
- interfaces-bridge(5)
- ifupdown-ng.conf(5)
- ifctrstat(8)
- interfaces-bond(5)
- interfaces-forward(5)
apt-get install ifupdown-ng
Manual
| interfaces-wifi(5) | File Formats Manual | interfaces-wifi(5) |
NAME
interfaces-wifi - WiFi vocabulary for the interfaces(5) file format
DESCRIPTION
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
wifi-ssid ssid
wifi-psk psk
EXAMPLES
A typical setup may involve connecting to a home and work network. To achieve this, we can define a pair of virtual interfaces called wifi-home and wifi-work, which connect to their respective wifi networks:
iface wifi-home use dhcp wifi-ssid HomeNetwork wifi-psk ExamplePassphrase iface wifi-work use dhcp wifi-config-path /etc/network/wpa-work.conf
The virtual interfaces can be used with ifup and ifdown:
# ifup wlan0=wifi-home # ifdown wlan0 # ifup wlan0=wifi-work
SEE ALSO
iwconfig(8)
wpa_supplicant(8)
AUTHORS
Ariadne Conill <ariadne@dereferenced.org>
| 2025-03-25 |