Re: [PATCH 2/3] gprs: make PPP authentication method configurable

2014-06-18 Thread Denis Kenzior
Hi Philip, On 06/17/2014 04:57 PM, Philip Paeps wrote: > Add a new "AuthMethod" property to select between "pap" and "chap" PPP > authentication, defaulting to "chap" (i.e.: previous behaviour). > > Signed-off-by: Philip Paeps No signed-off-by please... > --- > doc/connman-api.txt

[PATCH 2/3] gprs: make PPP authentication method configurable

2014-06-17 Thread Philip Paeps
Add a new "AuthMethod" property to select between "pap" and "chap" PPP authentication, defaulting to "chap" (i.e.: previous behaviour). Signed-off-by: Philip Paeps --- doc/connman-api.txt|4 ++ drivers/atmodem/gprs-context.c | 14 +++ include/gprs-context.h |6 +