Send connman mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."


Today's Topics:

   1. Re: tether wifi (Patrik Flykt)
   2. 802.1x on Ethernet (Peter Meerwald-Stadler)
   3. Re: 802.1x on Ethernet (Patrik Flykt)
   4. Re: 802.1x on Ethernet (Peter Meerwald-Stadler)
   5. Re: 802.1x on Ethernet (Patrik Flykt)
   6. Re: Hooks for service connect and disconnect (Martin Chaplet)


----------------------------------------------------------------------

Message: 1
Date: Tue, 03 May 2016 09:36:59 +0300
From: Patrik Flykt <[email protected]>
To: ??? <[email protected]>, [email protected]
Subject: Re: tether wifi
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"

On Tue, 2016-05-03 at 13:57 +0800, ??? wrote:
> Hello, Patrik,
> ????i'm using connman to manage my wifi.
> ?When in tethering mode,
> ?connmanctl > tether wifi on myNet 12345678,
> my cellphone can connect the??SSID named myNet,
> 
> ?The question is : How connman knows who has connect the net?

Internally it "knows", but the information is not provided outside.

> Please have a look at the attachment.
> In android device,as wifi hotspot,it can see the device who has
> connected this hostspot,and also can see some infomation about the
> device,like name,mac address,and can disconnect the device.
> 
> In version 1.32,Can connman provide these functions?

Nope.

        Patrik


------------------------------

Message: 2
Date: Tue, 3 May 2016 08:56:23 +0200 (CEST)
From: Peter Meerwald-Stadler <[email protected]>
To: Patrik Flykt <[email protected]>
Cc: [email protected]
Subject: 802.1x on Ethernet
Message-ID: <[email protected]>
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hello,

what is the connman's status w.r.t. 802.1x (port authentication) on 
Ethernet?

802.1x / EAP seems to be only supported on WiFi currently with 
wpa-supplicant doing the heavy lifting

I think a similar route could be taken to add 802.1x support for ethernet;
are you aware of work or patches in that direction?

would patches be acceptable?

thanks, regards, p.

-- 

Peter Meerwald-Stadler
+43-664-2444418 (mobile)


------------------------------

Message: 3
Date: Tue, 03 May 2016 10:05:59 +0300
From: Patrik Flykt <[email protected]>
To: Peter Meerwald-Stadler <[email protected]>
Cc: [email protected]
Subject: Re: 802.1x on Ethernet
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"


        Hi,

On Tue, 2016-05-03 at 08:56 +0200, Peter Meerwald-Stadler wrote:
> Hello,
> 
> what is the connman's status w.r.t. 802.1x (port authentication) on?
> Ethernet?
> 
> 802.1x / EAP seems to be only supported on WiFi currently with?
> wpa-supplicant doing the heavy lifting
> 
> I think a similar route could be taken to add 802.1x support for
> ethernet;
> are you aware of work or patches in that direction?
> 
> would patches be acceptable?

This feature has been talked about a few times in the past, and not
only regarding ConnMan but also systemd-networkd. A separate project
implementing a shared library providing 802.1x support would be the way
to go here. AFAIK nobody has yet picked up the task.


Cheers,

        Patrik



------------------------------

Message: 4
Date: Tue, 3 May 2016 09:12:37 +0200 (CEST)
From: Peter Meerwald-Stadler <[email protected]>
To: Patrik Flykt <[email protected]>
Cc: [email protected]
Subject: Re: 802.1x on Ethernet
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"

Hello Patrik,

> > what is the connman's status w.r.t. 802.1x (port authentication) on?
> > Ethernet?
> > 
> > 802.1x / EAP seems to be only supported on WiFi currently with?
> > wpa-supplicant doing the heavy lifting
> > 
> > I think a similar route could be taken to add 802.1x support for
> > ethernet;
> > are you aware of work or patches in that direction?
> > 
> > would patches be acceptable?
> 
> This feature has been talked about a few times in the past, and not
> only regarding ConnMan but also systemd-networkd. A separate project
> implementing a shared library providing 802.1x support would be the way
> to go here. AFAIK nobody has yet picked up the task.

thanks for the pointer towards systemd-networkd
why a separate library and not wpa-supplicant?

regards, p.

-- 

Peter Meerwald-Stadler
+43-664-2444418 (mobile)

------------------------------

Message: 5
Date: Tue, 03 May 2016 10:20:42 +0300
From: Patrik Flykt <[email protected]>
To: Peter Meerwald-Stadler <[email protected]>
Cc: [email protected]
Subject: Re: 802.1x on Ethernet
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"

On Tue, 2016-05-03 at 09:12 +0200, Peter Meerwald-Stadler wrote:
> thanks for the pointer towards systemd-networkd
> why a separate library and not wpa-supplicant?

To use wpa_supplicant for _ethernet_ port authentication will be a bad
hack and precisely the reason why it hasn't been used in the past for
this task...


Cheers,

        Patrik


------------------------------

Message: 6
Date: Tue, 3 May 2016 12:20:32 +0200
From: Martin Chaplet <[email protected]>
To: Patrik Flykt <[email protected]>, [email protected]
Subject: Re: Hooks for service connect and disconnect
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"

Hi Patrik,

On 02/05/2016 08:34, Patrik Flykt wrote:
> On Fri, 2016-04-29 at 16:31 +0200, Martin Chaplet wrote:
>> Hi,
>>
>> I have issues using a new QMI modem with ofono.
>> Although QMI standard tools (libqmi) are working very well, I can't
>> use ofono to make a data connection.
> You probably already checked with oFono ml about the issue? Were there
> any ideas of providing proper support?

Yes. Actually, Denis helped me to add support for the modem (Sierra MC73xx).
So now, I'm able to use it.

>> I'm so wondering if there is a way to add some "hooks" for connman to
>> implement service.connect and disconnect functions.
>>
>> The idea is to use external tools to bring up/down interface and then
>> let Connman handle DHCP and more generally all IP and routing
>> features.
>>
>> Does it seem technically feasible ?
> Unfortunately not really. The overall architecture is such that the
> plugins detect and manage certain network technologies and report those
> to ConnMan. One would need to create a very special plugin that'd
> detect only these hand-made interfaces. Providing proper support in
> oFono for handling these modems is the only future proof way dealing
> with these.

Ok, thanks for the information.

Best regards,

Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.01.org/pipermail/connman/attachments/20160503/56a56be1/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman


------------------------------

End of connman Digest, Vol 7, Issue 3
*************************************

Reply via email to