diff --git a/includes/discovery/os/engenius.inc.php b/includes/discovery/os/engenius.inc.php index d19a0be784..ca7ac6a716 100644 --- a/includes/discovery/os/engenius.inc.php +++ b/includes/discovery/os/engenius.inc.php @@ -4,6 +4,13 @@ if (!$os) { if (strstr($sysObjectId, ".1.3.6.1.4.1.14125.100.1.3")) { $os = "engenius"; } else if (strstr($sysObjectId, ".1.3.6.1.4.1.14125.101.1.3")) { $os = "engenius"; } + else if ($sysDescr == "Wireless Access Point") + { + if (!empty(snmp_get($device, "SNMPv2-SMI::enterprises.14125.2.1.1.6.0", "-Oqv", ""))) + { + $os = "engenius"; + } + } } -?> \ No newline at end of file +?> diff --git a/includes/polling/os/engenius.inc.php b/includes/polling/os/engenius.inc.php index a0fa3b4e95..8fa138ce15 100644 --- a/includes/polling/os/engenius.inc.php +++ b/includes/polling/os/engenius.inc.php @@ -1,17 +1,30 @@ \ No newline at end of file +} +?>