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)
commite5c5a14618e03b343d76315a2bd2edf6abe6056e
tree3eeb4baae8a984d0a53946b6f31e696bdc031bcc
parenta48288c6a4961f4ed1327b47d730c858fb5d6838
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]