shithub: ninethings

ref: 069d67e952f29510fd09f835c5157799167e3399
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
	}
}