WI(4)                     NetBSD Programmer's Manual                     WI(4)

NAME
     wi - WaveLAN/IEEE and PRISM-II 802.11 PCMCIA wireless network driver

SYNOPSIS
     wi* at pcmcia? function ?

DESCRIPTION
     The wi driver provides support for Lucent Technologies WaveLAN/IEEE PC-
     CARD adapters (also known as WaveLAN II cards) and various PCCARD
     adapters which use Intersil PRISM-II chipsets.  Note that while Lucent
     sells both ISA and PCMCIA WaveLAN/IEEE devices, the ISA product is actu-
     ally a PCMCIA card in an ISA to PCMCIA bridge adapter.  Consequently, the
     wi driver is required for both the ISA and PCMCIA NICs.  Also note that
     some of the PRISM-II adapters works only at 3.3V, hence cardbus(4) sup-
     port is required for those cards to set VCC correctly, even they are
     16bit cards.

     The core of the WaveLAN/IEEE is the Lucent Hermes controller.  All
     host/device interaction is via programmed I/O with the Hermes.  The Her-
     mes supports 802.11 and 802.3 frames, power management, BSS, WDS and ad-
     hoc operation modes.  The Silver and the Gold cards of the WaveLAN/IEEE
     also support WEP.  Unlike the other IEEE 802.11 network cards, the Wave-
     LAN Gold cards accept 104 bits key (13 characters) for WEP encryption.
     The Intersil PRISM-II controller supports WEP as well.

     The wi driver encapsulates all IP and ARP traffic as 802.11 frames, how-
     ever it can receive either 802.11 or 802.3 frames.  Transmit speed is se-
     lectable between 1Mbps fixed, 2Mbps fixed or 2Mbps with auto fallback.
     For WaveLAN/IEEE Turbo adapters, speeds up to 6Mbps are available.  For
     WaveLAN/IEEE Turbo 11Mbps adapters and PRISM-II adapters, speeds up to
     11Mbps are available.

     The wi driver supports configuration of WaveLAN card for special ad-hoc
     operation.  In this mode, the nwid is ignored and stations can communi-
     cate among each other without the aid of an access point.  Note that this
     mode is not in the IEEE 802.11 specification and the driver may interop-
     erate with other cards. This mode is no longer the default and must be
     selected using the ifconfig(8) or wiconfig(8) utilities.

     For more information on configuring this device, see ifconfig(8) and
     ifmedia(4).

HARDWARE
     Cards supported by the wi driver include:

           Lucent Wavelan/IEEE 2.0Mb Bronze
           Lucent Wavelan/IEEE 2.0Mb Silver
           Lucent WaveLAN/IEEE Turbo
           Lucent WaveLAN/IEEE Turbo 11Mbps
           Melco AIR CONNECT WLI-PCM-L11
           DEC/Cabletron RoamAbout 802.11 DS High Rate
           Corega Wireless LAN PCC-11
           Melco AIR CONNECT WLI-PCM-L11 cards [*] [+]
           DEC/Cabletron RoamAbout 802.11 DS High Rate cards [*] [+]
           Corega Wireless LAN PCC-11 cards [*] [+]
           ELSA AirLancer MC-11

     The original PRISM-I chipset is supported by the awi(4) driver.

DIAGNOSTICS
     wi%d: init failed  The WaveLAN failed to come ready after an initializa-
     tion command was issued.

     wi%d: failed to allocate %d bytes on NIC  The driver was unable to allo-
     cate memory for transmit frames in the NIC's on-board RAM.

     wi%d: device timeout  The WaveLAN failed to generate an interrupt to ac-
     knowledge a transmit command.  One reason can be that the board is mis-
     configured, see wiconfig(8).

BUGS
     The IBSS mode is not supported.

     The execution of wiconfig(8) while the interface is down can produce some
     error messages.

SEE ALSO
     arp(4), ifmedia(4), netintro(4), ifconfig(8), wiconfig(8)

     HCF Light programming specification, http://www.wavelan.com.

HISTORY
     The wi device driver first appeared in NetBSD 1.5.

AUTHOR
     The wi driver was written by Bill Paul <wpaul@ctr.columbia.edu>.

NetBSD 1.5.3_RC1               January 11, 2001                              2

You can also request any man page by name and (optionally) by section:

Command: 
Section: 
Architecture: 
Collection: 
 

Use the DEFAULT collection to view manual pages for third-party software.


©1994 Man-cgi 1.15, Panagiotis Christias <christia@softlab.ntua.gr>
©1996-2008 Modified for NetBSD by Kimmo Suominen