summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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