summaryrefslogtreecommitdiff
path: root/package/webif/files/www/cgi-bin/webif/status-wireless.sh
blob: c7ad0a306809841a86decd1855fcb7c4ddaa4ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/webif-page
<? 
. /usr/lib/webif/webif.sh
header "Status" "Wireless" "@TR<<Wireless Status>>"
?>

<pre><? iwconfig 2>&1 | grep -v 'no wireless' | grep '\w' ?></pre>

<? footer ?>
<!--
##WEBIF:name:Status:200:Wireless
-->