ESP-IDF
wps_data::dh_pubkey_r
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::dh_pubkey_r
wps_data::dh_pubkey_r field
Syntax
Show:
Summary
Declaration
from
wps_i.h:64
struct
wpabuf
*
dh_pubkey_r
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
dh_pubkey_r
;
wps_i.h:64
wpabuf_free
(
data
->
dh_pubkey_r
)
;
wps.c:181
wps_deinit()
wpabuf_free
(
wps
->
dh_pubkey_r
)
;
wps_attr_build.c:92
wps_build_public_key()
wps
->
dh_pubkey_r
=
pubkey
;
wps_attr_build.c:93
wps_build_public_key()
pubkey
=
wps
->
registrar
?
wps
->
dh_pubkey_e
:
wps
->
dh_pubkey_r
;
wps_common.c:75
wps_derive_keys()
if
(
wps
->
dh_pubkey_e
==
NULL
||
wps
->
dh_pubkey_r
==
NULL
)
{
wps_enrollee.c:49
wps_build_e_hash()
addr
[
3
]
=
wpabuf_head
(
wps
->
dh_pubkey_r
)
;
wps_enrollee.c:66
wps_build_e_hash()
len
[
3
]
=
wpabuf_len
(
wps
->
dh_pubkey_r
)
;
wps_enrollee.c:67
wps_build_e_hash()
wpabuf_free
(
wps
->
dh_pubkey_r
)
;
wps_enrollee.c:595
wps_process_pubkey()
wps
->
dh_pubkey_r
=
wpabuf_alloc_copy
(
pk
,
pk_len
)
;
wps_enrollee.c:596
wps_process_pubkey()
if
(
wps
->
dh_pubkey_r
==
NULL
)
wps_enrollee.c:597
wps_process_pubkey()
addr
[
3
]
=
wpabuf_head
(
wps
->
dh_pubkey_r
)
;
wps_enrollee.c:656
wps_process_r_snonce1()
len
[
3
]
=
wpabuf_len
(
wps
->
dh_pubkey_r
)
;
wps_enrollee.c:657
wps_process_r_snonce1()
addr
[
3
]
=
wpabuf_head
(
wps
->
dh_pubkey_r
)
;
wps_enrollee.c:696
wps_process_r_snonce2()
len
[
3
]
=
wpabuf_len
(
wps
->
dh_pubkey_r
)
;
wps_enrollee.c:697
wps_process_r_snonce2()
if
(
wps
->
dh_pubkey_e
==
NULL
||
wps
->
dh_pubkey_r
==
NULL
)
{
wps_registrar.c:1483
wps_build_r_hash()
addr
[
3
]
=
wpabuf_head
(
wps
->
dh_pubkey_r
)
;
wps_registrar.c:1500
wps_build_r_hash()
len
[
3
]
=
wpabuf_len
(
wps
->
dh_pubkey_r
)
;
wps_registrar.c:1501
wps_build_r_hash()
addr
[
3
]
=
wpabuf_head
(
wps
->
dh_pubkey_r
)
;
wps_registrar.c:2330
wps_process_e_snonce1()
len
[
3
]
=
wpabuf_len
(
wps
->
dh_pubkey_r
)
;
wps_registrar.c:2331
wps_process_e_snonce1()
addr
[
3
]
=
wpabuf_head
(
wps
->
dh_pubkey_r
)
;
wps_registrar.c:2370
wps_process_e_snonce2()
len
[
3
]
=
wpabuf_len
(
wps
->
dh_pubkey_r
)
;
wps_registrar.c:2371
wps_process_e_snonce2()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::dh_pubkey_r
is written by 2 functions and is read by 10 functions:
wps_build_public_key()
wps_process_pubkey()
All items filtered out
wps_data::dh_pubkey_r
wps_deinit()
wps_build_public_key()
wps_derive_keys()
wps_build_e_hash()
wps_process_pubkey()
wps_process_r_snonce1()
wps_process_r_snonce2()
wps_build_r_hash()
wps_process_e_snonce1()
wps_process_e_snonce2()
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