ESP-IDF
wpa_sm::owe_ecdh
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_sm::owe_ecdh
wpa_sm::owe_ecdh field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:115
struct
crypto_ecdh
*
owe_ecdh
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ecdh
*
owe_ecdh
;
wpa_i.h:115
crypto_ecdh_deinit
(
sm
->
owe_ecdh
)
;
esp_owe.c:28
owe_deinit()
sm
->
owe_ecdh
=
NULL
;
esp_owe.c:29
owe_deinit()
sm
->
owe_ecdh
=
crypto_ecdh_init
(
group
)
;
wpa.c:2796
owe_build_assoc_req()
if
(
!
sm
->
owe_ecdh
)
{
wpa.c:2798
owe_build_assoc_req()
pub
=
crypto_ecdh_get_pubkey
(
sm
->
owe_ecdh
,
0
)
;
wpa.c:2805
owe_build_assoc_req()
crypto_ecdh_deinit
(
sm
->
owe_ecdh
)
;
wpa.c:2839
owe_build_assoc_req()
sh_secret
=
crypto_ecdh_set_peerkey
(
sm
->
owe_ecdh
,
0
,
dh_ie
+
2
,
dh_len
-
2
)
;
wpa.c:2913
owe_process_assoc_resp()
pub
=
crypto_ecdh_get_pubkey
(
sm
->
owe_ecdh
,
0
)
;
wpa.c:2921
owe_process_assoc_resp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::owe_ecdh
is written by 2 functions and is read by 3 functions:
owe_build_assoc_req()
owe_deinit()
All items filtered out
wpa_sm::owe_ecdh
owe_build_assoc_req()
owe_process_assoc_resp()
owe_deinit()
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