. * * ruckusEventAssocTrap is sent when a client associated to the AP. * Contains the clients MAC addr. * * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart getOidData($trap->findOid('RUCKUS-EVENT-MIB::ruckusEventClientMacAddr')); $mac = substr($macRaw, 0, 17); Log::event("Client $mac associated", $device->device_id, 'trap', 2); } }