2005-06-26 17:12:07 +04:00
|
|
|
.\" $NetBSD: iwictl.8,v 1.7 2005/06/26 13:12:07 wiz Exp $
|
2005-01-11 21:28:37 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2004, 2005
|
|
|
|
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice unmodified, this list of conditions, and the following
|
|
|
|
.\" disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
2005-06-26 17:12:07 +04:00
|
|
|
.Dd June 20, 2005
|
2005-01-11 21:28:37 +03:00
|
|
|
.Os
|
|
|
|
.Dt IWICTL 8
|
|
|
|
.Sh NAME
|
|
|
|
.Nm iwictl
|
|
|
|
.Nd configure Intel(R) PRO/Wireless 2200BG/2915ABG network adapters
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl i
|
|
|
|
.Ar iface
|
|
|
|
.Nm
|
|
|
|
.Op Fl i
|
|
|
|
.Ar iface Fl d Ar directory
|
2005-06-20 13:06:40 +04:00
|
|
|
.Op Fl m Ar bss|ibss|monitor
|
2005-01-11 21:28:37 +03:00
|
|
|
.Nm
|
|
|
|
.Op Fl i
|
|
|
|
.Ar iface Fl k
|
|
|
|
.Nm
|
|
|
|
.Op Fl i
|
|
|
|
.Ar iface Fl r
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility controls the operation of Intel(R) PRO/Wireless 2200BG/2915ABG
|
2005-01-12 17:50:36 +03:00
|
|
|
networking devices via the
|
2005-01-11 21:28:37 +03:00
|
|
|
.Xr iwi 4
|
|
|
|
driver.
|
|
|
|
.Pp
|
2005-01-12 17:50:36 +03:00
|
|
|
You should not use this program to configure IEEE 802.11 parameters.
|
|
|
|
Use
|
2005-01-11 21:28:37 +03:00
|
|
|
.Xr ifconfig 8
|
|
|
|
instead.
|
|
|
|
.Sh OPTIONS
|
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Fl i Ar iface
|
|
|
|
Displays adapter's internal statistics.
|
2005-06-20 13:06:40 +04:00
|
|
|
.It Fl i Ar iface Fl d Ar directory Oo Fl m Ar bss|ibss|monitor Oc
|
2005-01-12 17:50:36 +03:00
|
|
|
Download firmware binary image to the adapter.
|
|
|
|
The image is read from the
|
2005-01-11 21:28:37 +03:00
|
|
|
.Ar directory
|
2005-01-12 17:50:36 +03:00
|
|
|
directory.
|
|
|
|
By default, the firmware binary image for BSS (aka infrastructure
|
2005-01-11 21:28:37 +03:00
|
|
|
mode) mode is downloaded unless the
|
|
|
|
.Fl m
|
|
|
|
flag is given.
|
2005-03-21 23:53:07 +03:00
|
|
|
Firmware binary images can be found in the
|
|
|
|
.Pa pkgsrc/sysutils/iwi-firmware
|
|
|
|
package.
|
2005-01-11 21:28:37 +03:00
|
|
|
.It Fl i Ar iface Fl k
|
|
|
|
Kill the firmware and reset the adapter.
|
|
|
|
.It Fl i Ar iface Fl r
|
|
|
|
Displays the radio transmitter state (on or off).
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr iwi 4 ,
|
2005-06-26 17:12:07 +04:00
|
|
|
.Xr ifconfig 8
|
2005-03-21 23:53:07 +03:00
|
|
|
.Pa pkgsrc/sysutils/iwi-firmware
|
2005-01-11 21:28:37 +03:00
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility and this man page were written by
|
|
|
|
.An Damien Bergamini Aq damien.bergamini@free.fr .
|
2005-06-20 13:49:27 +04:00
|
|
|
.Sh CAVEATS
|
|
|
|
Monitor mode requires firmware version 1.0.4 (included in the
|
|
|
|
.Pa pkgsrc/sysutils/iwi-firmware
|
|
|
|
package version 2.3) or newer.
|