ESP-IDF
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#define _ESP_WIFI_PRIVATE_H
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
#include "sys/queue.h"
#include "sdkconfig.h"
#include "esp_wifi_crypto_types.h"
#include "esp_private/wifi_os_adapter.h"
#define WIFI_OSI_FUNCS_INITIALIZER
Files
loading...
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
components/esp_wifi/include/esp_private/esp_wifi_private.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
* SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* ... */
#ifndef
_ESP_WIFI_PRIVATE_H
#define
_ESP_WIFI_PRIVATE_H
#include
"
freertos
/
FreeRTOS.h"
#include
"
freertos
/
queue.h"
#include
"
sys
/
queue.h"
#include
"
sdkconfig.h"
#include
"
esp_wifi_crypto_types.h"
#include
"
esp_private
/
wifi_os_adapter.h"
6 includes
#ifdef
__cplusplus
extern
"C"
{
#endif
#define
WIFI_OSI_FUNCS_INITIALIZER
(
)
&
g_wifi_osi_funcs
#ifdef
__cplusplus
}
{...}
#endif
/* ... */
#endif
/* _ESP_WIFI_PRIVATE_H */
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.
WIFI_OSI_FUNCS_INITIALIZER
_ESP_WIFI_PRIVATE_H