Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / iwictl / iwictl.8
blob045258babe35f4b7fd8b59d04668fea61da9a3da
1 .\" $NetBSD: iwictl.8,v 1.9 2009/03/09 19:24:33 joerg 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
42 The
43 .Nm
44 utility controls the operation of Intel(R) PRO/Wireless 2200BG/2915ABG
45 networking devices via the
46 .Xr iwi 4
47 driver.
48 .Pp
49 You should not use this program to configure IEEE 802.11 parameters.
50 Use
51 .Xr ifconfig 8
52 instead.
53 .Sh OPTIONS
54 The options are as follows:
55 .Bl -tag -width indent
56 .It Fl i Ar iface
57 Displays adapter's internal statistics.
58 .It Fl i Ar iface Fl r
59 Displays the radio transmitter state (on or off).
60 .El
61 .Sh FILES
62 The firmware is shipped with
63 .Nx .
64 See
65 .Xr iwi 4
66 for details how to use it.
67 .Sh SEE ALSO
68 .Xr iwi 4 ,
69 .Xr ifconfig 8
70 .Sh AUTHORS
71 The
72 .Nm
73 utility and this man page were written by
74 .An Damien Bergamini Aq damien.bergamini@free.fr .