[PATCH] TODO: EAP-GTC support done, EAP-FAST not making progress

2011-08-01 Thread Henri Bragge
--- EAP-GTC can now be configured as a phase2-method and responses (passphrases) can be provided via agent API. EAP-FAST is not supported by MeeGo wpa_supplicant (though it's only one .config change away), and I have no particular interest in implementing the support in ConnMan either. See https:

[RFC PATCH] Add support for EAP-FAST authentication method

2011-08-01 Thread Henri Bragge
Introduces two new configuration keywords: - PACFile: PAC (Protected Access Credentials) file for EAP-FAST - FASTProv: Configure different EAP-FAST provisioning modes, possible values are: 0 = provisioning disabled 1 = anonymous provisioning only 2 = authenticated provisioning only 3 = both provi

Re: [RFC PATCH] Add support for EAP-FAST authentication method

2011-08-01 Thread Henri Bragge
Saved this old WIP patch here that I found from my disk, just in case anyone finds it useful. Code is untested and does not apply to newest connman. - Henri ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Re: [PATCH_v2] ofono: manage CDMA device into plugin

2011-08-01 Thread Guillaume Zajac
Hi Samuel, On 29/07/2011 17:21, Samuel Ortiz wrote: Hi Guillaume, On Thu, Jul 28, 2011 at 02:07:20PM +0200, Guillaume Zajac wrote: --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -50,6 +50,7 @@ #define OFONO_CONTEXT_INTERFACE OFONO_SERVICE ".ConnectionContext" #define OFONO_S

Re: [PATCH v0 2/2] device: Fix invalid pointer access

2011-08-01 Thread Samuel Ortiz
Hi Daniel, On Sat, Jul 30, 2011 at 03:17:47PM +0200, Daniel Wagner wrote: > connman_device_remove_network() might be called with only > 1 remaining network available. In this case the service > will be destroyed by the hash table remove call, therefore > the service pointer is bogus. > --- > src/

Re: Default cellular profile no more published on D-feet

2011-08-01 Thread Guillaume Zajac
Hi Daniel, On 28/07/2011 13:17, Daniel Wagner wrote: Hi Guillaume On 07/28/2011 11:11 AM, Guillaume Zajac wrote: Hi Daniel, On 21/07/2011 15:08, Daniel Wagner wrote: Hi Guillaume, On 07/18/2011 04:27 PM, Guillaume Zajac wrote: Hi Daniel and Marcel, Until release 0.75, I had no problem to

[no subject]

2011-08-01 Thread Guillaume Zajac
Hi, Change log from v2 is: - remove CDMA network when CDMA interface is removed - use unique name for CDMA networks - remove CDMA specific functions From: Guillaume Zajac Subject: In-Reply-To: ___ connman mailing list connman

[PATCH_v3] ofono: manage CDMA device into plugin

2011-08-01 Thread Guillaume Zajac
--- plugins/ofono.c | 189 --- 1 files changed, 180 insertions(+), 9 deletions(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index 8650bfc..44074a5 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -50,6 +50,7 @@ #define OFONO_CONTEXT_

Re: [PATCH_v3] ofono: manage CDMA device into plugin

2011-08-01 Thread Guillaume Zajac
Hi Samuel, On 01/08/2011 14:51, Guillaume Zajac wrote: --- plugins/ofono.c | 189 --- 1 files changed, 180 insertions(+), 9 deletions(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index 8650bfc..44074a5 100644 --- a/plugins/ofono.c +++

[PATCH_v4] ofono: manage CDMA device into plugin

2011-08-01 Thread Guillaume Zajac
--- Change log from v2 and v3: - format patch into master - remove CDMA network when CDMA interface is removed - use unique name for CDMA networks - remove CDMA specific functions plugins/ofono.c | 189 --- 1 fi