mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
auto-t: iwd.py: add DPP properties
This commit is contained in:
parent
030251e78d
commit
de1f078897
@ -287,6 +287,18 @@ class DeviceProvisioning(IWDDBusAbstract):
|
|||||||
def stop(self):
|
def stop(self):
|
||||||
self._iface.Stop()
|
self._iface.Stop()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def uri(self):
|
||||||
|
return self._properties['URI']
|
||||||
|
|
||||||
|
@property
|
||||||
|
def started(self):
|
||||||
|
return self._properties['Started']
|
||||||
|
|
||||||
|
@property
|
||||||
|
def role(self):
|
||||||
|
return self._properties['Role']
|
||||||
|
|
||||||
class Device(IWDDBusAbstract):
|
class Device(IWDDBusAbstract):
|
||||||
'''
|
'''
|
||||||
Class represents a network device object: net.connman.iwd.Device
|
Class represents a network device object: net.connman.iwd.Device
|
||||||
|
Loading…
Reference in New Issue
Block a user