You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only running 1 active scan misses a few networks.
We should be able to provide a loop count in the API call to startActiveScan() so that an active scan gets better results (consolidated on multiple passes)
The text was updated successfully, but these errors were encountered:
To be merged, we still need to consolidate results from multiple passes, that is to say, remove duplicates based on extended PAN ID.
We should first check if there is not already the same PANID+extended PAN ID known on this same channel.
If this is the case, then we will update the result rather than pushing a new value.
Otherwise, without that improvement, this is what we are getting when performing triple scan:
Only running 1 active scan misses a few networks.
We should be able to provide a loop count in the API call to startActiveScan() so that an active scan gets better results (consolidated on multiple passes)
The text was updated successfully, but these errors were encountered: