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