monitoring the clients

Joe Parks jphstap
Mon Feb 9 08:16:16 PST 2004


On Sun, 2004-02-08 at 20:10, vda at port.imtp.ilyichevsk.odessa.ua wrote:
> 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

You can also try using iwevent if you would like to know the instant a
client authenticates.





More information about the Hostap mailing list