mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:57:25 +01:00 
			
		
		
		
	common: fix missing PSK_SHA256 AKM
This AKM was lost while moving all the AKM checks into a the macros
This commit is contained in:
		
							parent
							
								
									9c6589a6ad
								
							
						
					
					
						commit
						c416db0708
					
				| @ -67,6 +67,7 @@ bool security_from_str(const char *str, enum security *security) | ||||
| #define AKM_IS_PSK(akm)							\ | ||||
| (									\ | ||||
| 	akm & (IE_RSN_AKM_SUITE_PSK |					\ | ||||
| 		IE_RSN_AKM_SUITE_PSK_SHA256 |				\ | ||||
| 		IE_RSN_AKM_SUITE_FT_USING_PSK |				\ | ||||
| 		IE_RSN_AKM_SUITE_FT_USING_PSK |				\ | ||||
| 		IE_RSN_AKM_SUITE_SAE_SHA256 |				\ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood