monitoring the clients

vda at port.imtp.ilyichevsk.odessa.ua vda
Sun Feb 8 17:10:49 PST 2004


On Sunday 08 February 2004 21:37, Gunter Burchardt wrote:
> > i want to track the users who are connected to the hostap access point.
> > do you know a way to see all the authenticated clients in a window or in
> > a file?
>
> Yes it is possible. Look at /proc/net/hostap/wlan*/00:*

for a in /proc/net/hostap/wlan*/*:*; do
    echo -n "$a: ";
    cat $a 2>&1 | grep "last_rx:"
    cat $a 2>&1 | grep "x\[" | xargs | sed $'s/ /\t/g'
done

;)

--
vda





More information about the Hostap mailing list