#
# This file is written for testing zwl_ioctl(), to prove WL24xx card
# will not mess up when a thread calling zwl_ioctl().
#
# You must set 192.168.1.254 to your peer site with WL24xx card interface.
# Check if the card hangs up when the shell script is running.
#

#!/bin/sh

# To utilize card as full as possible
#ping -f gg &
ping -f gg &

# Meanwhile, call zwl_ioctl continuely
while [ 1 ]
do
	./wlu eth1 version query channel query channel 2 speed query speed 2 mode query mode 2 roaming query roaming 0 BSSID query BSSID 00 60 b3 12 34 56 ESSID query ESSID 654321 security query security 778899 reset now flash write
	sleep 1
done
