source: networking/netprogs/iw.xml

trunk
Last change on this file was 868811b, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Many tags.
genutils
sysutils
netlibs
netprogs
netutils
editors
filesystems
shells

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY iw-download-http "https://www.kernel.org/pub/software/network/iw/iw-&iw-version;.tar.xz">
8 <!ENTITY iw-download-ftp " ">
9 <!ENTITY iw-md5sum "a63e81b0dcae9caf9ed3a20f2c445a07">
10 <!ENTITY iw-size "156 KB">
11 <!ENTITY iw-buildsize "5 MB">
12 <!ENTITY iw-time "less than 0.1 SBU">
13]>
14
15<sect1 id="iw" xreflabel="iw-&iw-version;">
16 <?dbhtml filename="iw.html"?>
17
18
19 <title>iw-&iw-version;</title>
20
21 <indexterm zone="iw">
22 <primary sortas="a-iw">iw</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to iw</title>
27
28 <para>
29 <application>iw</application> is a new nl80211 based CLI configuration
30 utility for wireless devices. It supports all new drivers that have been
31 added to the kernel recently. The old tool
32 <application>iwconfig</application>, which uses Wireless Extensions
33 interface, is deprecated and it's strongly recommended to switch to
34 <application>iw</application> and nl80211.
35 </para>
36
37 &lfs121_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing='compact'>
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&iw-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&iw-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &iw-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &iw-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &iw-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &iw-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">iw Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libnl"/>
78 </para>
79
80 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
81 <para role="nodump">
82 <!-- nodump because the section is completely for human -->
83 <xref linkend="wireless-kernel"/>
84 </para>
85
86
87 </sect2>
88
89 <sect2 role="kernel" id='iw-kernel'>
90 <title>Kernel Configuration</title>
91
92 <indexterm zone="iw iw-kernel">
93 <primary sortas="d-iw-devices">iw</primary>
94 </indexterm>
95
96 <para>
97 To use <application>iw</application>, the kernel must have the
98 appropriate drivers and other support available. Read
99 <xref linkend='wireless-kernel'/> for details.
100 </para>
101
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of iw</title>
106
107 <para>
108 To install <application>iw</application>,
109 use the following commands:
110 </para>
111
112<screen><userinput>sed -i "/INSTALL.*gz/s/.gz//" Makefile &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <command>sed ...</command>: Install uncompressed manual pages
132 in accordance with other man pages.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>iw</seg>
147 <seg>None</seg>
148 <seg>None</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="iw-prog">
158 <term><command>iw</command></term>
159 <listitem>
160 <para>
161 shows / manipulates wireless devices and their configuration
162 </para>
163 <indexterm zone="iw iw-prog">
164 <primary sortas="b-iw">iw</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.