mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	base scripts for creating lanforge items
This commit is contained in:
		
							
								
								
									
										5
									
								
								py-scripts/create_vap.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										5
									
								
								py-scripts/create_vap.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -128,12 +128,13 @@ Command example: | ||||
|                            padding_number=10000, | ||||
|                            radio=args.radio) | ||||
|  | ||||
|     create_vap = CreateVAP(_host=args.mgr, | ||||
|     for vap in vap_list: | ||||
|         create_vap = CreateVAP(_host=args.mgr, | ||||
|                        _port=args.mgr_port, | ||||
|                        _ssid=args.ssid, | ||||
|                        _password=args.passwd, | ||||
|                        _security=args.security, | ||||
|                        _vap_list=vap_list, | ||||
|                        _vap_list=vap, | ||||
|                        _radio=args.radio, | ||||
|                        _proxy_str=args.proxy, | ||||
|                        _debug_on=args.debug) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham