Send connman mailing list submissions to
        [email protected]

To subscribe or unsubscribe 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: wifi AP disconnect(disconnect reason code 1) (Daniel Wagner)
   2. Re: Need guidance on using connman dbus api (Daniel Wagner)


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

Date: Tue, 25 Feb 2020 09:10:23 +0100
From: Daniel Wagner <[email protected]>
Subject: Re: wifi AP disconnect(disconnect reason code 1)
To: Deepu Paul <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

Hi Deepu,

On Fri, Feb 21, 2020 at 10:05:44AM +0000, Deepu Paul wrote:
> I have a better fix now for the wifi disconnect with reason code 1.
> Attaching the patch. Ideally both the patch works as expected.

Thanks for the patch. The forced disconnect was added because the
configuration of the network has changed while the STA was
connected. AP in question used this reason code 1 and 6 to tell that
the MAC filter has been enabled.

https://lists.01.org/hyperkitty/list/[email protected]/message/M62PKRLN2PGYM3NP7YFOJAJLZ6PF4SHN/

Unfortantly, we didn't really figure out why 1 was sent only
occasionally. That's why there is the comment.

Could you do the mentioned experiement in the mail above to see what
disconnect reason code you see?

I am not sure how to 'fix' both problems at the same time.

Anyway, the patch needs to update comment and explain why we change
it. Also the commit message should contain a lot of explanation
because I am sure we have to debug this place in the future.

Thanks,
Daniel

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

Date: Tue, 25 Feb 2020 09:40:53 +0100
From: Daniel Wagner <[email protected]>
Subject: Re: Need guidance on using connman dbus api
To: [email protected]
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

Hi,

On Mon, Feb 24, 2020 at 01:20:57AM -0000, [email protected] wrote:
> Hello,
> 
> I want to add connman support to blueman, the bluez GUI for people not 
> running Gnome or KDE.
> 
> First, what would be the dbus commands in case I:
> 
> 1. device is not paired

The pairing process is done via the BlueZ APIs. ConnMan doesn't do
anything here. blueman should already support this, IIRC.

> 2. bluez scan showed PAN and PANU available on certain device

That should work also with blueman at this point.

> 3. I want to connman to take care of calling bluez with given bt address, 
> connecting to PAN, and doing dhcp

As soon BlueZ exposed a PAN/PANU device, ConnMan will create the
service which should be visiable on D-Bus. Then you just need to call
the Connect method on the Service object.

We have a few Python scripts which show how to use the API, see the
test directory.

list-services and test-connman should be a good starting point. Also
check the documentation in the doc directory.

Thanks,
Daniel

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

Subject: Digest Footer

_______________________________________________
connman mailing list -- [email protected]
To unsubscribe send an email to [email protected]


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

End of connman Digest, Vol 52, Issue 24
***************************************

Reply via email to