Hi Andrew,
On 10/14/20 7:35 AM, Andrew Zaborowski wrote:
periodic_scan_stop is called whenever we exit the autoscan state but
a
periodic scan may not be running at the time. If we have a
user-triggered scan running, or the autoconnect_quick scan, and we reset
Scanning to false before that scan finished, a client could en up
calling GetOrderedNetwork too early and not receiving the scan results.
---
src/station.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Applied, thanks.
Regards,
-Denis