mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:57:25 +01:00 
			
		
		
		
	iwd: define a maximum password length
This commit is contained in:
		
							parent
							
								
									77cfb615e5
								
							
						
					
					
						commit
						301d8473df
					
				| @ -22,6 +22,13 @@ | ||||
| 
 | ||||
| #define uninitialized_var(x) x = x | ||||
| 
 | ||||
| /*
 | ||||
|  * Set a maximum to prevent sending too much data to the kernel when hashing | ||||
|  * the password (or any other crypto operations involving the password). | ||||
|  * This value is not tied to IEEE or any RFC's, just chosen to be long enough | ||||
|  */ | ||||
| #define IWD_MAX_PASSWORD_LEN	2048 | ||||
| 
 | ||||
| struct l_genl; | ||||
| struct l_genl_family; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood