mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	security added
This commit is contained in:
		@@ -147,6 +147,8 @@ Generic command example:
 | 
			
		||||
    --passwd BLANK 
 | 
			
		||||
    --debug
 | 
			
		||||
            ''')
 | 
			
		||||
    required = parser.add_argument_group('required arguments')
 | 
			
		||||
    required.add_argument('--security', help='WiFi Security protocol: < open | wep | wpa | wpa2 | wpa3 >', required=True)
 | 
			
		||||
 | 
			
		||||
    args = parser.parse_args()
 | 
			
		||||
    if (args.radio is None):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user