[PATCH] Dont call connman_device_set_powered on ethernet_newlink

2010-11-11 Thread lucio . maciel
From: Lucio Maciel lucio.mac...@hp.com Calling connman_device_set_powered() on ethernet plugin os causing a crash calling device-driver-scan since device-driver is NULL connmand[11583]: Aborting (signal 11) connmand[11583]: backtrace connmand[11583]: [0]: [0xb78a1400] connmand

Re: Service provisioning interface. Was: [PATCH] Add support for EAP configuration via service-api

2010-10-15 Thread Lucio Maciel
be discussed in a separate thread when you are starting this. Any naming conventions for Methods and Parameters? Also adding TODO items with your owner to the TODO file is a good idea. Please send a patch for it. Will do it. Regards, Lucio Maciel

Service provisioning interface. Was: [PATCH] Add support for EAP configuration via service-api

2010-10-14 Thread Lucio Maciel
/6 configuration options, APN setting, etc. Sounds reasonable? Regards Lucio Maciel. ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

[PATCH v2] Support multiple interfaces on -i and -I cmdline option.

2010-09-22 Thread lucio . maciel
From: Lucio Maciel lucio.mac...@hp.com Support multiple comma-separeted interfaces for -i and -I command line option. E.g.: -i eth*,wlan*,ppp* or -I virbr*,usb*,ppp* --- src/element.c | 33 + 1 files changed, 21 insertions(+), 12 deletions(-) diff --git a/src

[PATCH] Convert device-scan_interval to uint32.

2010-09-22 Thread lucio . maciel
From: Lucio Maciel lucio.mac...@hp.com Dbus-glib doesn't have a uint16 type, so a client written with it couldn't set the ScanInterval. --- doc/device-lowlevel-api.txt |2 +- include/types.h |1 + src/device.c|8 3 files changed, 6 insertions

[PATCH] Call remove_network() on unsolicited disconnect.

2010-09-21 Thread Lucio Maciel
From: Lucio Maciel lucio.mac...@hp.com When receiving an unsolicited disconnect (turn-off the AP) wpa_supplicant starts scanning every 5 seconds looking for the previously connected ssid. This causes the grow of the network list since connman will not remove the unavailable networks

Re: connmand scanning too much?

2010-09-21 Thread Lucio Maciel
seconds. I've sent a patch right now to solve this issue. [PATCH] Call remove_network() on unsolicited disconnect. Cheers, Samuel. Best regards, Lucio Maciel ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

[PATCH] Support multiple interfaces on -i and -I cmdline option.

2010-09-21 Thread Lucio Maciel
From: Lucio Maciel lucio.mac...@hp.com Support multiple comma-separeted interfaces for -i and -I command line option. E.g.: connmand -i eth*,wlan*,ppp* connmand -I virbr*,usb*,ppp* --- src/element.c | 34 ++ 1 files changed, 22 insertions(+), 12 deletions

[PATCH] Update service security when changing from wpa - wpa2.

2010-09-21 Thread Lucio Maciel
From: Lucio Maciel lucio.mac...@hp.com If the user changes the security of the AP from wpa to wpa2 or vice-versa, connman correctly updates the network sctruct but don't reflect it on the service. This changes the service security and emits a Security PropertyChanged signal. --- src/service.c

Re: [PATCH] Support multiple interfaces on -i and -I cmdline option.

2010-09-21 Thread Lucio Maciel
) +                     return TRUE; + And then continue with the nodevice case. Ok, tomorrow I will send a new version... Cheers, Samuel. Regards, Lucio Maciel ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

[PATCH] Add support for EAP configuration via service-api

2010-08-12 Thread Lucio Maciel
From: Lucio Maciel lucio.mac...@tet.com.br Support configuration of EAP parameters via service-api DBus interface. Also save and load EAP parameters from connman storage. Provisioned EAP services are still immutable and can't be changed using the service-api --- doc/service-api.txt | 77

Re: [PATCH] Add support for EAP configuration via service-api

2010-08-12 Thread Lucio Maciel
normal end users won't understand them. And the service API is normal end user driven. Do you mean some new D-Bus call that would read some provisioning configuration file? What would be the right place for that, the Manager interface? Regards Lucio Maciel

3G Support

2009-07-07 Thread Lucio Maciel
Hi, I was looking for 3G support for connman and found a bug http://bugzilla.moblin.org/show_bug.cgi?id=4010 track the development. Are someone already working on this, or some beta support? Lúcio Maciel luci...@gmail.com ___ connman mailing list