|
NAMEbwi —
Broadcom BCM43xx IEEE 802.11b/g wireless network driver
SYNOPSISTo 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" DESCRIPTIONThebwi driver provides support for Broadcom BCM43xx
based PCI/CardBus network adapters.
It supports 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. HARDWAREThebwi driver supports Broadcom BCM43xx based wireless
devices, including:
The EXAMPLESJoin 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
“ 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 ALSOarp(4), cardbus(4), intro(4), pci(4), wlan(4), wlan_amrr(4), ifconfig(8), wpa_supplicant(8)HISTORYThebwi driver first appeared in
FreeBSD 8.0.
AUTHORSThebwi driver was written for
DragonFly by Sepherosa Ziehau
and subsequently ported to FreeBSD.
BUGSSome card based on the BCM4306 and BCM4309 chips do not work properly on channel 1, 2 and 3.
Visit the GSP FreeBSD Man Page Interface. |