From: Patrik Flykt <[email protected]>

         Hi,

This patch set implements agent API 'RequestInput' method call and method
call reply handling as specified by doc/agent-api.txt. Currently only
passphrases are requested, not the SSIDs described in the documentation text.
The previously defined but unused passphrase_cb_t function prototype is reused
in the implementation. The callback sets the passphrase for the service and
tries to reconnect the specified service.

The first patch implements the new RequesInput Agent API method call updated
according to the previous review.

The second patch starts using RequestInput instead of the current
RequestPassphrase and adds a callback to set the password and reconnect.

The third patch removes RequestPassphrase functionality.

Cheers,

        Patrik


Patrik Flykt (3):
  Agent API RequestInput method for requesting passphrases
  Use RequestInput method call when requesting passphrases
  Remove RequestPassphrase functionality from Agent API

 src/agent.c   |  120 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 src/connman.h |    2 +-
 src/service.c |   48 ++++++++++++++++-------
 3 files changed, 146 insertions(+), 24 deletions(-)

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to