git: Bring in FreeBSD's tools/tools/{ath,net80211}.

看板DFBSD_commit作者時間16年前 (2010/04/27 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit cde9b9370f2fa714910f5f8a6187ff1536c141b5 Author: Sascha Wildner <saw@online.de> Date: Mon Apr 26 19:25:37 2010 +0200 Bring in FreeBSD's tools/tools/{ath,net80211}. Summary of changes: tools/tools/ath/Makefile | 5 + tools/tools/ath/Makefile.inc | 13 + tools/tools/ath/athctrl.sh | 42 + tools/tools/ath/athdebug/Makefile | 7 + tools/tools/ath/athdebug/athdebug.c | 226 ++ tools/tools/ath/athdecode/Makefile | 16 + tools/tools/ath/athdecode/main.c | 423 +++ tools/tools/ath/athkey/Makefile | 7 + tools/tools/ath/athkey/athkey.c | 203 ++ tools/tools/ath/athpoke/Makefile | 16 + tools/tools/ath/athpoke/athpoke.c | 247 ++ tools/tools/ath/athpow/Makefile | 7 + tools/tools/ath/athpow/athpow.c | 198 ++ tools/tools/ath/athprom/Makefile | 17 + tools/tools/ath/athprom/athprom.c | 978 +++++++ tools/tools/ath/athprom/eeprom-14 | 120 + tools/tools/ath/athprom/eeprom-3 | 165 ++ tools/tools/ath/athprom/eeprom-4 | 206 ++ tools/tools/ath/athprom/eeprom-5 | 245 ++ tools/tools/ath/athrd/Makefile | 21 + tools/tools/ath/athrd/athrd.1 | 172 ++ tools/tools/ath/athrd/athrd.c | 1674 ++++++++++++ tools/tools/ath/athrd/run.sh | 17 + tools/tools/ath/athregs/Makefile | 15 + tools/tools/ath/athregs/dumpregs.c | 720 +++++ tools/tools/ath/athstats/Makefile | 28 + tools/tools/ath/athstats/athstats.c | 1019 +++++++ tools/tools/ath/athstats/athstats.h | 54 + tools/tools/ath/athstats/main.c | 163 ++ tools/tools/ath/athstats/statfoo.c | 192 ++ tools/tools/ath/athstats/statfoo.h | 127 + tools/tools/ath/common/ah_osdep.h | 75 + tools/tools/ath/common/diag.h | 61 + tools/tools/ath/common/dumpregs.h | 98 + tools/tools/ath/common/dumpregs_5210.c | 125 + tools/tools/ath/common/dumpregs_5211.c | 293 ++ tools/tools/ath/common/dumpregs_5212.c | 433 +++ tools/tools/ath/common/dumpregs_5416.c | 421 +++ tools/tools/net80211/Makefile | 5 + tools/tools/net80211/README | 16 + tools/tools/net80211/scripts/config | 71 + tools/tools/net80211/scripts/mesh/common | 13 + tools/tools/net80211/scripts/mesh/config.mesh | 17 + tools/tools/net80211/scripts/mesh/setup.simple | 13 + tools/tools/net80211/scripts/mesh/topology.line | 38 + tools/tools/net80211/scripts/mesh/topology.ring | 40 + tools/tools/net80211/scripts/mesh/topology.star | 38 + tools/tools/net80211/scripts/mesh/topology.tree | 47 + tools/tools/net80211/scripts/setup.dfs | 26 + tools/tools/net80211/scripts/setup.fixed | 17 + tools/tools/net80211/scripts/setup.local | 16 + tools/tools/net80211/scripts/setup.mixed | 62 + tools/tools/net80211/scripts/setup.simple | 16 + tools/tools/net80211/scripts/setup.simple2 | 24 + tools/tools/net80211/scripts/setup.sta | 15 + tools/tools/net80211/scripts/setup.tdma-master | 20 + tools/tools/net80211/scripts/setup.tdma-slave | 19 + tools/tools/net80211/scripts/setup.tsn | 55 + tools/tools/net80211/scripts/setup.updown | 26 + tools/tools/net80211/scripts/setup.updown.wpa | 61 + tools/tools/net80211/scripts/setup.wds | 21 + tools/tools/net80211/scripts/setup.wdsmain | 40 + tools/tools/net80211/scripts/setup.wdsrelay | 35 + tools/tools/net80211/scripts/setup.wep | 21 + tools/tools/net80211/scripts/setup.wpa | 53 + tools/tools/net80211/scripts/setup.wpa1.aes | 53 + tools/tools/net80211/scripts/setup.wpa1.tkip | 53 + tools/tools/net80211/scripts/setup.wpa2 | 54 + tools/tools/net80211/scripts/setup.wpa2.tkip | 54 + tools/tools/net80211/stumbler/Makefile | 10 + tools/tools/net80211/stumbler/stumbler.c | 1039 +++++++ tools/tools/net80211/w00t/Makefile | 5 + tools/tools/net80211/w00t/Makefile.inc | 12 + tools/tools/net80211/w00t/README | 78 + tools/tools/net80211/w00t/ap/Makefile | 7 + tools/tools/net80211/w00t/ap/ap.c | 916 +++++++ tools/tools/net80211/w00t/assoc/Makefile | 7 + tools/tools/net80211/w00t/assoc/assoc.c | 938 +++++++ tools/tools/net80211/w00t/expand/Makefile | 7 + tools/tools/net80211/w00t/expand/expand.c | 468 ++++ tools/tools/net80211/w00t/libw00t/Makefile | 7 + tools/tools/net80211/w00t/libw00t/w00t.c | 414 +++ tools/tools/net80211/w00t/libw00t/w00t.h | 57 + tools/tools/net80211/w00t/prga/Makefile | 7 + tools/tools/net80211/w00t/prga/prga.c | 664 +++++ tools/tools/net80211/w00t/redir/Makefile | 7 + tools/tools/net80211/w00t/redir/buddy.c | 158 ++ tools/tools/net80211/w00t/redir/redir.c | 709 +++++ tools/tools/net80211/wesside/Makefile | 5 + tools/tools/net80211/wesside/README | 35 + tools/tools/net80211/wesside/dics/Makefile | 10 + tools/tools/net80211/wesside/dics/dics.c | 455 ++++ tools/tools/net80211/wesside/udps/Makefile | 10 + tools/tools/net80211/wesside/udps/udps.c | 197 ++ tools/tools/net80211/wesside/wesside/Makefile | 11 + .../net80211/wesside/wesside/aircrack-ptw-lib.c | 488 ++++ .../net80211/wesside/wesside/aircrack-ptw-lib.h | 84 + tools/tools/net80211/wesside/wesside/wesside.c | 2821 ++++++++++++++++++++ tools/tools/net80211/wlaninject/Makefile | 8 + tools/tools/net80211/wlaninject/README | 82 + tools/tools/net80211/wlaninject/wlaninject.c | 806 ++++++ tools/tools/net80211/wlanstats/Makefile | 9 + tools/tools/net80211/wlanstats/main.c | 276 ++ tools/tools/net80211/wlanstats/statfoo.c | 201 ++ tools/tools/net80211/wlanstats/statfoo.h | 128 + tools/tools/net80211/wlanstats/wlanstats.c | 1018 +++++++ tools/tools/net80211/wlanstats/wlanstats.h | 56 + tools/tools/net80211/wlantxtime/Makefile | 7 + tools/tools/net80211/wlantxtime/wlantxtime.c | 583 ++++ tools/tools/net80211/wlanwatch/Makefile | 11 + tools/tools/net80211/wlanwatch/wlanwatch.c | 451 ++++ tools/tools/net80211/wlanwds/Makefile | 7 + tools/tools/net80211/wlanwds/wlanwds.c | 507 ++++ 113 files changed, 23664 insertions(+), 0 deletions(-) create mode 100644 tools/tools/ath/Makefile create mode 100644 tools/tools/ath/Makefile.inc create mode 100644 tools/tools/ath/athctrl.sh create mode 100644 tools/tools/ath/athdebug/Makefile create mode 100644 tools/tools/ath/athdebug/athdebug.c create mode 100644 tools/tools/ath/athdecode/Makefile create mode 100644 tools/tools/ath/athdecode/main.c create mode 100644 tools/tools/ath/athkey/Makefile create mode 100644 tools/tools/ath/athkey/athkey.c create mode 100644 tools/tools/ath/athpoke/Makefile create mode 100644 tools/tools/ath/athpoke/athpoke.c create mode 100644 tools/tools/ath/athpow/Makefile create mode 100644 tools/tools/ath/athpow/athpow.c create mode 100644 tools/tools/ath/athprom/Makefile create mode 100644 tools/tools/ath/athprom/athprom.c create mode 100644 tools/tools/ath/athprom/eeprom-14 create mode 100644 tools/tools/ath/athprom/eeprom-3 create mode 100644 tools/tools/ath/athprom/eeprom-4 create mode 100644 tools/tools/ath/athprom/eeprom-5 create mode 100644 tools/tools/ath/athrd/Makefile create mode 100644 tools/tools/ath/athrd/athrd.1 create mode 100644 tools/tools/ath/athrd/athrd.c create mode 100644 tools/tools/ath/athrd/run.sh create mode 100644 tools/tools/ath/athregs/Makefile create mode 100644 tools/tools/ath/athregs/dumpregs.c create mode 100644 tools/tools/ath/athstats/Makefile create mode 100644 tools/tools/ath/athstats/athstats.c create mode 100644 tools/tools/ath/athstats/athstats.h create mode 100644 tools/tools/ath/athstats/main.c create mode 100644 tools/tools/ath/athstats/statfoo.c create mode 100644 tools/tools/ath/athstats/statfoo.h create mode 100644 tools/tools/ath/common/ah_osdep.h create mode 100644 tools/tools/ath/common/diag.h create mode 100644 tools/tools/ath/common/dumpregs.h create mode 100644 tools/tools/ath/common/dumpregs_5210.c create mode 100644 tools/tools/ath/common/dumpregs_5211.c create mode 100644 tools/tools/ath/common/dumpregs_5212.c create mode 100644 tools/tools/ath/common/dumpregs_5416.c create mode 100644 tools/tools/net80211/Makefile create mode 100644 tools/tools/net80211/README create mode 100644 tools/tools/net80211/scripts/config create mode 100644 tools/tools/net80211/scripts/mesh/common create mode 100644 tools/tools/net80211/scripts/mesh/config.mesh create mode 100644 tools/tools/net80211/scripts/mesh/setup.simple create mode 100644 tools/tools/net80211/scripts/mesh/topology.line create mode 100644 tools/tools/net80211/scripts/mesh/topology.ring create mode 100644 tools/tools/net80211/scripts/mesh/topology.star create mode 100644 tools/tools/net80211/scripts/mesh/topology.tree create mode 100644 tools/tools/net80211/scripts/setup.dfs create mode 100644 tools/tools/net80211/scripts/setup.fixed create mode 100644 tools/tools/net80211/scripts/setup.local create mode 100644 tools/tools/net80211/scripts/setup.mixed create mode 100644 tools/tools/net80211/scripts/setup.simple create mode 100644 tools/tools/net80211/scripts/setup.simple2 create mode 100644 tools/tools/net80211/scripts/setup.sta create mode 100644 tools/tools/net80211/scripts/setup.tdma-master create mode 100644 tools/tools/net80211/scripts/setup.tdma-slave create mode 100644 tools/tools/net80211/scripts/setup.tsn create mode 100644 tools/tools/net80211/scripts/setup.updown create mode 100644 tools/tools/net80211/scripts/setup.updown.wpa create mode 100644 tools/tools/net80211/scripts/setup.wds create mode 100644 tools/tools/net80211/scripts/setup.wdsmain create mode 100644 tools/tools/net80211/scripts/setup.wdsrelay create mode 100644 tools/tools/net80211/scripts/setup.wep create mode 100644 tools/tools/net80211/scripts/setup.wpa create mode 100644 tools/tools/net80211/scripts/setup.wpa1.aes create mode 100644 tools/tools/net80211/scripts/setup.wpa1.tkip create mode 100644 tools/tools/net80211/scripts/setup.wpa2 create mode 100644 tools/tools/net80211/scripts/setup.wpa2.tkip create mode 100644 tools/tools/net80211/stumbler/Makefile create mode 100644 tools/tools/net80211/stumbler/stumbler.c create mode 100644 tools/tools/net80211/w00t/Makefile create mode 100644 tools/tools/net80211/w00t/Makefile.inc create mode 100644 tools/tools/net80211/w00t/README create mode 100644 tools/tools/net80211/w00t/ap/Makefile create mode 100644 tools/tools/net80211/w00t/ap/ap.c create mode 100644 tools/tools/net80211/w00t/assoc/Makefile create mode 100644 tools/tools/net80211/w00t/assoc/assoc.c create mode 100644 tools/tools/net80211/w00t/expand/Makefile create mode 100644 tools/tools/net80211/w00t/expand/expand.c create mode 100644 tools/tools/net80211/w00t/libw00t/Makefile create mode 100644 tools/tools/net80211/w00t/libw00t/w00t.c create mode 100644 tools/tools/net80211/w00t/libw00t/w00t.h create mode 100644 tools/tools/net80211/w00t/prga/Makefile create mode 100644 tools/tools/net80211/w00t/prga/prga.c create mode 100644 tools/tools/net80211/w00t/redir/Makefile create mode 100644 tools/tools/net80211/w00t/redir/buddy.c create mode 100644 tools/tools/net80211/w00t/redir/redir.c create mode 100644 tools/tools/net80211/wesside/Makefile create mode 100644 tools/tools/net80211/wesside/README create mode 100644 tools/tools/net80211/wesside/dics/Makefile create mode 100644 tools/tools/net80211/wesside/dics/dics.c create mode 100644 tools/tools/net80211/wesside/udps/Makefile create mode 100644 tools/tools/net80211/wesside/udps/udps.c create mode 100644 tools/tools/net80211/wesside/wesside/Makefile create mode 100644 tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c create mode 100644 tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h create mode 100644 tools/tools/net80211/wesside/wesside/wesside.c create mode 100644 tools/tools/net80211/wlaninject/Makefile create mode 100644 tools/tools/net80211/wlaninject/README create mode 100644 tools/tools/net80211/wlaninject/wlaninject.c create mode 100644 tools/tools/net80211/wlanstats/Makefile create mode 100644 tools/tools/net80211/wlanstats/main.c create mode 100644 tools/tools/net80211/wlanstats/statfoo.c create mode 100644 tools/tools/net80211/wlanstats/statfoo.h create mode 100644 tools/tools/net80211/wlanstats/wlanstats.c create mode 100644 tools/tools/net80211/wlanstats/wlanstats.h create mode 100644 tools/tools/net80211/wlantxtime/Makefile create mode 100644 tools/tools/net80211/wlantxtime/wlantxtime.c create mode 100644 tools/tools/net80211/wlanwatch/Makefile create mode 100644 tools/tools/net80211/wlanwatch/wlanwatch.c create mode 100644 tools/tools/net80211/wlanwds/Makefile create mode 100644 tools/tools/net80211/wlanwds/wlanwds.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cde9b9370f2fa714910f5f8a6187ff1536c141b5 -- DragonFly BSD source repository
文章代碼(AID): #1BrTJto9 (DFBSD_commit)