mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	security added
This commit is contained in:
		@@ -147,6 +147,8 @@ Generic command example:
 | 
				
			|||||||
    --passwd BLANK 
 | 
					    --passwd BLANK 
 | 
				
			||||||
    --debug
 | 
					    --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()
 | 
					    args = parser.parse_args()
 | 
				
			||||||
    if (args.radio is None):
 | 
					    if (args.radio is None):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user