add Wi-viz
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Aug 2005 11:30:35 +0000 (11:30 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Aug 2005 11:30:35 +0000 (11:30 +0000)
commit35015fbd8d07398f9633a096e69f1dadb9a4c389
treec83c02bec0dc98cc7d7f2287c1be5733ec238dae
parent70ad6e4277e5f7dd548aabcd823f18b1b73f5711
add Wi-viz

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1785 3c298f89-4303-0410-b956-a3cf2f4a3e73
37 files changed:
package/Config.in
package/Makefile
package/wiviz/Config.in [new file with mode: 0644]
package/wiviz/Makefile [new file with mode: 0644]
package/wiviz/files/www/cgi-bin/wiviz/get.cgi [new file with mode: 0755]
package/wiviz/files/www/cgi-bin/wiviz/set.cgi [new file with mode: 0755]
package/wiviz/files/www/wiviz/adhoc-idle.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/adhoc-idle.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/adhoc.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/adhoc.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/ap-idle.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/ap-idle.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/ap-wep-idle.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/ap-wep-idle.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/ap-wep.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/ap-wep.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/ap.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/ap.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/pip-idle.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/pip-idle.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/pip.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/pip.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/station-idle.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/station-idle.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/station.gif [new file with mode: 0755]
package/wiviz/files/www/wiviz/station.png [new file with mode: 0755]
package/wiviz/files/www/wiviz/wiviz.css [new file with mode: 0755]
package/wiviz/files/www/wiviz/wiviz.html [new file with mode: 0755]
package/wiviz/files/www/wiviz/wiviz.js [new file with mode: 0755]
package/wiviz/ipkg/wiviz.control [new file with mode: 0644]
package/wiviz/src/Makefile [new file with mode: 0644]
package/wiviz/src/channelhopper.c [new file with mode: 0644]
package/wiviz/src/channelhopper.h [new file with mode: 0644]
package/wiviz/src/structs.h [new file with mode: 0644]
package/wiviz/src/wiviz.c [new file with mode: 0644]
package/wiviz/src/wl_access.c [new file with mode: 0644]
package/wiviz/src/wl_access.h [new file with mode: 0644]