xref: /netbsd/usr.sbin/iwictl/iwictl.8 (revision 6550d01e)
1.\" $NetBSD: iwictl.8,v 1.10 2009/05/18 12:55:28 wiz Exp $
2.\"
3.\" Copyright (c) 2004, 2005
4.\"	Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice unmodified, this list of conditions, and the following
11.\"    disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\"    notice, this list of conditions and the following disclaimer in the
14.\"    documentation and/or other materials provided with the distribution.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.Dd May 18, 2009
29.Dt IWICTL 8
30.Os
31.Sh NAME
32.Nm iwictl
33.Nd configure Intel(R) PRO/Wireless 2200BG/2915ABG network adapters
34.Sh SYNOPSIS
35.Nm
36.Op Fl i
37.Ar iface
38.Nm
39.Op Fl i
40.Ar iface Fl r
41.Sh DESCRIPTION
42The
43.Nm
44utility controls the operation of Intel(R) PRO/Wireless 2200BG/2915ABG
45networking devices via the
46.Xr iwi 4
47driver.
48.Pp
49You should not use this program to configure IEEE 802.11 parameters.
50Use
51.Xr ifconfig 8
52instead.
53.Sh OPTIONS
54The options are as follows:
55.Bl -tag -width indent
56.It Fl i Ar iface
57Displays adapter's internal statistics.
58.It Fl i Ar iface Fl r
59Displays the radio transmitter state (on or off).
60.El
61.Sh FILES
62The firmware is shipped with
63.Nx .
64See
65.Xr iwi 4
66for details how to use it.
67.Sh SEE ALSO
68.Xr iwi 4 ,
69.Xr ifconfig 8
70.Sh AUTHORS
71The
72.Nm
73utility and this man page were written by
74.An Damien Bergamini Aq damien.bergamini@free.fr .
75