ESP-IDF
wps_config::pbc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_config::pbc
wps_config::pbc field
pbc - Whether this is protocol run uses PBC
Syntax
Show:
Summary
Declaration
from
wps.h:134
int
pbc
;
Examples
References
from
examples
Code
Location
Referrer
int
pbc
;
wps.h:134
cfg
->
pbc
=
1
;
esp_wps.c:1409
wps_init_cfg_pin()
cfg
->
pbc
=
0
;
esp_wps.c:1413
wps_init_cfg_pin()
if
(
cfg
->
pbc
==
0
&&
cfg
->
pin_len
)
{
wps.c:52
wps_init()
data
->
pbc
=
cfg
->
pbc
;
wps.c:89
wps_init()
if
(
cfg
->
pbc
)
{
wps.c:90
wps_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_config::pbc
is written by 1 function and is read by 1 function:
wps_init_cfg_pin()
All items filtered out
wps_config::pbc
wps_init()
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