diff --git a/autotests/util/iwd.py b/autotests/util/iwd.py index e8c9d265..422f973d 100755 --- a/autotests/util/iwd.py +++ b/autotests/util/iwd.py @@ -171,6 +171,7 @@ class NetworkType(Enum): open = 'open' psk = 'psk' eap = '8021x' + hotspot = 'hotspot' def __str__(self): return str(self.value)