diff --git a/doc/access-point-api.txt b/doc/access-point-api.txt index 408e2587..11235f83 100644 --- a/doc/access-point-api.txt +++ b/doc/access-point-api.txt @@ -3,7 +3,7 @@ Access Point hiearchy Service net.connman.iwd Interface net.connman.iwd.AccessPoint [Experimental] -Object path /{phy0,phy1,...}/{1,2,...} +Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...} Methods void Start(string ssid, string psk) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index fcdadadf..525a617a 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -3,7 +3,7 @@ Adapter hierarchy Service net.connman.iwd Interface net.connman.iwd.Adapter [Experimental] -Object path /{phy0,phy1,...} +Object path /net/connman/iwd/{phy0,phy1,...} Properties boolean Powered [readwrite] diff --git a/doc/adhoc-api.txt b/doc/adhoc-api.txt index a7370384..a60e351d 100644 --- a/doc/adhoc-api.txt +++ b/doc/adhoc-api.txt @@ -3,7 +3,7 @@ Ad-Hoc hiearchy Service net.connman.iwd Interface net.connman.iwd.AdHoc [Experimental] -Object path /{phy0,phy1,...}/{1,2,...} +Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...} Methods void Start(string ssid, string psk) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index ef80499e..e8461623 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -3,7 +3,7 @@ Agent Manager hierarchy Service net.connman.iwd Interface net.connman.iwd.AgentManager -Object path / +Object path /net/connman/iwd Methods void RegisterAgent(object path) diff --git a/doc/device-api.txt b/doc/device-api.txt index 7facc1a6..e552d19c 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -3,7 +3,7 @@ Device hierarchy Service net.connman.iwd Interface net.connman.iwd.Device [Experimental] -Object path /{phy0,phy1,...}/{1,2,...} +Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...} Properties string Name [readonly] diff --git a/doc/knownnetwork-api.txt b/doc/knownnetwork-api.txt index a13e36f3..4b3bd885 100644 --- a/doc/knownnetwork-api.txt +++ b/doc/knownnetwork-api.txt @@ -3,7 +3,7 @@ KnownNetwork hierarchy Service net.connman.iwd Interface net.connman.iwd.KnownNetwork [Experimental] -Object path /Xxx +Object path /net/connman/iwd/Xxx Methods void Forget() diff --git a/doc/network-api.txt b/doc/network-api.txt index af36ead1..1b2627e8 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -3,7 +3,7 @@ Network hierarchy Service net.connman.iwd Interface net.connman.iwd.Network [Experimental] -Object path /{phy0,phy1,...}/{1,2,...}/Xxx +Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}/Xxx Methods void Connect() diff --git a/doc/station-api.txt b/doc/station-api.txt index 1beaf0e3..3e9a5559 100644 --- a/doc/station-api.txt +++ b/doc/station-api.txt @@ -3,7 +3,7 @@ Station hierarchy Service net.connman.iwd Interface net.connman.iwd.Station [Experimental] -Object path /{phy0,phy1,...}/{1,2,...} +Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...} Methods void Scan() diff --git a/doc/wsc-api.txt b/doc/wsc-api.txt index 1867be3b..cfd34943 100644 --- a/doc/wsc-api.txt +++ b/doc/wsc-api.txt @@ -3,7 +3,7 @@ SimpleConfiguration hierarchy Service net.connman.iwd Interface net.connman.iwd.SimpleConfiguration -Object path /{phy0,phy1,...}/{1,2,...} +Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...} Methods void PushButton()