new version of connman released ver 0.68: Fix issue with wrong name of PolicyKit configuration file. Fix issue with inconsistency of WiFi scan states. Fix issue with missing auto-reconnect and oFono. Add support for vpnc based private networks. Add support for WiFi Protected Setup handling. Remove legacy WiFi plugin. Reproducible: Always Steps to Reproduce:
Umm...can we get an ebuild in the tree to test? I just sync'd and it doesn't show 0.68 yet. I have tried it from git and it still didn't seem to work with an established wpa_supplicant connection though connman is supposed to support working with an active connection. It instead disconnects citing 'reason 3' From the connman digest it is mentioned two dbus interfaces that are necessary to be implemented in wpa_supplicant to get it going. I see only one dbus flag when I do emerge -vp but will check the build logs Could build it from git as well
citing list- Subject: Re: Connman-0.67 Crashes and/or Hangs on Start-up Message-ID: <C96C3A05.238A5%marathon96@gmail.com> Content-Type: text/plain; charset="US-ASCII" On 1/30/11 2:46 PM, Samuel Ortiz wrote: > On Sun, Jan 30, 2011 at 01:37:30PM -0800, Grant Erickson wrote: >> The requested log output is as follows. It would seem that the wifi.so >> plug-in and the wpa_supplicant are not even communicating: > Correct. > > >> # /sbin/wpa_supplicant -ddd -t -u & >> 1296422968.146540: Providing DBus service 'fi.epitest.hostap.WPASupplicant'. > > Your wpa_supplicant is built to only provide the legacy D-Bus interface, which > is why the wifi.so plugin doesn't talk to it. > I don't know if you build your wpa_supplicant yourself, but you can build it > so that it supports both interfaces. (which is why I was asking for your > wpa_supplicant .config file, i.e. the build config file wpa_supplicant uses). Samuel: Thanks again for the pointers. With wpa_supplicant recompiled to provide support for the "new" D-Bus interface, the proprietary TI wireless extensions driver, wpa_supplicant-0.7.3 and connman-0.68 all work together and successfully establish a wireless connection. Best, Grant
It will be added to the tree very shortly. Still working on addressing some build system changes (and they change almost every release).
In the tree now.