]> git.ipfire.org Git - people/ms/network.git/blobdiff - man/network-zone-wireless.xml
man: Convert network-zone-wireless(8) to asciidoc
[people/ms/network.git] / man / network-zone-wireless.xml
diff --git a/man/network-zone-wireless.xml b/man/network-zone-wireless.xml
deleted file mode 100644 (file)
index 0931245..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS/DTD DocBook XML V4.2//EN"
-       "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-
-<refentry id="network-zone-wireless">
-       <refentryinfo>
-               <title>network-zone-wireless</title>
-               <productname>network</productname>
-
-               <authorgroup>
-                       <author>
-                               <contrib>Developer</contrib>
-                               <firstname>Michael</firstname>
-                               <surname>Tremer</surname>
-                               <email>michael.tremer@ipfire.org</email>
-                       </author>
-               </authorgroup>
-       </refentryinfo>
-
-       <refmeta>
-               <refentrytitle>network-zone-wireless</refentrytitle>
-               <manvolnum>8</manvolnum>
-       </refmeta>
-
-       <refnamediv>
-               <refname>network-zone-wireless</refname>
-               <refpurpose>Network Configuration Control Program</refpurpose>
-       </refnamediv>
-
-       <refsynopsisdiv>
-               <cmdsynopsis>
-                       <command>network zone new <replaceable>ZONE</replaceable> wireless ...</command>
-               </cmdsynopsis>
-       </refsynopsisdiv>
-
-       <refsect1>
-               <title>Description</title>
-
-               <para>
-                       The wireless hook uses a WiFi interface and connects to a
-                       wireless access point in station mode.
-               </para>
-
-               <para>
-                       Configuration and credentials for any wireless networks to
-                       connect to can be configured by using the
-                       <command>network wireless network</command> command.
-
-                       See <citerefentry>
-                               <refentrytitle>network-wireless-networks</refentrytitle>
-                               <manvolnum>8</manvolnum>,
-                       </citerefentry> for details.
-               </para>
-       </refsect1>
-
-       <refsect1>
-               <title>Options</title>
-
-               <para>
-                       The following options are understood:
-               </para>
-
-               <variablelist>
-                       <varlistentry>
-                               <term>
-                                       <option>--phy=<replaceable>PHY</replaceable></option>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               Takes the MAC address or name of the physical layer
-                                               that is used to create a virtual wireless interface.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-
-                       <varlistentry>
-                               <term>
-                                       <option>--address=<replaceable>ADDRESS</replaceable></option>
-                               </term>
-
-                               <listitem>
-                                       <para>
-                                               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.
-                                       </para>
-                               </listitem>
-                       </varlistentry>
-               </variablelist>
-       </refsect1>
-
-       <refsect1>
-               <title>See Also</title>
-
-               <para>
-                       <citerefentry>
-                               <refentrytitle>network</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>,
-                       <citerefentry>
-                               <refentrytitle>network-zone</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>
-               </para>
-       </refsect1>
-</refentry>