After a lot of searching, it seems that the best way to determine the configuration switches used is to look at the package build log such as this: https://launchpadlibrarian.net/168444110/buildlog_ubuntu-trusty-armhf.wpa_2.1-0ubuntu1_UPLOADING.txt.gz
It looks like it has DBSCAN on but no AUTOSCAN. On Fri, Dec 5, 2014 at 10:52 AM, Tim Tisdall <[email protected]> wrote: > This is interesting... I'm using wpa_supplicant that comes with the > package handler for my distro. Is there a way to tell if that feature is > enabled in the binary? > > On Fri, Dec 5, 2014 at 10:09 AM, Joaquim Duran <[email protected]> > wrote: > >> Finally We've fixed the issue that connman was not reconnecting to >> hidden wifi's. These are the list of changes that we've done: >> >> 1 - When compiling wpa_supplicant, in the config file disable the options: >> CONFIG_AUTOSCAN_EXPONENTIAL >> CONFIG_AUTOSCAN_PERIODIC >> CONFIG_BGSCAN_SIMPLE >> >> From wpa_supplicant config documentation, if any module of autoscan is >> enabled (periodic or exponential) autoscan is enabled. (suggested by >> Tomasz). >> >> 2 - Change the contents of /etc/wpa_supplicant.conf file to >> <file> >> ctrl_interface=/var/run/wpa_supplicant >> ctrl_interface_group=0 >> <file/> >> >> IMO, in the connman documentation, It should also be specified the >> contents of wpa_supplicant.conf file. >> >> Joaquim Duran >> >> 2014-12-05 15:44 GMT+01:00 Patrik Flykt <[email protected]>: >> > On Fri, 2014-12-05 at 14:49 +0200, Tomasz Bursztyka wrote: >> >> I think ConnMan's README advises to enable it but it's a mistake. >> >> ConnMan's fallback autoscan is better since it handles properly the >> >> hidden SSIDs. >> > >> > Could we have a patch to that documentation and not enable it by default >> > if we are? >> > >> > Cheers, >> > >> > Patrik >> > >> > >> > _______________________________________________ >> > connman mailing list >> > [email protected] >> > https://lists.connman.net/mailman/listinfo/connman >> _______________________________________________ >> connman mailing list >> [email protected] >> https://lists.connman.net/mailman/listinfo/connman >> > > _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
