ESP-IDF
g_wpa_anonymous_identity_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
g_wpa_anonymous_identity_len
g_wpa_anonymous_identity_len variable
Syntax
Show:
Summary
Declaration
Definition
from
eap.h:23
extern
int
g_wpa_anonymous_identity_len
;
Implemented in
eap.c:46
Examples
References
from
examples
Code
Location
Referrer
int
g_wpa_anonymous_identity_len
;
eap.c:46
extern
int
g_wpa_anonymous_identity_len
;
eap.h:23
if
(
g_wpa_anonymous_identity
&&
g_wpa_anonymous_identity_len
>
0
)
{
eap.c:544
eap_peer_config_init()
sm
->
config
.
anonymous_identity_len
=
g_wpa_anonymous_identity_len
;
eap.c:545
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()
g_wpa_anonymous_identity_len
=
len
;
esp_eap_client.c:962
esp_eap_client_set_identity()
g_wpa_anonymous_identity_len
=
0
;
esp_eap_client.c:974
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_len
is written by 2 functions and is read by 1 function:
esp_eap_client_set_identity()
esp_eap_client_clear_identity()
All items filtered out
g_wpa_anonymous_identity_len
eap_peer_config_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