1 .\" $NetBSD: rtw.4,v 1.3 2005/09/09 14:11:39 drochner Exp $
2 .\" $OpenBSD: rtw.4,v 1.18 2005/06/09 09:03:38 jmc Exp $
3 .\" $DragonFly: src/share/man/man4/rtw.4,v 1.8 2008/07/26 16:25:40 swildner Exp $
5 .\" Copyright (c) 2004 Jonathan Gray <jsg@openbsd.org>
7 .\" Permission to use, copy, modify, and distribute this software for any
8 .\" purpose with or without fee is hereby granted, provided that the above
9 .\" copyright notice and this permission notice appear in all copies.
11 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24 .Nd Realtek RTL8180L IEEE 802.11b wireless network driver
26 To compile this driver into the kernel,
27 place the following lines in your
28 kernel configuration file:
29 .Bd -ragged -offset indent
33 .Cd "device wlan_ratectl_onoe"
36 Alternatively, to load the driver as a
37 module at boot time, place the following line in
39 .Bd -literal -offset indent
45 driver supports PCI/CardBus 802.11b wireless adapters based on the
48 A variety of radio transceivers can be found in these devices, including
49 the Philips SA2400A, Maxim MAX2820, and GCT GRF5101, though not all of them
50 are currently supported.
52 These are the modes the
54 driver can operate in:
55 .Bl -tag -width "monitor mode"
59 mode, this is used when associating with an access point, through
60 which all traffic passes.
61 This mode is the default.
68 This is the standardized method of operating without an access point.
69 Stations associate with a service set.
70 However, actual connections between stations are peer-to-peer.
72 In this mode the driver acts as an access point (base station)
75 In this mode the driver is able to receive packets without
76 associating with an access point.
77 This disables the internal receive filter and enables the card to
78 capture packets from networks which it wouldn't normally have access to,
79 or to scan for access points.
83 supports software WEP.
84 Wired Equivalent Privacy (WEP) is the de facto encryption standard
85 for wireless networks.
86 It can be typically configured in one of three modes:
87 no encryption; 40-bit encryption; or 104-bit encryption.
88 Unfortunately, due to serious weaknesses in WEP protocol
89 it is strongly recommended that it not be used as the
90 sole mechanism to secure wireless communication.
91 WEP is not enabled by default.
95 driver can be configured at runtime with
97 using the following parameters:
98 .Bl -tag -width ".Fl mediaopt Ar opts"
100 Set the desired BSSID.
102 Unset the desired BSSID.
103 The interface will automatically select a BSSID in this mode, which is
106 Set the channel (radio frequency) to be used by the driver based on
110 Unset the desired channel to be used by the driver.
111 The driver will automatically select a channel in this mode, which is
113 .It Cm media Ar media
116 driver supports the following
120 .Bl -tag -width ".Cm autoselect" -compact
122 Enable autoselection of the media type and options.
124 Set 802.11b DS 1Mbps operation.
126 Set 802.11b DS 2Mbps operation.
128 Set 802.11b DS 5.5Mbps operation.
130 Set 802.11b DS 11Mbps operation.
132 .It Cm mediaopt Ar opts
135 driver supports the following media options:
137 .Bl -tag -width ".Cm monitor" -compact
139 Select Host AP operation.
141 Select IBSS operation.
145 .It Fl mediaopt Ar opts
146 Disable the specified media options on the driver and return it to the
147 default mode of operation (BSS).
152 can either be any text string up to 32 characters in length,
153 or a series of hexadecimal digits up to 64 digits.
156 string allows the interface to connect to any available access points.
159 driver uses an empty string.
160 Note that network ID is synonymous with Extended Service Set ID (ESSID).
162 Enable WEP encryption using the specified
166 can either be a string, a series of hexadecimal digits (preceded by
168 or a set of keys of the form
172 specifies which of the keys will be used for transmitted packets,
177 are configured as WEP keys.
178 If a set of keys is specified, a comma
180 within the key must be escaped with a backslash.
181 Note that if multiple keys are used, their order must be the same within
184 is capable of using both 40-bit (5 characters or 10 hexadecimal digits)
185 or 104-bit (13 characters or 26 hexadecimal digits) keys.
187 Disable WEP encryption.
188 This is the default mode of operation.
190 Enable WEP encryption with the persistent key stored in the network card.
193 The following adapters should work:
195 .Bl -column -compact ".Li Ovislink AirLive WL-1120PCM" "CardBus"
196 .It Em Card Ta Em Bus
197 .\".It Li "Acer Aspire 1357 LMi" Ta Mini PCI
198 .\".It Li "Belkin F5D6001 V3" Ta PCI
199 .It Li "Belkin F5D6020 V3" Ta CardBus
200 .It Li "Buffalo WLI-CB-B11" Ta CardBus
201 .It Li "Corega CG-WLCB11V3" Ta CardBus
202 .\".It Li "D-Link DWL-510" Ta PCI
203 .\".It Li "D-Link DWL-520 rev D" Ta PCI
204 .It Li "D-Link DWL-610" Ta CardBus
205 .\".It Li "Encore ENLWI-PCI1-NT" Ta PCI
206 .\".It Li "Gigabyte GN-WLMR101" Ta PCI
207 .It Li "Level-One WPC-0101" Ta CardBus
208 .It Li "Linksys WPC11 v4" Ta CardBus
209 .It Li "Netgear MA521" Ta CardBus
210 .It Li "Ovislink AirLive WL-1120PCM" Ta CardBus
211 .It Li "Planet WL-3553" Ta CardBus
212 .It Li "TrendNET TEW-266PC" Ta CardBus
213 .\".It Li "TrendNET TEW-288PI" Ta PCI
214 .It Li "VCTnet PC-11B1" Ta CardBus
234 .%O http://www.realtek.com.tw
239 device driver first appeared in
249 driver was written by
251 .Aq dyoung@NetBSD.org
255 .An Jonathan Gray Aq jsg@openbsd.org ,
256 who wrote this man page.
261 .Aq sepherosa@gmail.com .
263 Only the Philips SA2400A and Maxim MAX2820 RF transceivers are known to work.
264 Devices incorporating a GCT RF transceiver are not supported due to a lack of
265 documentation from GCT.
267 While PCI devices will attach most of them are not able to transmit.