opnsense-src/tools/tools/net80211
Bjoern A. Zeeb e1d739471e tools/net80211: add mlme_assoc
mlme_assoc is a tool to trigger net80211::ieee80211_sta_join1() calls
which in certain conditions cause problems to the LinuxKPI 802.11 compat
code (but also believed to possibly cause problems in case of race to
other firmware based drivers).  This has proven to be a good reproducer
for the problem even on setups which otherwise could run for days without
hitting it.

Sponsored by:	The FreeBSD Foundation
PR:		271979

(cherry picked from commit 643d6dce6c1e39f067f8d0feea8615913b324891)
2024-02-18 18:31:13 +00:00
..
mlme_assoc tools/net80211: add mlme_assoc 2024-02-18 18:31:13 +00:00
scripts Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
stumbler Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
w00t Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
wesside Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
wlaninject Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
wlanstats tools/wlanstats: fix -Wunused-but-set-variable 2023-10-04 15:19:17 +00:00
wlantxtime Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
wlanwatch Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
wlanwds Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
README Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00

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