split ifup/ifdown/wifi into standalone scripts
[openwrt.git] / root / sbin / wifi
1 #!/bin/ash
2 debug "### wifi $1 ###"
3 if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
4 $DEBUG wlconf $if $1
This page took 0.051866 seconds and 5 git commands to generate.