mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-04 19:19:23 +01:00
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:
parent
77f16ae26f
commit
79a8a1287a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user