From e14233adb3e284268565a79d231980e890577015 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 17 May 2009 05:27:42 -0700 Subject: Use "RSN" instead of "WPA2" for the security details --- doc/network-api.txt | 2 +- doc/overview-api.txt | 16 ++++++++-------- doc/service-api.txt | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/network-api.txt b/doc/network-api.txt index 3fc3d8d7..1bb0f22f 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -80,7 +80,7 @@ Properties string Address [readonly] case the network was manually created it is also changeable. - Possible values are "none", "wep", "wpa" and "wpa2". + Possible values are "none", "wep", "wpa" and "rsn". string WiFi.Passphrase [readwrite] diff --git a/doc/overview-api.txt b/doc/overview-api.txt index 92aed886..cfc27719 100644 --- a/doc/overview-api.txt +++ b/doc/overview-api.txt @@ -26,11 +26,11 @@ the order of services in this list. +---------------------------------------+ | Guest (strength 90, none) | +---------------------------------------+ - | My WiFi AP (strength 80, wpa2) | + | My WiFi AP (strength 80, rsn) | +---------------------------------------+ | Clear WiMAX (strength 70) | +---------------------------------------+ - | Other AP (strength 70, wpa2) | + | Other AP (strength 70, rsn) | +---------------------------------------+ | Friends AP (strength 70, wep) | +---------------------------------------+ @@ -101,7 +101,7 @@ the favorite setting. It is a manual operation and is equal to users pressing delete/remove button. +---------------------------------------+ - | My WiFi AP (strength 80, wpa2) | order=1 - favorite=yes + | My WiFi AP (strength 80, rsn) | order=1 - favorite=yes +---------------------------------------+ | Ethernet | order=0 +---------------------------------------+ @@ -134,7 +134,7 @@ list. +---------------------------------------+ | Ethernet | order=2 - connected=yes +---------------------------------------+ - | My WiFi AP (strength 80, wpa2) | order=1 - connected=yes + | My WiFi AP (strength 80, rsn) | order=1 - connected=yes +---------------------------------------+ | Guest (strength 90, none) | order=0 +---------------------------------------+ @@ -146,7 +146,7 @@ Manager will not take down default routes if there is no reason to do so. A working connection is considered top priority. +---------------------------------------+ - | My WiFi AP (strength 80, wpa2) | order=2 - connected=yes + | My WiFi AP (strength 80, rsn) | order=2 - connected=yes +---------------------------------------+ | Ethernet | order=1 - connected=yes +---------------------------------------+ @@ -159,7 +159,7 @@ in this case the favorite setting will be removed and the service falls back down in the list. +---------------------------------------+ - | My WiFi AP (strength 80, wpa2) | order=1 - connected=yes + | My WiFi AP (strength 80, rsn) | order=1 - connected=yes +---------------------------------------+ | Ethernet | order=0 +---------------------------------------+ @@ -179,7 +179,7 @@ and are sorted above all others. +---------------------------------------+ | Ethernet | order=2 - connected=yes +---------------------------------------+ - | My WiFi AP (strength 80, wpa2) | order=1 - connected=no + | My WiFi AP (strength 80, rsn) | order=1 - connected=no +---------------------------------------+ | Guest (strength 90, none) | order=0 +---------------------------------------+ @@ -190,7 +190,7 @@ the basic ordering of services it will be at the top of the services with an order number of 0 (directly after all favorite services). +---------------------------------------+ - | My WiFi AP (strength 80, wpa2) | order=1 - connected=no + | My WiFi AP (strength 80, rsn) | order=1 - connected=no +---------------------------------------+ | Ethernet | order=0 - connected=no +---------------------------------------+ diff --git a/doc/service-api.txt b/doc/service-api.txt index 48649512..556a7ad5 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -117,7 +117,7 @@ Properties string State [readonly] present and contains the security method or key management setting. - Possible values are "none", "wep", "wpa" and "wpa2". + Possible values are "none", "wep", "wpa" and "rsn". This property might be only present for WiFi services. -- cgit v1.2.3