Hi,

this 3rd version contains support for the new storage module.
These patches are rebased over Alok's storage module patches.

Jukka


Jukka Rissanen (2):
  storage: Add services getter.
  storage: Export service loading function.

Mohamed Abbas (5):
  service: Add frequency support to service.
  wifi: Add support to multi scan type.
  gsupplicant: Add support to append char ** entries to dbus dict.
  gsupplicant: Get the number of scan ssids from supplicant.
  wifi: Add SSIDs and frequencies to wpa_supplicant scan for fast scan.

 Makefile.am               |    3 +-
 gsupplicant/dbus.c        |   34 +++++++
 gsupplicant/dbus.h        |   20 ++++
 gsupplicant/gsupplicant.h |   19 ++++
 gsupplicant/supplicant.c  |  163 ++++++++++++++++++++++++++++++++--
 include/device.h          |    1 +
 include/storage.h         |   38 ++++++++
 plugins/wifi.c            |  216 ++++++++++++++++++++++++++++++++++++++++++++-
 src/device.c              |    4 +-
 src/service.c             |   11 ++-
 src/storage.c             |   56 ++++++++++++-
 11 files changed, 550 insertions(+), 15 deletions(-)
 create mode 100644 include/storage.h

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

Reply via email to