]> git.ipfire.org Git - people/ms/network.git/blob - man/network-port-batman-adv-port.xml
aiccu: Rename variables for credentials to username and password.
[people/ms/network.git] / man / network-port-batman-adv-port.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS/DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <refentry id="network-port-batman-adv-port">
6 <refentryinfo>
7 <title>network-port-batman-adv-port</title>
8 <productname>network</productname>
9
10 <authorgroup>
11 <author>
12 <contrib>Developer</contrib>
13 <firstname>Michael</firstname>
14 <surname>Tremer</surname>
15 <email>michael.tremer@ipfire.org</email>
16 </author>
17 </authorgroup>
18 </refentryinfo>
19
20 <refmeta>
21 <refentrytitle>network-port-batman-adv-port</refentrytitle>
22 <manvolnum>8</manvolnum>
23 </refmeta>
24
25 <refnamediv>
26 <refname>network-port-batman-adv-port</refname>
27 <refpurpose>Network Configuration Control Program</refpurpose>
28 </refnamediv>
29
30 <refsynopsisdiv>
31 <cmdsynopsis>
32 <command>network port create batman-adv-port ...</command>
33 </cmdsynopsis>
34
35 <cmdsynopsis>
36 <command>network <arg choice="plain">PORT</arg> edit ...</command>
37 </cmdsynopsis>
38 </refsynopsisdiv>
39
40 <refsect1>
41 <title>Description</title>
42
43 <para>
44 This hook configures a wireless device that is then used as a port
45 in the <emphasis>batman-adv</emphasis> hook.
46 </para>
47 </refsect1>
48
49 <refsect1>
50 <title>Options</title>
51
52 <para>
53 The following options are understood:
54 </para>
55
56 <variablelist>
57 <varlistentry>
58 <term>
59 <option>--address=<replaceable>ADDRESS</replaceable></option>
60 </term>
61
62 <listitem>
63 <para>
64 Define the MAC address of the interface. If no address
65 is defined, a random one will be generated.
66 </para>
67 </listitem>
68 </varlistentry>
69
70 <varlistentry>
71 <term>
72 <option>--channel=<replaceable>NUMBER</replaceable></option>
73 </term>
74
75 <listitem>
76 <para>
77 Set the channel number of the channel that should be used
78 for the wireless network.
79 </para>
80 </listitem>
81 </varlistentry>
82
83 <varlistentry>
84 <term>
85 <option>--country-code=<replaceable>CODE</replaceable></option>
86 </term>
87
88 <listitem>
89 <para>
90 Sets the country code for the wireless interface.
91 </para>
92 </listitem>
93 </varlistentry>
94
95 <varlistentry>
96 <term>
97 <option>--phy=<replaceable>PHY</replaceable></option>
98 </term>
99
100 <listitem>
101 <para>
102 Use this wireless phy to create the interface.
103 </para>
104 </listitem>
105 </varlistentry>
106
107 <varlistentry>
108 <term>
109 <option>--ssid=<replaceable>SSID</replaceable></option>
110 </term>
111
112 <listitem>
113 <para>
114 Define the ESSID of the wireless network.
115 </para>
116 </listitem>
117 </varlistentry>
118
119 <varlistentry>
120 <term>
121 <option>--mesh-id=<replaceable>MESH-ID</replaceable></option>
122 </term>
123
124 <listitem>
125 <para>
126 Define the mesh id or BSSID of the wireless network.
127 </para>
128 </listitem>
129 </varlistentry>
130 </variablelist>
131 </refsect1>
132
133 <refsect1>
134 <title>See Also</title>
135
136 <para>
137 <citerefentry>
138 <refentrytitle>network</refentrytitle>
139 <manvolnum>8</manvolnum>
140 </citerefentry>,
141 <citerefentry>
142 <refentrytitle>network-port</refentrytitle>
143 <manvolnum>8</manvolnum>
144 </citerefentry>,
145 <citerefentry>
146 <refentrytitle>network-port-batman-adv</refentrytitle>
147 <manvolnum>8</manvolnum>
148 </citerefentry>
149 </para>
150 </refsect1>
151 </refentry>