Change log from v1: - username and password storage is now very similar to gprs one. - rework logic flow. Guillaume Zajac (4): cdma-connman: pass username and password to drivers while activating cdma-connman cdma-connman: add username and password, pass them to drivers driver cdma-connman: pass credentials into activate function test: add script to set credentials for cdma connection drivers/cdmamodem/connman.c | 9 +++++++ include/cdma-connman.h | 5 ++++ src/cdma-connman.c | 48 +++++++++++++++++++++++++++++++++++++++++- test/create-cdma-credentials | 29 +++++++++++++++++++++++++ 4 files changed, 90 insertions(+), 1 deletions(-) create mode 100755 test/create-cdma-credentials