mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 0154e81d87
			
		
	
	0154e81d87
	
	
	
		
			
			- Updated WiFi libraries based on the IDF changes - Renamed esp_wifi_native.h to esp_wifi_types_native.h - Reverted forward declarations of native wifi types and HE types - Forward declare as opaque structs only if we don't have native types (csi and ctrl_packet types)
		
			
				
	
	
		
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			362 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
 | |
|  *
 | |
|  * SPDX-License-Identifier: Apache-2.0
 | |
|  */
 | |
| 
 | |
| #include "esp_wifi.h"
 | |
| #include "esp_private/wifi_os_adapter.h"
 | |
| 
 | |
| /**
 | |
|  * The following global objects are defined when WiFi is mocked.
 | |
|  */
 | |
| 
 | |
| const wpa_crypto_funcs_t g_wifi_default_wpa_crypto_funcs = { };
 | |
| 
 | |
| wifi_osi_funcs_t g_wifi_osi_funcs = { };
 |