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
We should handle NL80211_CMD_SCAN_ABORTED command in notifications channel.
Otherwise we may have the following race condition:
we read up notifications
we trigger scan if necessary
we wait for completion
we collect results
It's possible that If the scan is aborted after triggering, before completion we may wait indefinitely for results. I am not sure, this needs investigation.
The text was updated successfully, but these errors were encountered:
We should handle NL80211_CMD_SCAN_ABORTED command in notifications channel.
Otherwise we may have the following race condition:
It's possible that If the scan is aborted after triggering, before completion we may wait indefinitely for results. I am not sure, this needs investigation.
The text was updated successfully, but these errors were encountered: