mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-30 20:37:26 +01:00 
			
		
		
		
	station: print client count in scan results
This commit is contained in:
		
							parent
							
								
									b0759ebbb2
								
							
						
					
					
						commit
						94ebc9d90b
					
				| @ -425,7 +425,8 @@ static void station_print_scan_bss(const struct scan_bss *bss) | ||||
| 		ptr += sprintf(ptr, ", snr: %d", bss->snr); | ||||
| 
 | ||||
| 	if (bss->have_utilization) | ||||
| 		ptr += sprintf(ptr, ", load: %u/255", bss->utilization); | ||||
| 		ptr += sprintf(ptr, ", load: %u/255, clients: %u", | ||||
| 				bss->utilization, bss->sta_count); | ||||
| 
 | ||||
| 	l_debug("Processing BSS '%s' with SSID: %s, freq: %u, rank: %u, " | ||||
| 			"strength: %i, data_rate: %u.%u%s", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood