add Wi-viz
authorFelix Fietkau <nbd@openwrt.org>
Mon, 29 Aug 2005 11:30:35 +0000 (11:30 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 29 Aug 2005 11:30:35 +0000 (11:30 +0000)
commita70abce3178c2f5fd4a781b316ed64ad29e8a121
tree514b217793ad4e60c8eb5030d6e2144599dfc8ab
parent7e5c44be0fb313562759921c97fee1a038012601
add Wi-viz

SVN-Revision: 1785
37 files changed:
openwrt/package/Config.in
openwrt/package/Makefile
openwrt/package/wiviz/Config.in [new file with mode: 0644]
openwrt/package/wiviz/Makefile [new file with mode: 0644]
openwrt/package/wiviz/files/www/cgi-bin/wiviz/get.cgi [new file with mode: 0755]
openwrt/package/wiviz/files/www/cgi-bin/wiviz/set.cgi [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/adhoc-idle.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/adhoc-idle.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/adhoc.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/adhoc.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/ap-idle.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/ap-idle.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/ap-wep-idle.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/ap-wep-idle.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/ap-wep.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/ap-wep.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/ap.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/ap.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/pip-idle.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/pip-idle.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/pip.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/pip.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/station-idle.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/station-idle.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/station.gif [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/station.png [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/wiviz.css [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/wiviz.html [new file with mode: 0755]
openwrt/package/wiviz/files/www/wiviz/wiviz.js [new file with mode: 0755]
openwrt/package/wiviz/ipkg/wiviz.control [new file with mode: 0644]
openwrt/package/wiviz/src/Makefile [new file with mode: 0644]
openwrt/package/wiviz/src/channelhopper.c [new file with mode: 0644]
openwrt/package/wiviz/src/channelhopper.h [new file with mode: 0644]
openwrt/package/wiviz/src/structs.h [new file with mode: 0644]
openwrt/package/wiviz/src/wiviz.c [new file with mode: 0644]
openwrt/package/wiviz/src/wl_access.c [new file with mode: 0644]
openwrt/package/wiviz/src/wl_access.h [new file with mode: 0644]