freebsd-dev/tools/tools/net80211
Eitan Adler 1983a2326b tools/80211: correct array index
wh->i_dur is a two byte value; not a single byte set twice

Reported by:	swildner@DragonFlyBSD.org
2018-02-19 19:01:46 +00:00
..
scripts [net80211] add another hard-learnt lesson about DWDS setup 2017-05-03 07:53:15 +00:00
stumbler Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
w00t tools/80211: correct array index 2018-02-19 19:01:46 +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 [wlanwds] allow for a DWDS AP VAP to be not be the first VAP on a NIC. 2017-07-31 17:33:57 +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>.