add wlc utility
authorFelix Fietkau <nbd@openwrt.org>
Sun, 18 Jun 2006 18:04:42 +0000 (18:04 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 18 Jun 2006 18:04:42 +0000 (18:04 +0000)
commit594e821cf251343de939b79d247f8b0ce1d97169
tree6687a6562185b7203861c1047989936a233291f1
parente3f748630db0752d36ab433664e17f745d29c666
add wlc utility

SVN-Revision: 3992
14 files changed:
openwrt/package/wlc/Makefile [new file with mode: 0644]
openwrt/package/wlc/src/Makefile [new file with mode: 0644]
openwrt/package/wlc/src/include/bcmdefs.h [new file with mode: 0644]
openwrt/package/wlc/src/include/bcmutils.h [new file with mode: 0644]
openwrt/package/wlc/src/include/proto/802.11.h [new file with mode: 0644]
openwrt/package/wlc/src/include/proto/bcmeth.h [new file with mode: 0644]
openwrt/package/wlc/src/include/proto/bcmevent.h [new file with mode: 0644]
openwrt/package/wlc/src/include/proto/ethernet.h [new file with mode: 0644]
openwrt/package/wlc/src/include/proto/wpa.h [new file with mode: 0644]
openwrt/package/wlc/src/include/typedefs.h [new file with mode: 0644]
openwrt/package/wlc/src/include/wlioctl.h [new file with mode: 0644]
openwrt/package/wlc/src/include/wlutils.h [new file with mode: 0644]
openwrt/package/wlc/src/ioctl.c [new file with mode: 0644]
openwrt/package/wlc/src/wlc.c [new file with mode: 0644]