wpi
Intel 3945ABG Wireless LAN IEEE 802.11 driver
- Provided by: freebsd-manpages (Version: 9.2+1-1)
- Report a bug
Intel 3945ABG Wireless LAN IEEE 802.11 driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device wpi
device wpifw
device pci
device wlan
device wlan_amrr
device firmwareAlternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_wpi_load="YES"
The wpi driver provides support for the
Intel 3945ABG Wireless network adapter. wpi supports
station, adhoc, 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 the firmware built with the
wpifw module to work.
wpi firmware licenseJoin an existing BSS network (i.e., connect to an access point):
ifconfig wlan0 create wlandev wpi0 inet 192.168.0.20 \
netmask 0xffffff00
Join a specific BSS network with network name
“my_net”:
ifconfig wlan0 create wlandev wpi0
ssid my_net upJoin a specific BSS network with 64-bit WEP encryption:
ifconfig wlan0 create wlandev wpi0 ssid my_net \ wepmode on wepkey 0x1234567890 weptxkey 1 up
Join a specific BSS network with 128-bit WEP encryption:
ifconfig wlan0 create wlandev wpi0 wlanmode adhoc ssid my_net \
wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
wpifw(4), pci(4), wlan(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8)
The original wpi driver was written for
OpenBSD by Damien Bergamini
⟨damien.bergamini@free.fr⟩. Benjamin
Close ⟨benjsc@FreeBSD.org⟩ ported
wpi to FreeBSD.
Not all the error messages are documented here.
Background scanning is not currently supported.