1 .\" Copyright (c) 2004, 2005
2 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice unmodified, this list of conditions, and the following
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" $Id: ipwcontrol.8,v 1.1.2.1 2005/01/13 20:01:05 damien Exp $
27 .\" $DragonFly: src/usr.sbin/ipwcontrol/Attic/ipwcontrol.8,v 1.1 2005/03/06 18:25:14 dillon Exp $
34 .Nd configure Intel PRO/Wireless 2100 network adapter
41 .Ar iface Fl f Ar firmware
51 utility controls the operation of Intel PRO/Wireless 2100 networking
56 You should not use this program to configure IEEE 802.11 parameters.
61 The options are as follows:
62 .Bl -tag -width indent
63 .It Oo Fl i Oc Ar iface
64 Display adapter's internal statistics.
65 .It Oo Fl i Oc Ar iface Fl f Ar firmware
66 Download firmware binary image
69 .It Oo Fl i Oc Ar iface Fl k
70 Kill (remove) the firmware and reset the adapter.
71 .It Oo Fl i Oc Ar iface Fl r
72 Display the radio switch state (on or off).
75 The firmware is not shipped with
80 The original archive is available from Intel at:
81 .Pa http://ipw2100.sourceforge.net/firmware.php?fid=3 .
83 .Bl -tag -width ipw2100-1.2-i.fw -compact
85 BSS mode (connection to an access point) firmware
86 .It Pa ipw2100-1.2-i.fw
87 IBSS mode (point-to-point connection) firmware
88 .It Pa ipw2100-1.2-p.fw
97 utility and this man page were written by
98 .An Damien Bergamini Aq damien.bergamini@free.fr .