ESP-IDF
eap_peer_config::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
eap_peer_config::identity_len
eap_peer_config::identity_len field
identity_len - EAP Identity length
Syntax
Show:
Summary
Declaration
from
eap_config.h:27
size_t
identity_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
identity_len
;
eap_config.h:27
identity_len
=
config
->
identity_len
;
eap.c:386
eap_sm_buildIdentity()
identity_len
=
config
->
identity_len
;
eap.c:398
eap_sm_buildIdentity()
identity_len
=
config
->
identity_len
;
eap.c:442
eap_sm_build_identity_resp()
sm
->
config
.
identity_len
=
g_wpa_username_len
;
eap.c:554
eap_peer_config_init()
sm
->
config
.
identity
=
(
u8
*
)
os_zalloc
(
sm
->
config
.
identity_len
)
;
eap.c:555
eap_peer_config_init()
*
len
=
config
->
identity_len
;
eap.c:868
eap_get_config_identity()
config
->
identity_len
==
0
)
{
eap_mschapv2.c:674
eap_mschapv2_check_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_peer_config::identity_len
is written by 1 function and is read by 5 functions:
eap_peer_config_init()
All items filtered out
eap_peer_config::identity_len
eap_sm_buildIdentity()
eap_sm_build_identity_resp()
eap_peer_config_init()
eap_get_config_identity()
eap_mschapv2_check_config()
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