opnsense-src/tools/tools/net80211
Kevin Lo c61325d009 Correct sizeof usage
Obtained from:	DragonFly
2012-06-25 05:41:16 +00:00
..
scripts Implementation of the upcoming Wireless Mesh standard, 802.11s, on the 2009-07-11 15:02:45 +00:00
stumbler Fixed missing or broken library dependencies. 2010-02-25 14:42:26 +00:00
w00t Correct sizeof usage 2012-06-25 05:41:16 +00:00
wesside Correct sizeof usage 2012-06-25 05:41:16 +00:00
wlaninject Spelling fixes for tools/ 2011-12-30 00:04:11 +00:00
wlanstats Add the AMPDU BAR TX statistics to the "ampdu" tag. 2012-06-15 08:37:46 +00:00
wlantxtime revamp after 1/2 and 1/4 rate changes 2009-02-19 05:36:07 +00:00
wlanwatch Flush stdout after each line to make piping to another command easier. 2008-05-19 17:51:00 +00:00
wlanwds Cleanups to prepare this code for wider use (likely merged into hostapd): 2009-04-18 16:14:03 +00:00
Makefile add tool to calculate air time for 802.11 packets 2009-01-12 22:50:55 +00:00
README Add new directories, scripts and wlanwds. Introduced with vap support. 2008-04-29 22:05:26 +00:00

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