1.\" $NetBSD: ipwctl.8,v 1.14 2014/03/18 18:20:46 riastradh 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 43The 44.Nm 45utility controls the operation of Intel PRO/Wireless 2100 networking 46devices via 47.Xr ipw 4 48driver. 49.Pp 50You should not use this program to configure IEEE 802.11 parameters. 51Use 52.Xr ifconfig 8 53instead. 54.Sh OPTIONS 55The options are as follows: 56.Bl -tag -width indent 57.It Fl i Ar iface 58Display adapter's internal statistics. 59.It Fl i Ar iface Fl r 60Display the radio switch state (on or off). 61.El 62.Sh FILES 63The firmware, loaded automatically, is not shipped with 64.Nx ; 65install the 66.Pa pkgsrc/sysutils/ipw-firmware 67package. 68The original archive is available from Intel at: 69.Lk 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 73BSS mode (connection to an access point) firmware 74.It Pa ipw2100-1.2-i.fw 75IBSS mode (point-to-point connection) firmware 76.It Pa ipw2100-1.2-p.fw 77Monitor 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 84The 85.Nm 86utility and this man page were written by 87.An Damien Bergamini Aq Mt damien.bergamini@free.fr . 88