[PATCH 01/16] doc: Add RequestPeerInput method to agent API

2014-08-06 Thread Tomasz Bursztyka
This method will be used to handle extra input which might be requested when connecting to a peer or in case a peer wants to connect to us. --- doc/agent-api.txt | 49 + 1 file changed, 49 insertions(+) diff --git a/doc/agent-api.txt b/doc/agent-api

Re: [PATCH 01/16] doc: Add RequestPeerInput method to agent API

2014-08-05 Thread Guoqiang
On 08/05/2014 03:11 PM, Tomasz Bursztyka wrote: Hi, How does ConnMan support the remote peer which only support PIN? It does not make the distinction. This was how wpspin field was specified for connman API 1.0. That will be fixed for 2.0 version of the API probably. Glad to hear that, Th

Re: [PATCH 01/16] doc: Add RequestPeerInput method to agent API

2014-08-05 Thread Tomasz Bursztyka
Hi, How does ConnMan support the remote peer which only support PIN? It does not make the distinction. This was how wpspin field was specified for connman API 1.0. That will be fixed for 2.0 version of the API probably. Tomasz ___ connman mailing

Re: [PATCH 01/16] doc: Add RequestPeerInput method to agent API

2014-08-05 Thread leonew
Hi Tomasz, I have a question about this interface: How does ConnMan support the remote peer which only support PIN? On 08/01/2014 07:16 PM, Tomasz Bursztyka wrote: + Requesting the WPS details when connecting to a peer: + + RequestPeerAuthorization("/peer4",

[PATCH 01/16] doc: Add RequestPeerInput method to agent API

2014-08-01 Thread Tomasz Bursztyka
This method will be used to handle extra input which might be requested when connecting to a peer or in case a peer wants to connect to us. --- doc/agent-api.txt | 49 + 1 file changed, 49 insertions(+) diff --git a/doc/agent-api.txt b/doc/agent-api