mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +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