OpenWrt Forum Archive

Topic: Get list of connected clients

The content of this topic has been archived on 17 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi!
How can I get list of connected client on wlan and save that clients in remote mysql database witch  I can later display in html php...

sorry for my bad english sad

wl -i wlan0 assoclist
wlanconfig ath0 list sta
iw dev wlan0 station dump
iwinfo wlan0 assoclist
cat /tmp/dhcp.leases
cat /proc/net/arp

The discussion might have continued from here.