summaryrefslogtreecommitdiffstats
path: root/tools/tools/net80211
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-08-05 05:20:40 +0000
committersam <sam@FreeBSD.org>2006-08-05 05:20:40 +0000
commit89fb95df1346e35c54ff9493419fbb5ad9466a75 (patch)
treefffe6da706000ce65fa4e7ce8c7345e435bc712a /tools/tools/net80211
parent9cfa19eab80e8c09816fc2c5ee37a2403b2dff45 (diff)
downloadFreeBSD-src-89fb95df1346e35c54ff9493419fbb5ad9466a75.zip
FreeBSD-src-89fb95df1346e35c54ff9493419fbb5ad9466a75.tar.gz
hook packet injection tools up
Diffstat (limited to 'tools/tools/net80211')
-rw-r--r--tools/tools/net80211/Makefile2
-rw-r--r--tools/tools/net80211/README14
2 files changed, 15 insertions, 1 deletions
diff --git a/tools/tools/net80211/Makefile b/tools/tools/net80211/Makefile
index b7add2a..7422565 100644
--- a/tools/tools/net80211/Makefile
+++ b/tools/tools/net80211/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR= wlanstats wlandebug wlanwatch
+SUBDIR= stumbler w00t wlandebug wlaninject wlanstats wlanwatch
.include <bsd.subdir.mk>
diff --git a/tools/tools/net80211/README b/tools/tools/net80211/README
new file mode 100644
index 0000000..5dbb535
--- /dev/null
+++ b/tools/tools/net80211/README
@@ -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>.
OpenPOWER on IntegriCloud