ESP-IDF
wifi_scan_type_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wifi_scan_type_t
wifi_scan_type_t enum
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:198
enum
{
WIFI_SCAN_TYPE_ACTIVE
=
0
,
WIFI_SCAN_TYPE_PASSIVE
,
}
;
Values
Value
Declared as
Description
wifi_scan_type_t::WIFI_SCAN_TYPE_ACTIVE
=
0
Active scan.
wifi_scan_type_t::WIFI_SCAN_TYPE_PASSIVE
Passive scan.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_wifi_types_generic.h:198
}
wifi_scan_type_t
;
esp_wifi_types_generic.h:201
wifi_scan_type_t
wifi_scan_type_t
scan_type
;
/**< Scan type, active or passive */
esp_wifi_types_generic.h:237
wifi_scan_config_t
wifi_scan_config_t::scan_type
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
wifi_scan_config_t::scan_type
wifi_scan_config_t
esp_wifi_types_generic.h:237
Lifecycle
from
examples
All items filtered out
All items filtered out