Hi Pasi, > --- > src/main.conf | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/src/main.conf b/src/main.conf > index 93c7a50..b553523 100644 > --- a/src/main.conf > +++ b/src/main.conf > @@ -95,3 +95,9 @@ > # re-enabling a technology, and after restarts and reboots. > # Default value is false. > # PersistentTetheringMode = false > + > +# Enable passive only scanning for WiFi in case of > +# one does not want to reveal SSIDs for currently configured > +# services. Only exception being that with hidden networks > +# the initial connection will still do an active scan. > +# PassiveWiFiScan = false
I think this switch is a bit weird. I would say we should just always passive scan and only do active scanning when we are looking for a hidden AP. There is no good reason to make this a configuration option. The smarts should be in ConnMan and it should be as private as possible all the times. Regards Marcel _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
