ESP-IDF
wps_data::dh_pubkey_e
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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::dh_pubkey_e
wps_data::dh_pubkey_e field
Syntax
Show:
Summary
Declaration
from
wps_i.h:63
struct
wpabuf
*
dh_pubkey_e
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
dh_pubkey_e
;
wps_i.h:63
sm
->
wps
->
wps
->
dh_pubkey
=
sm
->
wps
->
dh_pubkey_e
;
esp_wps.c:1723
wifi_station_wps_start()
wpabuf_free
(
data
->
dh_pubkey_e
)
;
wps.c:180
wps_deinit()
wpabuf_free
(
wps
->
dh_pubkey_e
)
;
wps_attr_build.c:95
wps_build_public_key()
wps
->
dh_pubkey_e
=
pubkey
;
wps_attr_build.c:96
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
[
2
]
=
wpabuf_head
(
wps
->
dh_pubkey_e
)
;
wps_enrollee.c:64
wps_build_e_hash()
len
[
2
]
=
wpabuf_len
(
wps
->
dh_pubkey_e
)
;
wps_enrollee.c:65
wps_build_e_hash()
addr
[
2
]
=
wpabuf_head
(
wps
->
dh_pubkey_e
)
;
wps_enrollee.c:654
wps_process_r_snonce1()
len
[
2
]
=
wpabuf_len
(
wps
->
dh_pubkey_e
)
;
wps_enrollee.c:655
wps_process_r_snonce1()
addr
[
2
]
=
wpabuf_head
(
wps
->
dh_pubkey_e
)
;
wps_enrollee.c:694
wps_process_r_snonce2()
len
[
2
]
=
wpabuf_len
(
wps
->
dh_pubkey_e
)
;
wps_enrollee.c:695
wps_process_r_snonce2()
if
(
wps
->
dh_pubkey_e
==
NULL
||
wps
->
dh_pubkey_r
==
NULL
)
{
wps_registrar.c:1483
wps_build_r_hash()
addr
[
2
]
=
wpabuf_head
(
wps
->
dh_pubkey_e
)
;
wps_registrar.c:1498
wps_build_r_hash()
len
[
2
]
=
wpabuf_len
(
wps
->
dh_pubkey_e
)
;
wps_registrar.c:1499
wps_build_r_hash()
addr
[
2
]
=
wpabuf_head
(
wps
->
dh_pubkey_e
)
;
wps_registrar.c:2328
wps_process_e_snonce1()
len
[
2
]
=
wpabuf_len
(
wps
->
dh_pubkey_e
)
;
wps_registrar.c:2329
wps_process_e_snonce1()
addr
[
2
]
=
wpabuf_head
(
wps
->
dh_pubkey_e
)
;
wps_registrar.c:2368
wps_process_e_snonce2()
len
[
2
]
=
wpabuf_len
(
wps
->
dh_pubkey_e
)
;
wps_registrar.c:2369
wps_process_e_snonce2()
wpabuf_free
(
wps
->
dh_pubkey_e
)
;
wps_registrar.c:2423
wps_process_pubkey()
wps
->
dh_pubkey_e
=
wpabuf_alloc_copy
(
pk
,
pk_len
)
;
wps_registrar.c:2424
wps_process_pubkey()
if
(
wps
->
dh_pubkey_e
==
NULL
)
wps_registrar.c:2425
wps_process_pubkey()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::dh_pubkey_e
is written by 2 functions and is read by 11 functions:
wps_build_public_key()
wps_process_pubkey()
All items filtered out
wps_data::dh_pubkey_e
wps_deinit()
wps_build_public_key()
wps_derive_keys()
wps_build_e_hash()
wps_process_r_snonce1()
wps_process_r_snonce2()
wifi_station_wps_start()
wps_build_r_hash()
wps_process_e_snonce1()
wps_process_e_snonce2()
wps_process_pubkey()
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