ESP-IDF
g_wpa_anonymous_identity
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_anonymous_identity
g_wpa_anonymous_identity variable
Syntax
Show:
Summary
Declaration
Definition
from
eap.h:22
extern
u8
*
g_wpa_anonymous_identity
;
Implemented in
eap.c:45
Examples
References
from
examples
Code
Location
Referrer
u8
*
g_wpa_anonymous_identity
;
eap.c:45
extern
u8
*
g_wpa_anonymous_identity
;
eap.h:22
if
(
g_wpa_anonymous_identity
&&
g_wpa_anonymous_identity_len
>
0
)
{
eap.c:544
eap_peer_config_init()
os_memcpy
(
sm
->
config
.
anonymous_identity
,
g_wpa_anonymous_identity
,
g_wpa_anonymous_identity_len
)
;
eap.c:549
eap_peer_config_init()
if
(
g_wpa_anonymous_identity
)
{
esp_eap_client.c:951
esp_eap_client_set_identity()
os_free
(
g_wpa_anonymous_identity
)
;
esp_eap_client.c:952
esp_eap_client_set_identity()
g_wpa_anonymous_identity
=
NULL
;
esp_eap_client.c:953
esp_eap_client_set_identity()
g_wpa_anonymous_identity
=
(
u8
*
)
os_zalloc
(
len
)
;
esp_eap_client.c:956
esp_eap_client_set_identity()
if
(
g_wpa_anonymous_identity
==
NULL
)
{
esp_eap_client.c:957
esp_eap_client_set_identity()
os_memcpy
(
g_wpa_anonymous_identity
,
identity
,
len
)
;
esp_eap_client.c:961
esp_eap_client_set_identity()
if
(
g_wpa_anonymous_identity
)
{
esp_eap_client.c:969
esp_eap_client_clear_identity()
os_free
(
g_wpa_anonymous_identity
)
;
esp_eap_client.c:970
esp_eap_client_clear_identity()
g_wpa_anonymous_identity
=
NULL
;
esp_eap_client.c:973
esp_eap_client_clear_identity()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_wpa_anonymous_identity
is written by 2 functions and is read by 3 functions:
esp_eap_client_set_identity()
esp_eap_client_clear_identity()
All items filtered out
g_wpa_anonymous_identity
eap_peer_config_init()
esp_eap_client_set_identity()
esp_eap_client_clear_identity()
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