Hi James,
On 1/19/22 13:03, James Prestwood wrote:
station_set_scan_results takes an autoconnect flag which was being
set true in both regular/quick autoconnect scans. Since OWE networks
are processed after setting the scan results IWD could end up
connecting to a network before all the OWE hidden networks are
populated.
To fix this regular/quick autoconnect results will set the flag to
false, then process OWE networks, then start autoconnect. If any
OWE network scans are pending station_autoconnect_start will fail
but will pick back up after the hidden OWE scan.
---
src/station.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
Applied, thanks.
Regards,
Denis