mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	input ip address security radio and target ssid is being updatedin the report (form static to Dynamic)
Signed-off-by: amrit <amrit.raj@candelatech.com>
This commit is contained in:
		@@ -191,10 +191,10 @@ class WeCanStaScan(Realm):
 | 
			
		||||
 | 
			
		||||
    def generate_report(self, dataset, full_scan_data_list, phone_name, pass_fail):
 | 
			
		||||
        input_table = pd.DataFrame({
 | 
			
		||||
            "Server IP": ["192.168.200.218"],
 | 
			
		||||
            "Target SSID": ["Candela-Office"],
 | 
			
		||||
            "Security": ["wpa2"],
 | 
			
		||||
            "radio": ["2G"],
 | 
			
		||||
            "Server IP": [self.host],
 | 
			
		||||
            "Target SSID": [self.ssid],
 | 
			
		||||
            "Security": [self.security],
 | 
			
		||||
            "radio": [self.radio],
 | 
			
		||||
        })
 | 
			
		||||
        save_to_csv = pd.DataFrame(
 | 
			
		||||
            {"Phone Name": phone_name,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user