ESP-IDF
wps_type
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
wps_type
wps_type enum
Syntax
Show:
Summary
Declaration
from
esp_wps.h:39
enum
wps_type
{
WPS_TYPE_DISABLE
=
0
,
WPS_TYPE_PBC
,
WPS_TYPE_PIN
,
WPS_TYPE_MAX
}
;
Values
Value
Declared as
Description
wps_type::WPS_TYPE_DISABLE
=
0
WPS is disabled.
wps_type::WPS_TYPE_PBC
WPS Push Button Configuration method.
wps_type::WPS_TYPE_PIN
WPS PIN (Personal Identification Number) method.
wps_type::WPS_TYPE_MAX
Maximum value for WPS type enumeration.
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out