summaryrefslogtreecommitdiffstats
path: root/root/sbin/wifi
diff options
context:
space:
mode:
Diffstat (limited to 'root/sbin/wifi')
-rwxr-xr-xroot/sbin/wifi4
1 files changed, 4 insertions, 0 deletions
diff --git a/root/sbin/wifi b/root/sbin/wifi
new file mode 100755
index 000000000..b63912ddf
--- /dev/null
+++ b/root/sbin/wifi
@@ -0,0 +1,4 @@
+#!/bin/ash
+ debug "### wifi $1 ###"
+ if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
+ $DEBUG wlconf $if $1