auto-t: add 'hotspot' network type

This commit is contained in:
James Prestwood 2019-08-21 12:06:16 -07:00 committed by Denis Kenzior
parent 0d0377ede7
commit 0846f76703
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class NetworkType(Enum):
open = 'open'
psk = 'psk'
eap = '8021x'
hotspot = 'hotspot'
def __str__(self):
return str(self.value)