Hi Pasi,

-       } else if (wifi->connected) {
+       } else if (wifi->connected || 
connman_setting_get_bool("PassiveWiFiScan")) {
                g_supplicant_free_scan_params(scan_params);
                return wifi_scan_simple(device);

If you use PassiveWiFiScan only here, then you are still using active scan for auto-connection
- so still leaking SSIDs - when not connected.

Is this a wanted behavior? Because then PassiveWiFiScan is semantically wrong as it does
not really completely avoid active scan.

Tomasz
_______________________________________________
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

Reply via email to