diff options
author | Jussi Kukkonen <jku@linux.intel.com> | 2010-10-12 16:58:20 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-12 16:10:19 +0200 |
commit | e4f22fd31d47a4b97a5cf07f9b1efb168d4cd95f (patch) | |
tree | fbd157b1b86cddfd7a1b933ae8f47553feeb362c /doc/service-api.txt | |
parent | e7dd8cd2f0ac59064f87f9f22163dd2fe44a0337 (diff) | |
download | connman-e4f22fd31d47a4b97a5cf07f9b1efb168d4cd95f.tar.gz connman-e4f22fd31d47a4b97a5cf07f9b1efb168d4cd95f.tar.bz2 connman-e4f22fd31d47a4b97a5cf07f9b1efb168d4cd95f.zip |
docs: Update Service State and LoginRequired docs
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r-- | doc/service-api.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 46245222..d774507c 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -120,11 +120,12 @@ Properties string State [readonly] The service state information. Valid states are "idle", "failure", "association", - "configuration" and "ready". + "configuration", "ready" and "online". - Also "login" and "online" states are used. The - state "online" signals that an Internet connection - is available and has been verified. + The "ready" state signals a successfully + connected device. "online" signals that an + Internet connection is available and has been + verified. string Error [readonly] @@ -189,8 +190,8 @@ Properties string State [readonly] boolean LoginRequired [readonly] This property indicates that an additional login - step is needed before the connection establishment - can proceed. + step, like web based authentication, is needed + before the connection establishment can proceed. string Passphrase [readwrite] |