mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Fixes wpa2 constant
This commit is contained in:
@@ -26,7 +26,7 @@ from realm import Realm
|
|||||||
OPEN="open"
|
OPEN="open"
|
||||||
WEP="wep"
|
WEP="wep"
|
||||||
WPA="wpa"
|
WPA="wpa"
|
||||||
WPA2="wpa"
|
WPA2="wpa2"
|
||||||
MODE_AUTO=0
|
MODE_AUTO=0
|
||||||
|
|
||||||
class StaConnect(LFCliBase):
|
class StaConnect(LFCliBase):
|
||||||
|
|||||||
Reference in New Issue
Block a user