Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bwi(4) [netbsd man page]

BWI(4)							   BSD Kernel Interfaces Manual 						    BWI(4)

NAME
bwi -- Broadcom BCM430x/4318 IEEE 802.11b/g wireless network driver SYNOPSIS
bwi* at pci? dev ? function ? DESCRIPTION
The bwi driver provides support for Broadcom BCM430x/4318 wireless network adapters. For more information on configuring this device, see ifconfig(8). MIB Variables The following per-interface variables are implemented in the hw.bwiX branch of the sysctl(3) MIB. debug Debug flags. dwell_time Channel dwell time during scan (msec). fw_version Firmware version. led_idle Number of ticks before LED enters idle state. led_blink Allow LED to blink. txpwr_calib Enable software TX power calibration. HARDWARE
The following cards are among those supported by the bwi driver: Card Chip Bus Standard Buffalo WLI-PCI-G54S BCM4306 PCI b/g Dell Wireless 1370 BCM4318 Mini PCI b/g Dell Wireless 1470 BCM4318 Mini PCI b/g Dell Truemobile 1400 BCM4309 Mini PCI b/g Dell Latitude D505 BCM4306 PCI b/g Apple AirPort Extreme b/g FILES
The firmware for the adapter is not shipped with NetBSD and must be obtained separately. An archive with firmware files that are known to work can be found at: http://leaf.dragonflybsd.org/~sephe/bwi/v3.tbz The firmware files conventionally reside in /libdata/firmware/bwi and will be loaded when the interface is brought up. Note: the v3 subdi- rectory in the above firmware archive should exist in the firmware folder. The full list of paths checked for firmware can be found in the hw.firmware.path sysctl(3) node. SEE ALSO
arp(4), ifmedia(4), pci(4), ifconfig(8), sysctl(8), wiconfig(8), wpa_supplicant(8) HISTORY
The bwi driver first appeared in NetBSD 6.0. AUTHORS
The bwi driver was written by Sepherosa Ziehau for Dragonfly BSD. It was ported to NetBSD by Taylor R. Campbell <campbell@mumble.net>. The hardware specification was reverse engineered by the people at http://bcm-specs.sipsolutions.net. Thanks go also to johill and mb on the #bcm-specs channel. BUGS
BCM4306 and BCM4309 chips do not work properly on channel 1, 2, and 3. The NetBSD driver does not yet support cardbus devices. BSD
March 24, 2009 BSD

Check Out this Related Man Page

BWI(4)							   BSD Kernel Interfaces Manual 						    BWI(4)

NAME
bwi -- Broadcom BCM43xx IEEE 802.11b/g wireless network driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device bwi device wlan device wlan_amrr device firmware Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_bwi_load="YES" DESCRIPTION
The bwi driver provides support for Broadcom BCM43xx based PCI/CardBus network adapters. It supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on configur- ing this device, see ifconfig(8). This driver requires firmware to be loaded before it will work. The ports/net/bwi-firmware-kmod port needs to be installed before ifconfig(8) will work. HARDWARE
The bwi driver supports Broadcom BCM43xx based wireless devices, including: Card Chip Bus Standard Apple Airport Extreme BCM4306 PCI b/g Apple Airport Extreme BCM4318 PCI b/g ASUS WL-138g BCM4318 PCI b/g Buffalo WLI-CB-G54S BCM4318 CardBus b/g Buffalo WLI-PCI-G54S BCM4306 PCI b/g Compaq R4035 onboard BCM4306 PCI b/g Dell Wireless 1470 BCM4318 Mini PCI b/g Dell Truemobile 1400 BCM4309 Mini PCI b/g HP nx6125 BCM4319 PCI b/g Linksys WPC54G Ver 3 BCM4318 CardBus b/g Linksys WPC54GS Ver 2 BCM4318 CardBus b/g TRENDnet TEW-401PCplus BCM4306 CardBus b/g US Robotics 5411 BCM4318 CardBus b/g EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev bwi0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev bwi0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev bwi0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up SEE ALSO
arp(4), cardbus(4), intro(4), pci(4), wlan(4), wlan_amrr(4), ifconfig(8), wpa_supplicant(8) HISTORY
The bwi driver first appeared in FreeBSD 8.0. AUTHORS
The bwi driver was written for DragonFly BSD by Sepherosa Ziehau and subsequently ported to FreeBSD. BUGS
Some card based on the BCM4306 and BCM4309 chips do not work properly on channel 1, 2 and 3. BSD
May 16, 2009 BSD
Man Page