mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-21 10:34:07 +01:00
auto-t: add 'hotspot' network type
This commit is contained in:
parent
0d0377ede7
commit
0846f76703
@ -171,6 +171,7 @@ class NetworkType(Enum):
|
||||
open = 'open'
|
||||
psk = 'psk'
|
||||
eap = '8021x'
|
||||
hotspot = 'hotspot'
|
||||
|
||||
def __str__(self):
|
||||
return str(self.value)
|
||||
|
Loading…
Reference in New Issue
Block a user