ESP-IDF
g_wpa_private_key
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
g_wpa_private_key
g_wpa_private_key variable
Syntax
Show:
Summary
Declaration
Definition
from
eap.h:28
extern
const
u8
*
g_wpa_private_key
;
Implemented in
eap.c:51
Examples
References
from
examples
Code
Location
Referrer
const
u8
*
g_wpa_private_key
;
eap.c:51
extern
const
u8
*
g_wpa_private_key
;
eap.h:28
if
(
g_wpa_private_key
)
{
eap.c:627
eap_peer_config_init()
if
(
g_wpa_private_key
&&
g_wpa_private_key_len
)
{
eap.c:681
eap_peer_blob_init()
sm
->
blob
[
1
]
.
data
=
g_wpa_private_key
;
eap.c:689
eap_peer_blob_init()
g_wpa_private_key
=
private_key
;
esp_eap_client.c:904
esp_eap_client_set_certificate_and_key()
g_wpa_private_key
=
NULL
;
esp_eap_client.c:919
esp_eap_client_clear_certificate_and_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_wpa_private_key
is written by 2 functions and is read by 2 functions:
esp_eap_client_set_certificate_and_key()
esp_eap_client_clear_certificate_and_key()
All items filtered out
g_wpa_private_key
eap_peer_config_init()
eap_peer_blob_init()
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