GC ipw(4)
[dragonfly.git] / share / man / man4 / ipw.4
1 .\" $Id: ipw.4,v 1.1 2004/10/31 09:41:23 damien Exp $
2 .\" $DragonFly: src/share/man/man4/Attic/ipw.4,v 1.6 2008/03/09 11:04:35 swildner 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 23, 2004
30 .Os
31 .Dt IPW 4
32 .Sh NAME
33 .Nm ipw
34 .Nd Intel(R) PRO/Wireless 2100 IEEE 802.11 driver
35 .Sh SYNOPSIS
36 .Cd "device ipw"
37 .Cd "device pci"
38 .Cd "device wlan"
39 .Sh DESCRIPTION
40 The
41 .Nm
42 driver provides support for the Intel(R) PRO/Wireless 2100 MiniPCI network
43 adapter.
44 .Pp
45 By default, the
46 .Nm
47 driver configures the adapter for BSS operation (aka infrastructure mode).
48 This mode requires the use of an access point.
49 .Pp
50 For more information on configuring this device, see
51 .Xr ifconfig 8 .
52 .Sh EXAMPLES
53 Join an existing BSS network (ie: connect to an access point):
54 .Pp
55 .Dl "ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00"
56 .Pp
57 Join a specific BSS network with network name
58 .Dq Li my_net :
59 .Pp
60 .Dl "ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
61 .Pp
62 Join a specific BSS network with 64 bits WEP encryption:
63 .Bd -literal -offset indent
64 ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
65         wepmode on wepkey 0x1234567890
66 .Ed
67 .Pp
68 Join a specific BSS network with 128bits WEP encryption:
69 .Bd -literal -offset indent
70 ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
71         wepmode on wepkey 0x01020304050607080910111213
72 .Ed
73 .Sh DIAGNOSTICS
74 .Bl -diag
75 .It "ipw%d: device timeout"
76 The driver will reset the hardware. This should not happen.
77 .El
78 .Sh SEE ALSO
79 .Xr an 4 ,
80 .Xr ath 4 ,
81 .Xr ifmedia 4 ,
82 .Xr pci 4 ,
83 .Xr wi 4 ,
84 .Xr wlan 4 ,
85 .Xr ifconfig 8 ,
86 .Xr ipwcontrol 8
87 .Rs
88 .%T The IPW Web Page
89 .%O http://damien.bergamini.free.fr/ipw/
90 .Re
91 .Sh AUTHORS
92 The
93 .Nm
94 driver and this man page were written by
95 .An Damien Bergamini Aq damien.bergamini@free.fr .