mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	fix build error
This commit is contained in:
		@@ -159,7 +159,7 @@ endif()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if(CONFIG_WPA_DPP_SUPPORT)
 | 
					if(CONFIG_WPA_DPP_SUPPORT)
 | 
				
			||||||
    set(dpp_src "src/common/dpp.c"
 | 
					    set(dpp_src "src/common/dpp.c"
 | 
				
			||||||
    "esp_supplicant/src/esp_dpp.c")
 | 
					    "src/esp_supplicant/esp_dpp.c")
 | 
				
			||||||
else()
 | 
					else()
 | 
				
			||||||
    set(dpp_src "")
 | 
					    set(dpp_src "")
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -176,7 +176,7 @@ void wpa_hexdump_ascii_key(int level, const char *title, const u8 *buf,
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Note: New line '\n' is added to the end of the text when printing to stdout.
 | 
					 * Note: New line '\n' is added to the end of the text when printing to stdout.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
 | 
					#define wpa_msg(...) do {} while(0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * wpa_msg_ctrl - Conditional printf for ctrl_iface monitors
 | 
					 * wpa_msg_ctrl - Conditional printf for ctrl_iface monitors
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -52,10 +52,6 @@ static const struct dpp_curve_params dpp_curves[] = {
 | 
				
			|||||||
	{ NULL, 0, 0, 0, 0, NULL, 0, NULL }
 | 
						{ NULL, 0, 0, 0, 0, NULL, 0, NULL }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wpa_msg(void *ctx, int level, const char *fmt, ...)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static struct wpabuf *
 | 
					static struct wpabuf *
 | 
				
			||||||
gas_build_req(u8 action, u8 dialog_token, size_t size)
 | 
					gas_build_req(u8 action, u8 dialog_token, size_t size)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user