mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
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) |
||
|---|---|---|
| .. | ||
| mlme_assoc | ||
| scripts | ||
| stumbler | ||
| w00t | ||
| wesside | ||
| wlaninject | ||
| wlanstats | ||
| wlantxtime | ||
| wlanwatch | ||
| wlanwds | ||
| Makefile | ||
| README | ||
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>.