Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / share / man / man4 / iwi.4
blob495578a144bbec30f11737b16e9576d8da721430
1 .\" $NetBSD: iwi.4,v 1.15 2009/02/06 14:42:20 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 February 5, 2009
29 .Dt IWI 4
30 .Os
31 .Sh NAME
32 .Nm iwi
33 .Nd Intel PRO/Wireless 2200BG/2915ABG IEEE 802.11 driver
34 .Sh SYNOPSIS
35 .Cd "iwi* at pci? dev ? function ?"
36 .Sh DESCRIPTION
37 The
38 .Nm
39 driver provides support for Intel(R) PRO/Wireless 2200BG and 2915ABG MiniPCI
40 network adapters.
41 .Pp
42 By default, the
43 .Nm
44 driver configures the adapter for BSS operation (aka infrastructure mode).
45 This mode requires the use of an access point.
46 .Pp
47 For more information on configuring this device, see
48 .Xr ifconfig 8 .
49 .Pp
50 The Intel firmware requires acceptance of the End User License Agreement.
51 The full license text can be found in
52 .Pa /libdata/firmware/if_iwi/LICENSE.ipw2200-fw .
53 The license is agreed to by setting the sysctl variable
54 .Dv hw.iwi.accept_eula
55 to 1.
56 .Sh EXAMPLES
57 Join an existing BSS network (i.e.: connect to an access point):
58 .Pp
59 .Dl "ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00"
60 .Pp
61 Join a specific BSS network with network name
62 .Dq Li my_net :
63 .Pp
64 .Dl "ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net"
65 .Pp
66 Join a specific BSS network with 64 bits WEP encryption:
67 .Bd -literal -offset indent
68 ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net \e
69         nwkey 0x1234567890
70 .Ed
71 .Pp
72 Join a specific BSS network with 128bits WEP encryption:
73 .Bd -literal -offset indent
74 ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net \e
75         nwkey 0x01020304050607080910111213
76 .Ed
77 .Sh DIAGNOSTICS
78 .Bl -diag
79 .It "iwi%d: device timeout"
80 The driver will reset the hardware.
81 This should not happen.
82 .El
83 .Sh SEE ALSO
84 .Xr an 4 ,
85 .Xr awi 4 ,
86 .Xr ipw 4 ,
87 .Xr pci 4 ,
88 .Xr wi 4 ,
89 .Xr ifconfig 8 ,
90 .Xr iwictl 8 ,
91 .Xr firmload 9
92 .Rs
93 .%T The IWI Web Page
94 .%O http://damien.bergamini.free.fr/ipw/
95 .Re
96 .Sh AUTHORS
97 The
98 .Nm
99 driver and this man page were written by
100 .An Damien Bergamini Aq damien.bergamini@free.fr .