mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +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):
|
||||
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 represents a network device object: net.connman.iwd.Device
|
||||
|
Loading…
Reference in New Issue
Block a user