ESP-IDF
g_wpa_client_cert
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
g_wpa_client_cert
g_wpa_client_cert variable
Syntax
Show:
Summary
Declaration
Definition
from
eap.h:26
extern
const
u8
*
g_wpa_client_cert
;
Implemented in
eap.c:49
Examples
References
from
examples
Code
Location
Referrer
const
u8
*
g_wpa_client_cert
;
eap.c:49
extern
const
u8
*
g_wpa_client_cert
;
eap.h:26
if
(
g_wpa_client_cert
&&
g_wpa_client_cert_len
)
{
eap.c:670
eap_peer_blob_init()
sm
->
blob
[
0
]
.
data
=
g_wpa_client_cert
;
eap.c:678
eap_peer_blob_init()
g_wpa_client_cert
=
client_cert
;
esp_eap_client.c:900
esp_eap_client_set_certificate_and_key()
g_wpa_client_cert
=
NULL
;
esp_eap_client.c:917
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_client_cert
is written by 2 functions and is read by 1 function:
esp_eap_client_set_certificate_and_key()
esp_eap_client_clear_certificate_and_key()
All items filtered out
g_wpa_client_cert
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