Main index | Section 4 | Options |
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_bwi_load="YES"
It supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on configuring 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.
Card | Chip | Bus | Standard |
Apple Airport Extreme Ta BCM4306 Ta PCI | b/g | ||
Apple Airport Extreme Ta BCM4318 Ta PCI | b/g | ||
ASUS WL-100g Ta BCM4306 Ta CardBus | b/g | ||
ASUS WL-138g Ta BCM4318 Ta PCI | b/g | ||
Buffalo WLI-CB-G54S Ta BCM4318 Ta CardBus | b/g | ||
Buffalo WLI-PCI-G54S Ta BCM4306 Ta PCI | b/g | ||
Compaq R4035 onboard Ta BCM4306 Ta PCI | b/g | ||
Dell Wireless 1390 Ta BCM4311 Ta Mini PCI | b/g | ||
Dell Wireless 1470 Ta BCM4318 Ta Mini PCI | b/g | ||
Dell Truemobile 1300 r2 Ta BCM4306 Ta Mini PCI | b/g | ||
Dell Truemobile 1400 Ta BCM4309 Ta Mini PCI | b/g | ||
HP nx6125 Ta BCM4319 Ta PCI | b/g | ||
Linksys WPC54G Ver 3 Ta BCM4318 Ta CardBus | b/g | ||
Linksys WPC54GS Ver 2 Ta BCM4318 Ta CardBus | b/g | ||
TRENDnet TEW-401PCplus Ta BCM4306 Ta CardBus | b/g | ||
US Robotics 5411 Ta BCM4318 Ta CardBus | b/g |
The bwi driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the bwi driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips.
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
BWI (4) | August 7, 2015 |
Main index | Section 4 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
— Taylor's Laws of Programming |