mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	sta_connect.py: updates main to assign item to station_names
This commit is contained in:
		@@ -476,7 +476,7 @@ Example:
 | 
			
		||||
        lfjson_port = args.port
 | 
			
		||||
 | 
			
		||||
    staConnect = StaConnect(lfjson_host, lfjson_port)
 | 
			
		||||
 | 
			
		||||
    staConnect.station_names = [ "sta0000" ]
 | 
			
		||||
    if args.user is not None:
 | 
			
		||||
        staConnect.user = args.user
 | 
			
		||||
    if args.passwd is not None:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user