From: Daniel Wagner <daniel.wagner(a)bmw-carit.de>
Addressed Patrik's comments. If no one complains soon I am going
to apply it.
Thanks,
Daniel
changes from v2:
- disable plugin on default
- added README entry for plugin
- added comment on agent cancel request
- droped passwd bits from agent patch and moved it to
networking one
changes from v1:
- move memory leaks fixed: un/ref devices
- remove all network when device goes away
- all objects live time is bounded to d-bus live time
changes from v0:
- addressed feedback from Denis (property changed)
- fixed a couple of memory overwrites due to wrong ref/unref
- dropped tethering bits (not implemented)
- handling of signal strength
Daniel Wagner (7):
service: Add support for IWD security type mapping
iwd: Add infrastructure for iwd plugin
iwd: Track D-Bus API
iwd: Add Agent support
iwd: Register technology, device and network driver stub
iwd: Add/remove ConnMan devices
iwd: Add/remove ConnMan networks
Makefile.plugins | 5 +
README | 9 +
configure.ac | 5 +
plugins/iwd.c | 1110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/service.c | 4 +-
5 files changed, 1131 insertions(+), 2 deletions(-)
create mode 100644 plugins/iwd.c
--
2.7.4