Hi,
These patches will be used to set PPP credentials when CDMA network will need them.
It contains a test script based on create-internet-context script.
Guillaume Zajac (4):
cdma-connman: add prototype to retrieve username and password
cdma-connman: add possibility to set a username and a password
driver cdma-connman: add credential while setting up PPP if required
test: add script to set credentials for cdma connection
drivers/cdmamodem/connman.c | 8 +++++++
include/cdma-connman.h | 4 +++
src/cdma-connman.c | 44 +++++++++++++++++++++++++++++++++++++++++-
test/create-cdma-credentials | 29 +++++++++++++++++++++++++++
4 files changed, 84 insertions(+), 1 deletions(-)
create mode 100755 test/create-cdma-credentials