esp-idf/tools/mocks/esp_wifi/global_symbols_mock.c
Sarvesh Bodakhe 0154e81d87 feat(wifi): Sync public header files between ESP-IDF and Wi-Fi driver
- 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)
2024-02-01 12:17:43 +01:00

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 = { };