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
