hook packet injection tools up

This commit is contained in:
Sam Leffler 2006-08-05 05:20:40 +00:00
parent 2137fdb5ec
commit 0c65897149
2 changed files with 15 additions and 1 deletions
tools/tools/net80211

View File

@ -1,5 +1,5 @@
# $FreeBSD$
SUBDIR= wlanstats wlandebug wlanwatch
SUBDIR= stumbler w00t wlandebug wlaninject wlanstats wlanwatch
.include <bsd.subdir.mk>

View File

@ -0,0 +1,14 @@
$FreeBSD$
This directory has various tools for use with the net80211 layer.
Some may not work depending on the capabilities of the underyling
wireless driver. Everything should work with ath.
stumbler view nearby networks using raw packet interface
w00t variety of programs that use the raw packet interface
wlandebug manipulate net80211 debug flags symbolically
wlaninject inject 802.11 packets using the raw packet interface
wlanstats dump net80211 statistics
wlanwatch monitor net80211 events via the routing socket
The raw packet tools are from Andrea Bittau <a.bittau@cs.ucl.ac.uk>.