Removed security field, detection is not error proof for all tools.
This commit is contained in:
@ -31,8 +31,7 @@ function parseOutput(str, callback) {
|
||||
'ssid' : _.trim(lines[i].substr(0, macStart), ' \''),
|
||||
'mac' : elements[0].trim(),
|
||||
'channel' : parseInt(elements[2].trim(), 10),
|
||||
'rssi' : parseInt(elements[1].trim()),
|
||||
'security': 'TODO'
|
||||
'rssi' : parseInt(elements[1].trim())
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user