If someone starts to use the wifi, i can see that with logread:
Jan 23 21:04:47 router daemon.info hostapd: wlan0: STA XX:XX:XX:XX:XX:XX IEEE 802.11: authenticated
But how can i see, that he/she's disconnecting? Theres no "bla-bla deauthenticated bla" line in logread, or even a thing that points to that someone get's disconnected..
I tried to google:
http://wiki.openwrt.org/doc/uci/system
But it doesn't writes about loglevel.
Can anyone help me find out, how to find out that someone disconnects it's wifi from the router? The logread doesn't even writes a line when someone disconnects.
Please help!! It's important!
Thank you!:\
| |||
|
feedback
|
|
You can poll the list of associated clients from one of the following commands:
Judging by
Also hostapd reports disconnections (eg if run from commandline - surely there's a way to get this into logs):
Alternatively you can connect to
| ||||
|
feedback
|