#########################################
#
# wifitap.py --- WiFi injection tool through tun/tap device
# Cedric Blancher <sid@rstack.org>
#
# http://sid.rstack.org/index.php/Wifitap (french)
# http://sid.rstack.org/index.php/Wifitap_EN (english)
#
#########################################

All patches and patching informations are from Christophe Devine. They can
be found in Aircrack documentation at :

	http://www.cr0.net:8040/code/network/aircrack/


Wifitap relies on a raw injection capable Linux wireless driver. Supported
drivers are currently :

	. Intersil PrismGT FullMAC with prism54 driver
	. Atheros with Madwifi driver
	. Intersil Prism2/2.5/3 with hostap or wlan-ng driver
	. Ralink rt2500/2750 with rt2500 driver
	. Realtek RTL8180 with rtl8180-sa2400 driver

Patches can be found in 100h.org.tgz archive, or can be directly downloaded at
http://100h.org/:

o Getting prism54 driver, firmware and patch
	http://100h.org/wlan/linux/prismgt/prism54-svn-20050724.tgz
	http://100h.org/wlan/linux/prismgt/1.0.4.3.arm
	http://100h.org/wlan/linux/patches/prism54-svn-20050724.patch

o Getting madwifi driver and patch
	http://100h.org/wlan/linux/atheros/madwifi-cvs-20050814.tgz
	http://100h.org/wlan/linux/patches/madwifi-cvs-20050814.patch

o Getting hostap driver and patch
	http://100h.org/wlan/linux/prism2/hostap-driver-0.3.9.tar.gz
	http://100h.org/wlan/linux/patches/hostap-driver-0.3.9.patch

o Getting wlan-ng driver and patch
	http://100h.org/wlan/linux/prism2/wlanng-0.2.1-pre26.tar.gz
	http://100h.org/wlan/linux/patches/wlanng-0.2.1-pre26.patch

o Getting rt2500/2750 drivers and patches
	http://100h.org/wlan/linux/ralink/rt2500-cvs-20050724.tgz
	http://100h.org/wlan/linux/ralink/rt2570-cvs-20050724.tgz
	http://100h.org/wlan/linux/patches/rt2500-cvs-20050724.patch
	http://100h.org/wlan/linux/patches/rt2570-cvs-20050724.patch

o Getting rtl8180-sa2400 driver and patch
	http://100h.org/wlan/linux/rtl8180/rtl8180-0.21.tar.gz
	http://100h.org/wlan/linux/patches/rtl8180-0.21.patch


Untar driver tarball, patch with according driver, build and install.
