ESP-IDF
wps_context::dh_ctx
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_context::dh_ctx
wps_context::dh_ctx field
dh_ctx - Context data for Diffie-Hellman operation
Syntax
Show:
Summary
Declaration
from
wps.h:690
void
*
dh_ctx
;
Examples
References
from
examples
Code
Location
Referrer
void
*
dh_ctx
;
wps.h:690
sm
->
wps
->
wps
->
dh_ctx
=
sm
->
wps
->
dh_ctx
;
esp_wps.c:1722
wifi_station_wps_start()
wps
->
wps
->
dh_ctx
)
{
wps_attr_build.c:29
wps_build_public_key()
wps
->
dh_ctx
=
wps
->
wps
->
dh_ctx
;
wps_attr_build.c:37
wps_build_public_key()
wps
->
wps
->
dh_ctx
=
NULL
;
wps_attr_build.c:38
wps_build_public_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_context::dh_ctx
is written by 2 functions and is read by 1 function:
wps_build_public_key()
wifi_station_wps_start()
All items filtered out
wps_context::dh_ctx
wps_build_public_key()
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