Zend certified PHP/Magento developer

Mapping the wlceventd logs and their wlceventd_proc_event

I’m trying to monitor the logs that my Asus router are generating, so I can react on certain events.

Some of the interesting ones are from the Wireless LAN Controller event daemon (wlceventd), e.g. Disassoc – devices are leaving Wi-Fi:

wlceventd: wlceventd_proc_event(511): eth7: Disassoc AB:CD:EF:01:23:45, status: 0, reason: Disassociated because sending station is leaving (or has left) BSS (8), rssi:0

I noticed that the wlceventd_proc_event seems to indicate the type of event that is logged. The 511 always seems to be Disassoc events.

I have been trying to locate the specifications of the wlceventd logs. The AsusWRT-Merlin source repository only contains the binaries of wlceventd.

What kind of wlceventd_proc_event types are there? What is the structure of the log lines? What are the different parts, e.g. eth7, status, rssi?