mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-22 03:14:05 +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'
|
open = 'open'
|
||||||
psk = 'psk'
|
psk = 'psk'
|
||||||
eap = '8021x'
|
eap = '8021x'
|
||||||
|
hotspot = 'hotspot'
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return str(self.value)
|
return str(self.value)
|
||||||
|
Loading…
Reference in New Issue
Block a user