opnsense-src/tools/tools/net80211
2017-02-20 08:04:06 +00:00
..
scripts
stumbler Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
w00t Convert to LIBADD. 2016-02-24 17:18:52 +00:00
wesside Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
wlaninject NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
wlanstats [wlanstats] We actually /do/ support per-STA stats! 2017-02-20 08:04:06 +00:00
wlantxtime - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems() 2015-08-29 19:47:20 +00:00
wlanwatch Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
wlanwds [net80211] fix up wlanwds to compile without warnings on clang. 2016-08-28 04:54:02 +00:00
Makefile
README

$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.

scripts		various scripts to test wireless configurations
stumbler	view nearby networks using raw packet interface
w00t		variety of programs that use the raw packet interface
wesside		WEP frag attack tool using raw packet interface
wlaninject	inject 802.11 packets using the raw packet interface
wlanstats	dump net80211 statistics
wlanwatch	monitor net80211 events via the routing socket
wlanwds		handling of WDS dynamic links using vaps

The raw packet tools are from Andrea Bittau <a.bittau@cs.ucl.ac.uk>.