mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-30 18:38:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			165 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			165 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from lab_ap_info import *
 | |
| from JfrogHelper import GetBuild
 | |
| from ap_ssh import ssh_cli_active_fw
 | |
| 
 | |
| 
 | |
| def get_ap_info(args):
 | |
|     return ssh_cli_active_fw(args)
 | |
|     pass
 | 
