From 2fb7ae4d33661e8cc4c0c470c5be73a18f2defa9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 16 Mar 2016 23:01:16 +0000 Subject: [PATCH] docs: Add man page for wireless zone hook Signed-off-by: Michael Tremer --- Makefile.am | 3 +- man/network-zone-wireless.xml | 168 ++++++++++++++++++++++++++++++++++ 2 files changed, 170 insertions(+), 1 deletion(-) create mode 100644 man/network-zone-wireless.xml diff --git a/Makefile.am b/Makefile.am index 0a4db57..c79cef9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -346,7 +346,8 @@ MANPAGES = \ man/network-zone-bridge.8 \ man/network-zone-config-pppoe-server.8 \ man/network-zone-modem.8 \ - man/network-zone-pppoe.8 + man/network-zone-pppoe.8 \ + man/network-zone-wireless.8 MANPAGES_XML = $(patsubst %.8,%.xml,$(MANPAGES)) MANPAGES_HTML = $(patsubst %.xml,%.html,$(MANPAGES_XML)) diff --git a/man/network-zone-wireless.xml b/man/network-zone-wireless.xml new file mode 100644 index 0000000..0eaca8b --- /dev/null +++ b/man/network-zone-wireless.xml @@ -0,0 +1,168 @@ + + + + + + network-zone-wireless + network + + + + Developer + Michael + Tremer + michael.tremer@ipfire.org + + + + + + network-zone-wireless + 8 + + + + network-zone-wireless + Network Configuration Control Program + + + + + network zone new ZONE wireless ... + + + + + Description + + + The wireless hook uses a WiFi interface and connects to a + wireless access point in station mode. + + + + + Options + + + The following options are understood: + + + + + + + + + + + Takes the MAC address or name of the physical layer + that is used to create a virtual wireless interface. + + + + + + + + + + + + Define a MAC address that is used for the virtual + wireless device. This parameter is optional and + a random MAC address will be generated when omitted. + + + + + + + + + + + + Connect to this SSID. + + + + + + + + + + + + Sets the encryption mode that is used to connect to the + wireless network. + + + ALGO can be one of the following: + + + + + WPA2-PSK + WPA2 with pre-shared key + + + + + WPA2-PSK-SHA256 + WPA2 with pre-shared key and stronger hash + + + + + WPA-PSK + WPA with pre-shared key + + + + + WPA-PSK-SHA256 + WPA with pre-shared key and stronger hash + + + + + WEP + WEP + + + + + 8021X + IEEE802.1X Wireless Enterprise + + + + + NONE + No encryption + + + + + + + + + + See Also + + + + network + 8 + , + + network-zone + 8 + + + + -- 2.47.3