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.
This commit is contained in:
Denis Kenzior 2019-10-24 10:38:59 -05:00
parent 77f16ae26f
commit 79a8a1287a
1 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
WiFiSimpleConfiguration hierarchy SimpleConfiguration hierarchy
================================= =============================
Service net.connman.iwd Service net.connman.iwd
Interface net.connman.iwd.WiFiSimpleConfiguration [Experimental] Interface net.connman.iwd.SimpleConfiguration
Object path /{phy0,phy1,...}/{1,2,...} Object path /{phy0,phy1,...}/{1,2,...}
Methods void PushButton() Methods void PushButton()
@ -21,10 +21,10 @@ Methods void PushButton()
connected. connected.
Possible errors: Possible errors:
net.connman.iwd.WiFiSimpleConfiguration.SessionOverlap net.connman.iwd.SimpleConfiguration.SessionOverlap
net.connman.iwd.WiFiSimpleConfiguration.NoCredentials net.connman.iwd.SimpleConfiguration.NoCredentials
net.connman.iwd.WiFiSimpleConfiguration.WalkTimerExpired net.connman.iwd.SimpleConfiguration.WalkTimerExpired
net.connman.iwd.WiFiSimpleConfiguration.NotReachable net.connman.iwd.SimpleConfiguration.NotReachable
net.connman.iwd.Aborted net.connman.iwd.Aborted
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.Busy net.connman.iwd.Busy
@ -51,9 +51,9 @@ Methods void PushButton()
connected. connected.
Possible errors: Possible errors:
net.connman.iwd.WiFiSimpleConfiguration.NoCredentials net.connman.iwd.SimpleConfiguration.NoCredentials
net.connman.iwd.WiFiSimpleConfiguration.NotReachable net.connman.iwd.SimpleConfiguration.NotReachable
net.connman.iwd.WiFiSimpleConfiguration.WalkTimerExpired net.connman.iwd.SimpleConfiguration.WalkTimerExpired
net.connman.iwd.Aborted net.connman.iwd.Aborted
net.connman.iwd.Failed net.connman.iwd.Failed
net.connman.iwd.Busy net.connman.iwd.Busy