mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-18 09:12:43 +01:00
auto-t: Add ExtendedServiceSet property
This commit is contained in:
parent
1a3a035404
commit
93806cd522
@ -975,6 +975,10 @@ class Network(IWDDBusAbstract):
|
||||
'''
|
||||
return bool(self._properties['Connected'])
|
||||
|
||||
@property
|
||||
def extended_service_set(self):
|
||||
return self._properties['ExtendedServiceSet']
|
||||
|
||||
def connect(self, wait=True):
|
||||
'''
|
||||
Connect to the network. Request the device implied by the object
|
||||
|
Loading…
Reference in New Issue
Block a user