Skip to content

ch(CHannel setting) command

Naoki Aizu edited this page Apr 17, 2014 · 1 revision
#!/system/bin/sh

if [ $# -lt 1 ]; then
	echo "invalid argument"
	exit 1
else
	iw dev wlan0 set channel $1
fi
Clone this wiki locally