Fixed Capsman data not being used (#13917)
This commit is contained in:
parent
36a663adeb
commit
86709427b6
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class MikrotikScanner(DeviceScanner):
|
|||
for device in device_names
|
||||
if device.get('mac-address')}
|
||||
|
||||
if self.wireless_exist:
|
||||
if self.wireless_exist or self.capsman_exist:
|
||||
self.last_results = {
|
||||
device.get('mac-address'):
|
||||
mac_names.get(device.get('mac-address'))
|
||||
|
|
Loading…
Add table
Reference in a new issue