mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 02:57:49 +00:00
Add timestamp from NeighbourScanReport to NeighbourReport, convert to seconds
This commit is contained in:
@@ -1513,7 +1513,7 @@ public class MqttStatsPublisher {
|
||||
// some shifting
|
||||
int rssi = nBss.getRssi();
|
||||
nr.setRssi(rssi);
|
||||
// nr.setScanTimeInSeconds(scanTimeInSeconds);
|
||||
nr.setScanTimeInSeconds(neighbor.getTimestampMs()/1000L);
|
||||
nr.setSecureMode(DetectedAuthMode.WPA);
|
||||
// nr.setSignal(signal);
|
||||
nr.setSsid(nBss.getSsid());
|
||||
|
||||
Reference in New Issue
Block a user