auto-t: Add ExtendedServiceSet property

This commit is contained in:
James Prestwood 2024-08-19 08:57:33 -07:00 committed by Denis Kenzior
parent 1a3a035404
commit 93806cd522
1 changed files with 4 additions and 0 deletions

View File

@ -975,6 +975,10 @@ class Network(IWDDBusAbstract):
''' '''
return bool(self._properties['Connected']) return bool(self._properties['Connected'])
@property
def extended_service_set(self):
return self._properties['ExtendedServiceSet']
def connect(self, wait=True): def connect(self, wait=True):
''' '''
Connect to the network. Request the device implied by the object Connect to the network. Request the device implied by the object