summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGiacinto Cifelli <gciofono@gmail.com>2018-10-06 07:45:16 +0200
committerDenis Kenzior <denkenz@gmail.com>2018-10-09 10:40:12 -0500
commitf2fa45b8300e2c377a9e9268d2dc7b85ac293a37 (patch)
tree302b1d0983bc274c968a2feb43092786e4010c40 /doc
parent6fc119d9eaee5f9cc37a5a7198d1c55ef98fd645 (diff)
downloadofono-f2fa45b8300e2c377a9e9268d2dc7b85ac293a37.tar.gz
connman-api: added "none" auth_method
Diffstat (limited to 'doc')
-rw-r--r--doc/connman-api.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/connman-api.txt b/doc/connman-api.txt
index 9220d0de..578b9755 100644
--- a/doc/connman-api.txt
+++ b/doc/connman-api.txt
@@ -192,7 +192,8 @@ Properties boolean Active [readwrite]
string AuthenticationMethod [readwrite]
Holds the PPP authentication method to use. Valid
- values are "pap" and "chap". Defaults to "chap".
+ values are "pap", "chap" and "none".
+ Defaults to "chap".
string Username [readwrite]