Fix markup. Fix backslashes to surive roff.
[netbsd-mini2440.git] / usr.sbin / ipwctl / ipwctl.8
blob31500576928577d4147b8b01030842fcd8cc53f2
1 .\" $NetBSD: ipwctl.8,v 1.10 2006/04/17 20:55:28 rpaulo Exp $
2 .\" Id: ipwctl.8,v 1.1.2.1 2004/08/19 16:24:50 damien Exp
3 .\"
4 .\" Copyright (c) 2004
5 .\"     Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice unmodified, this list of conditions, and the following
12 .\"    disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\"    notice, this list of conditions and the following disclaimer in the
15 .\"    documentation and/or other materials provided with the distribution.
16 .\"
17 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 .\" SUCH DAMAGE.
28 .\"
29 .Dd April 17, 2006
30 .Dt IPWCTL 8
31 .Os
32 .Sh NAME
33 .Nm ipwctl
34 .Nd configure Intel PRO/Wireless 2100 network adapter
35 .Sh SYNOPSIS
36 .Nm
37 .Op Fl i
38 .Ar iface
39 .Nm
40 .Op Fl i
41 .Ar iface Fl r
42 .Sh DESCRIPTION
43 The
44 .Nm
45 utility controls the operation of Intel PRO/Wireless 2100 networking
46 devices via
47 .Xr ipw 4
48 driver.
49 .Pp
50 You should not use this program to configure IEEE 802.11 parameters.
51 Use
52 .Xr ifconfig 8
53 instead.
54 .Sh OPTIONS
55 The options are as follows:
56 .Bl -tag -width indent
57 .It Fl i Ar iface
58 Display adapter's internal statistics.
59 .It Fl i Ar iface Fl r
60 Display the radio switch state (on or off).
61 .El
62 .Sh FILES
63 The firmware, loaded automatically, is not shipped with
64 .Nx ;
65 install the
66 .Pa pkgsrc/sysutils/ipw-firmware
67 package.
68 The original archive is available from Intel at:
69 .Pa http://ipw2100.sourceforge.net/firmware.php?fid=3 .
70 .Pp
71 .Bl -tag -width ipw2100-1.2-i.fw -compact
72 .It Pa ipw2100-1.2.fw
73 BSS mode (connection to an access point) firmware
74 .It Pa ipw2100-1.2-i.fw
75 IBSS mode (point-to-point connection) firmware
76 .It Pa ipw2100-1.2-p.fw
77 Monitor mode firmware
78 .El
79 .Sh SEE ALSO
80 .Xr ipw 4 ,
81 .Xr ifconfig 8 ,
82 .Pa pkgsrc/sysutils/ipw-firmware
83 .Sh AUTHORS
84 The
85 .Nm
86 utility and this man page were written by
87 .An Damien Bergamini Aq damien.bergamini@free.fr .