Hi,

Here is a patchset introducing preliminary Neard support for ConnMan.
Currently, it provides full support of sharing ConnMan's tethering information.
Wifi provisionning lacks of EAP support though this might be fixed easily.
However, I could not find how CA cert is provided through Wifi Simple 
Configuration so there might be an issue on EAP TLS.

This provisionning feature has not been tested yet, so I send the patches 
mostly for review.

Tomasz Bursztyka (6):
  technology: Provide a function to get WiFi tethering informations
  neard: Add neard plugin with tethering info sharing support
  config: Remove superfluous error code
  config: Make load service from each keyfile group as a function
  config: Add a function to provision mutable service
  neard: Add partial support for wifi provisionning via NFC

 Makefile.plugins     |   5 +
 configure.ac         |   5 +
 include/provision.h  |   2 +
 include/technology.h |   2 +
 plugins/neard.c      | 633 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/config.c         | 131 +++++++----
 src/technology.c     |  52 +++--
 7 files changed, 774 insertions(+), 56 deletions(-)
 create mode 100644 plugins/neard.c

-- 
1.8.1.2

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to