What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

user Script Event log on / off into wlan

svenp

Occasional Visitor
Hi Merlin, i am searching for a trigger (user Script) that triggers when log on / off into my wlan.
Can you add him or is there this already into the Merlin build?
 
Hi Merlin, i am searching for a trigger (user Script) that triggers when log on / off into my wlan.
Can you add him or is there this already into the Merlin build?

Probably not possible, since this is handled by the closed source wireless driver.
 
You could write some code to watch these commands and either run it perpetually or through cron...

Code:
admin@x:/tmp/home/root# wl -i eth1 assoclist
assoclist 00:XX:2D:XX:XX:XX
assoclist 00:XX:AB:XX:XX:XX
assoclist 48:XX:39:XX:XX:XX
assoclist B0:XX:94:XX:XX:XX

admin@x:/tmp/home/root# wl -i eth2 assoclist
assoclist 94:XX:44:XX:XX:XX
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top