Bring in FreeBSD's tools/tools/{ath,net80211}.
authorSascha Wildner <saw@online.de>
Mon, 26 Apr 2010 17:25:37 +0000 (19:25 +0200)
committerSascha Wildner <saw@online.de>
Mon, 26 Apr 2010 17:25:37 +0000 (19:25 +0200)
commitcde9b9370f2fa714910f5f8a6187ff1536c141b5
tree6f8df4d5b7daf4d779645db085ef4f11cd089c47
parent71dd5ace1b5099b025af825fe66373e1a4629d00
Bring in FreeBSD's tools/tools/{ath,net80211}.
113 files changed:
tools/tools/ath/Makefile [new file with mode: 0644]
tools/tools/ath/Makefile.inc [new file with mode: 0644]
tools/tools/ath/athctrl.sh [new file with mode: 0644]
tools/tools/ath/athdebug/Makefile [new file with mode: 0644]
tools/tools/ath/athdebug/athdebug.c [new file with mode: 0644]
tools/tools/ath/athdecode/Makefile [new file with mode: 0644]
tools/tools/ath/athdecode/main.c [new file with mode: 0644]
tools/tools/ath/athkey/Makefile [new file with mode: 0644]
tools/tools/ath/athkey/athkey.c [new file with mode: 0644]
tools/tools/ath/athpoke/Makefile [new file with mode: 0644]
tools/tools/ath/athpoke/athpoke.c [new file with mode: 0644]
tools/tools/ath/athpow/Makefile [new file with mode: 0644]
tools/tools/ath/athpow/athpow.c [new file with mode: 0644]
tools/tools/ath/athprom/Makefile [new file with mode: 0644]
tools/tools/ath/athprom/athprom.c [new file with mode: 0644]
tools/tools/ath/athprom/eeprom-14 [new file with mode: 0644]
tools/tools/ath/athprom/eeprom-3 [new file with mode: 0644]
tools/tools/ath/athprom/eeprom-4 [new file with mode: 0644]
tools/tools/ath/athprom/eeprom-5 [new file with mode: 0644]
tools/tools/ath/athrd/Makefile [new file with mode: 0644]
tools/tools/ath/athrd/athrd.1 [new file with mode: 0644]
tools/tools/ath/athrd/athrd.c [new file with mode: 0644]
tools/tools/ath/athrd/run.sh [new file with mode: 0644]
tools/tools/ath/athregs/Makefile [new file with mode: 0644]
tools/tools/ath/athregs/dumpregs.c [new file with mode: 0644]
tools/tools/ath/athstats/Makefile [new file with mode: 0644]
tools/tools/ath/athstats/athstats.c [new file with mode: 0644]
tools/tools/ath/athstats/athstats.h [new file with mode: 0644]
tools/tools/ath/athstats/main.c [new file with mode: 0644]
tools/tools/ath/athstats/statfoo.c [new file with mode: 0644]
tools/tools/ath/athstats/statfoo.h [new file with mode: 0644]
tools/tools/ath/common/ah_osdep.h [new file with mode: 0644]
tools/tools/ath/common/diag.h [new file with mode: 0644]
tools/tools/ath/common/dumpregs.h [new file with mode: 0644]
tools/tools/ath/common/dumpregs_5210.c [new file with mode: 0644]
tools/tools/ath/common/dumpregs_5211.c [new file with mode: 0644]
tools/tools/ath/common/dumpregs_5212.c [new file with mode: 0644]
tools/tools/ath/common/dumpregs_5416.c [new file with mode: 0644]
tools/tools/net80211/Makefile [new file with mode: 0644]
tools/tools/net80211/README [new file with mode: 0644]
tools/tools/net80211/scripts/config [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/common [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/config.mesh [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/setup.simple [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/topology.line [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/topology.ring [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/topology.star [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/topology.tree [new file with mode: 0644]
tools/tools/net80211/scripts/setup.dfs [new file with mode: 0644]
tools/tools/net80211/scripts/setup.fixed [new file with mode: 0644]
tools/tools/net80211/scripts/setup.local [new file with mode: 0644]
tools/tools/net80211/scripts/setup.mixed [new file with mode: 0644]
tools/tools/net80211/scripts/setup.simple [new file with mode: 0644]
tools/tools/net80211/scripts/setup.simple2 [new file with mode: 0644]
tools/tools/net80211/scripts/setup.sta [new file with mode: 0644]
tools/tools/net80211/scripts/setup.tdma-master [new file with mode: 0644]
tools/tools/net80211/scripts/setup.tdma-slave [new file with mode: 0644]
tools/tools/net80211/scripts/setup.tsn [new file with mode: 0644]
tools/tools/net80211/scripts/setup.updown [new file with mode: 0644]
tools/tools/net80211/scripts/setup.updown.wpa [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wds [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wdsmain [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wdsrelay [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wep [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa1.aes [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa1.tkip [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa2 [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa2.tkip [new file with mode: 0644]
tools/tools/net80211/stumbler/Makefile [new file with mode: 0644]
tools/tools/net80211/stumbler/stumbler.c [new file with mode: 0644]
tools/tools/net80211/w00t/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/Makefile.inc [new file with mode: 0644]
tools/tools/net80211/w00t/README [new file with mode: 0644]
tools/tools/net80211/w00t/ap/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/ap/ap.c [new file with mode: 0644]
tools/tools/net80211/w00t/assoc/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/assoc/assoc.c [new file with mode: 0644]
tools/tools/net80211/w00t/expand/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/expand/expand.c [new file with mode: 0644]
tools/tools/net80211/w00t/libw00t/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/libw00t/w00t.c [new file with mode: 0644]
tools/tools/net80211/w00t/libw00t/w00t.h [new file with mode: 0644]
tools/tools/net80211/w00t/prga/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/prga/prga.c [new file with mode: 0644]
tools/tools/net80211/w00t/redir/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/redir/buddy.c [new file with mode: 0644]
tools/tools/net80211/w00t/redir/redir.c [new file with mode: 0644]
tools/tools/net80211/wesside/Makefile [new file with mode: 0644]
tools/tools/net80211/wesside/README [new file with mode: 0644]
tools/tools/net80211/wesside/dics/Makefile [new file with mode: 0644]
tools/tools/net80211/wesside/dics/dics.c [new file with mode: 0644]
tools/tools/net80211/wesside/udps/Makefile [new file with mode: 0644]
tools/tools/net80211/wesside/udps/udps.c [new file with mode: 0644]
tools/tools/net80211/wesside/wesside/Makefile [new file with mode: 0644]
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c [new file with mode: 0644]
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h [new file with mode: 0644]
tools/tools/net80211/wesside/wesside/wesside.c [new file with mode: 0644]
tools/tools/net80211/wlaninject/Makefile [new file with mode: 0644]
tools/tools/net80211/wlaninject/README [new file with mode: 0644]
tools/tools/net80211/wlaninject/wlaninject.c [new file with mode: 0644]
tools/tools/net80211/wlanstats/Makefile [new file with mode: 0644]
tools/tools/net80211/wlanstats/main.c [new file with mode: 0644]
tools/tools/net80211/wlanstats/statfoo.c [new file with mode: 0644]
tools/tools/net80211/wlanstats/statfoo.h [new file with mode: 0644]
tools/tools/net80211/wlanstats/wlanstats.c [new file with mode: 0644]
tools/tools/net80211/wlanstats/wlanstats.h [new file with mode: 0644]
tools/tools/net80211/wlantxtime/Makefile [new file with mode: 0644]
tools/tools/net80211/wlantxtime/wlantxtime.c [new file with mode: 0644]
tools/tools/net80211/wlanwatch/Makefile [new file with mode: 0644]
tools/tools/net80211/wlanwatch/wlanwatch.c [new file with mode: 0644]
tools/tools/net80211/wlanwds/Makefile [new file with mode: 0644]
tools/tools/net80211/wlanwds/wlanwds.c [new file with mode: 0644]