ESP-IDF
wps_data::dev_pw_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_data::dev_pw_id
wps_data::dev_pw_id field
Syntax
Show:
Summary
Declaration
from
wps_i.h:73
u16
dev_pw_id
;
Examples
References
from
examples
Code
Location
Referrer
u16
dev_pw_id
;
wps_i.h:73
data
->
dev_pw_id
=
cfg
->
dev_pw_id
;
wps.c:53
wps_init()
data
->
dev_pw_id
=
DEV_PW_PUSHBUTTON
;
wps.c:92
wps_init()
if
(
wps
->
dev_pw_id
!=
DEV_PW_DEFAULT
&&
wps
->
wps
->
dh_privkey
&&
wps_attr_build.c:28
wps_build_public_key()
wps_build_dev_password_id
(
msg
,
wps
->
dev_pw_id
)
||
wps_enrollee.c:158
wps_build_m1()
if
(
wps
->
dev_pw_id
==
id
)
{
wps_enrollee.c:946
wps_process_dev_pw_id()
if
(
wps
->
dev_pw_id
==
DEV_PW_PUSHBUTTON
&&
id
==
DEV_PW_DEFAULT
)
{
wps_enrollee.c:972
wps_process_dev_pw_id()
wps
->
dev_pw_id
=
wps
->
alt_dev_pw_id
;
wps_enrollee.c:981
wps_process_dev_pw_id()
if
(
pin
&&
wps
->
dev_pw_id
>=
0x10
)
{
wps_registrar.c:1434
wps_get_dev_password()
wps
->
dev_pw_id
=
DEV_PW_DEFAULT
;
wps_registrar.c:1440
wps_get_dev_password()
wps_build_dev_password_id
(
msg
,
wps
->
dev_pw_id
)
||
wps_registrar.c:1933
wps_build_m2()
wps
->
dev_pw_id
=
WPA_GET_BE16
(
pw_id
)
;
wps_registrar.c:2274
wps_process_dev_password_id()
if
(
wps
->
dev_pw_id
<
0x10
&&
wps_registrar.c:2686
wps_process_m1()
wps
->
dev_pw_id
!=
DEV_PW_DEFAULT
&&
wps_registrar.c:2687
wps_process_m1()
wps
->
dev_pw_id
!=
DEV_PW_P2PS_DEFAULT
&&
wps_registrar.c:2688
wps_process_m1()
wps
->
dev_pw_id
!=
DEV_PW_USER_SPECIFIED
&&
wps_registrar.c:2689
wps_process_m1()
wps
->
dev_pw_id
!=
DEV_PW_MACHINE_SPECIFIED
&&
wps_registrar.c:2690
wps_process_m1()
wps
->
dev_pw_id
!=
DEV_PW_REGISTRAR_SPECIFIED
&&
wps_registrar.c:2691
wps_process_m1()
(
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::dev_pw_id
is written by 4 functions and is read by 6 functions:
wps_init()
wps_process_dev_pw_id()
wps_get_dev_password()
wps_process_dev_password_id()
All items filtered out
wps_data::dev_pw_id
wps_build_public_key()
wps_build_m1()
wps_process_dev_pw_id()
wps_get_dev_password()
wps_build_m2()
wps_process_m1()
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