shithub: ninethings

ref: 738c2a4659507ded3d87b13546cb21a6452490bb
dir: /rc/whi.rc/

View raw version
#!/bin/rc

# TODO: make this dynamic
knowns=`{awk '$0 ~ /essid/ {split($3, a, "="); print a[2]}' /mnt/factotum/ctl}
ether=ether1
if(~ $#* 1)
	ether=$1

#eval `{kill wpa}

for(k in $knowns){
	if(grep -s $k /net/$ether/ifstats){
		echo '==>' found wireless: $k
		aux/wpa -s $k /net/$ether
	}
}