mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	Add files required for DPP feature from upstream. These file expose the functionality to create DPP packets. Ported crypto layer from openssl to mbedtls. Interfacing to use these API will be added in seperate commit
		
			
				
	
	
		
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#Component Makefile
 | 
						|
#
 | 
						|
 | 
						|
COMPONENT_PRIV_INCLUDEDIRS := ../src
 | 
						|
COMPONENT_SRCDIRS := .
 | 
						|
 | 
						|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
 | 
						|
 | 
						|
CFLAGS+= -DCONFIG_WPA3_SAE
 | 
						|
CFLAGS+= -DCONFIG_DPP
 |