mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-04 21:15:29 +00:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
#!/bin/ash
|
||
|
debug "### wifi $1 ###"
|
||
|
if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
|
||
|
$DEBUG wlconf $if $1
|