ESP-IDF
DEV_PW_PUSHBUTTON
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
DEV_PW_PUSHBUTTON
DEV_PW_PUSHBUTTON value
Syntax
Show:
Summary
Declaration
from
wps_defs.h:165
DEV_PW_PUSHBUTTON
=
0x0004
;
Examples
References
from
examples
Code
Location
Referrer
DEV_PW_PUSHBUTTON
=
0x0004
,
wps_defs.h:165
pw_id
=
DEV_PW_PUSHBUTTON
;
esp_wps.c:294
wps_build_ic_appie_wps_pr()
data
->
dev_pw_id
=
DEV_PW_PUSHBUTTON
;
wps.c:92
wps_init()
WPA_GET_BE16
(
attr
->
dev_password_id
)
!=
DEV_PW_PUSHBUTTON
)
{
wps.c:255
wps_is_selected_pbc_registrar()
WPA_GET_BE16
(
attr
->
dev_password_id
)
==
DEV_PW_PUSHBUTTON
)
{
wps.c:289
is_selected_pin_registrar()
if
(
wps
->
dev_pw_id
==
DEV_PW_PUSHBUTTON
&&
id
==
DEV_PW_DEFAULT
)
{
wps_enrollee.c:972
wps_process_dev_pw_id()
u16
id
=
reg
->
pbc
?
DEV_PW_PUSHBUTTON
:
DEV_PW_DEFAULT
;
wps_registrar.c:542
wps_build_sel_reg_dev_password_id()
u16
id
=
reg
->
pbc
?
DEV_PW_PUSHBUTTON
:
DEV_PW_DEFAULT
;
wps_registrar.c:558
wps_build_sel_pbc_reg_uuid_e()
if
(
id
!=
DEV_PW_PUSHBUTTON
||
!
reg
->
dualband
)
wps_registrar.c:563
wps_build_sel_pbc_reg_uuid_e()
if
(
WPA_GET_BE16
(
attr
.
dev_password_id
)
!=
DEV_PW_PUSHBUTTON
)
wps_registrar.c:1193
wps_registrar_probe_req_rx()
reg
->
pbc
?
DEV_PW_PUSHBUTTON
:
DEV_PW_DEFAULT
,
wps_registrar.c:1304
wps_cb_set_sel_reg()
(
wps
->
dev_pw_id
!=
DEV_PW_PUSHBUTTON
||
wps_registrar.c:2695
wps_process_m1()
if
(
wps
->
dev_pw_id
==
DEV_PW_PUSHBUTTON
)
{
wps_registrar.c:2747
wps_process_m1()
DEV_PW_PUSHBUTTON
;
wps_registrar.c:3593
wps_registrar_selected_registrar_changed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
DEV_PW_PUSHBUTTON
is read by 11 functions:
All items filtered out
DEV_PW_PUSHBUTTON
wps_init()
wps_is_selected_pbc_registrar()
is_selected_pin_registrar()
wps_process_dev_pw_id()
wps_build_ic_appie_wps_pr()
wps_build_sel_reg_dev_password_id()
wps_build_sel_pbc_reg_uuid_e()
wps_registrar_probe_req_rx()
wps_cb_set_sel_reg()
wps_process_m1()
wps_registrar_selected_registrar_changed()
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