Hello everyone. There's been many posts from people looking for a way to track or determine when a specific wireless client connects/disconnects from the router in real time, as the devices page of the GUI is finicky at best. Recently I've run into the need for this myself and have determined a way that, from my testing, appears reliable and in real time. Using this command from the wireless driver:
Provides a list of "authorized" STA MAC's. There's...
Determine when wireless client connects/disconnects in real time
Code:
wl -i eth1 autho_sta_list
Determine when wireless client connects/disconnects in real time