From 79a8a1287a1f0c65ef628f6e4fb36aa5447b8d12 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 24 Oct 2019 10:38:59 -0500 Subject: [PATCH] doc: Change WSC api naming This change removes the name WiFi from the interface name since this term is copyrighted by the Wi-Fi Alliance and cannot be properly attributed in such a context. --- doc/wsc-api.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/wsc-api.txt b/doc/wsc-api.txt index 3f7059ac..3480064b 100644 --- a/doc/wsc-api.txt +++ b/doc/wsc-api.txt @@ -1,8 +1,8 @@ -WiFiSimpleConfiguration hierarchy -================================= +SimpleConfiguration hierarchy +============================= Service net.connman.iwd -Interface net.connman.iwd.WiFiSimpleConfiguration [Experimental] +Interface net.connman.iwd.SimpleConfiguration Object path /{phy0,phy1,...}/{1,2,...} Methods void PushButton() @@ -21,10 +21,10 @@ Methods void PushButton() connected. Possible errors: - net.connman.iwd.WiFiSimpleConfiguration.SessionOverlap - net.connman.iwd.WiFiSimpleConfiguration.NoCredentials - net.connman.iwd.WiFiSimpleConfiguration.WalkTimerExpired - net.connman.iwd.WiFiSimpleConfiguration.NotReachable + net.connman.iwd.SimpleConfiguration.SessionOverlap + net.connman.iwd.SimpleConfiguration.NoCredentials + net.connman.iwd.SimpleConfiguration.WalkTimerExpired + net.connman.iwd.SimpleConfiguration.NotReachable net.connman.iwd.Aborted net.connman.iwd.Failed net.connman.iwd.Busy @@ -51,9 +51,9 @@ Methods void PushButton() connected. Possible errors: - net.connman.iwd.WiFiSimpleConfiguration.NoCredentials - net.connman.iwd.WiFiSimpleConfiguration.NotReachable - net.connman.iwd.WiFiSimpleConfiguration.WalkTimerExpired + net.connman.iwd.SimpleConfiguration.NoCredentials + net.connman.iwd.SimpleConfiguration.NotReachable + net.connman.iwd.SimpleConfiguration.WalkTimerExpired net.connman.iwd.Aborted net.connman.iwd.Failed net.connman.iwd.Busy