freebsd-nq/tools/tools/net80211
Sofian Brabez b8be809495 wlanstats: fix build
Add -Wno-cast-align to the CFLAGS to fix the build of wlanstats

Approved by:	adrian
MFC after:	1 week
2021-04-20 19:31:44 +00:00
..
scripts
stumbler
w00t
wesside Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE 2020-10-27 11:29:11 +00:00
wlaninject
wlanstats wlanstats: fix build 2021-04-20 19:31:44 +00:00
wlantxtime
wlanwatch [wlanwatch] fix compiler warnings-as-errors on gcc-6.4 mips 2020-12-29 10:24:36 -08:00
wlanwds [wlanwds] Fix compiler warnings-as-errors on freebsd gcc-6.4 mips 2020-12-29 10:24:33 -08: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>.