]> git.ipfire.org Git - people/ms/network.git/blob - man/network-zone-wireless.txt
man: Fix authorship warnings
[people/ms/network.git] / man / network-zone-wireless.txt
1 = network-zone-wireless(8)
2
3 == NAME
4 network-zone-wireless - Wireless Networks
5
6 == SYNOPSIS
7 [verse]
8 `network zone new ZONE wireless ...`
9
10 == DESCRIPTION
11 The wireless hook uses a WiFi interface and connects to a wireless access point
12 in station mode.
13
14 Configuration and credentials for any wireless networks to connect to can be
15 configured by using link:network-wireless-network[8].
16
17 == OPTIONS
18 The following options are understood:
19
20 `--phy=PHY`::
21 Takes the MAC address or name of the physical layer that is used to create
22 a virtual wireless interface.
23
24 `--address=ADDRESS`::
25 Define a MAC address that is used for the virtual wireless device. This
26 parameter is optional and a random MAC address will be generated when
27 omitted.
28
29 == AUTHORS
30 Michael Tremer
31
32 == SEE ALSO
33 link:network[8],
34 link:network-zone[8]