Message ID | 20240819155734.1276476-5-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [v2,1/6] network: add __network_path_append_bss | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
diff --git a/autotests/util/iwd.py b/autotests/util/iwd.py index 1d4a5472..74bb25c0 100755 --- a/autotests/util/iwd.py +++ b/autotests/util/iwd.py @@ -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