mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
doc: Update APIs with the new root path
This commit is contained in:
parent
00a427f430
commit
ab5a1d5d7d
@ -3,7 +3,7 @@ Access Point hiearchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.AccessPoint [Experimental]
|
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)
|
Methods void Start(string ssid, string psk)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Adapter hierarchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.Adapter [Experimental]
|
Interface net.connman.iwd.Adapter [Experimental]
|
||||||
Object path /{phy0,phy1,...}
|
Object path /net/connman/iwd/{phy0,phy1,...}
|
||||||
|
|
||||||
Properties boolean Powered [readwrite]
|
Properties boolean Powered [readwrite]
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Ad-Hoc hiearchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.AdHoc [Experimental]
|
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)
|
Methods void Start(string ssid, string psk)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Agent Manager hierarchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.AgentManager
|
Interface net.connman.iwd.AgentManager
|
||||||
Object path /
|
Object path /net/connman/iwd
|
||||||
|
|
||||||
Methods void RegisterAgent(object path)
|
Methods void RegisterAgent(object path)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Device hierarchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.Device [Experimental]
|
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]
|
Properties string Name [readonly]
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ KnownNetwork hierarchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.KnownNetwork [Experimental]
|
Interface net.connman.iwd.KnownNetwork [Experimental]
|
||||||
Object path /Xxx
|
Object path /net/connman/iwd/Xxx
|
||||||
|
|
||||||
Methods void Forget()
|
Methods void Forget()
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Network hierarchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.Network [Experimental]
|
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()
|
Methods void Connect()
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Station hierarchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.Station [Experimental]
|
Interface net.connman.iwd.Station [Experimental]
|
||||||
Object path /{phy0,phy1,...}/{1,2,...}
|
Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
|
||||||
|
|
||||||
Methods void Scan()
|
Methods void Scan()
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ SimpleConfiguration hierarchy
|
|||||||
|
|
||||||
Service net.connman.iwd
|
Service net.connman.iwd
|
||||||
Interface net.connman.iwd.SimpleConfiguration
|
Interface net.connman.iwd.SimpleConfiguration
|
||||||
Object path /{phy0,phy1,...}/{1,2,...}
|
Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
|
||||||
|
|
||||||
Methods void PushButton()
|
Methods void PushButton()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user