Select one of the symbols to view example projects that use it.
 
Outline
#define _SUPPLICANT_OPT_H
#include "sdkconfig.h"
#define DEBUG_PRINT
#define ELOOP_DEBUG
#define SCAN_CACHE_SUPPORTED
Files
loading...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/wpa_supplicant/port/include/supplicant_opt.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #ifndef _SUPPLICANT_OPT_H #define _SUPPLICANT_OPT_H #include "sdkconfig.h" #if CONFIG_ESP_WIFI_DEBUG_PRINT #define DEBUG_PRINT #if defined(CONFIG_LOG_DEFAULT_LEVEL_DEBUG) || defined(CONFIG_LOG_DEFAULT_LEVEL_VERBOSE) #define ELOOP_DEBUG #endif/* ... */ #endif #if CONFIG_ESP_WIFI_SCAN_CACHE #define SCAN_CACHE_SUPPORTED #endif /* ... */ #endif /* _SUPPLICANT_OPT_H */
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.