Kommandos am Router
Aus Freifunk Franken
<source> maclist=`iw dev w2ap station dump | grep Station | cut -f 2 -s -d" "`
for mac in $maclist do echo -e "$mac" done
</source>
<source> maclist=`iw dev w2ap station dump | grep Station | cut -f 2 -s -d" "`
for mac in $maclist do echo -e "$mac" done
</source>