ESP-IDF
eap_peer_config::identity
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
eap_peer_config::identity field
identity - EAP Identity This field is used to set the real user identity or NAI (for EAP-PSK/PAX/SAKE/GPSK).
Syntax
Show:
Summary
Declaration
from
eap_config.h:22
u8
*
identity
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
identity
;
eap_config.h:22
identity
=
config
->
identity
;
eap.c:385
eap_sm_buildIdentity()
identity
=
config
->
identity
;
eap.c:397
eap_sm_buildIdentity()
identity
=
config
->
identity
;
eap.c:441
eap_sm_build_identity_resp()
sm
->
config
.
identity
=
NULL
;
eap.c:529
eap_peer_config_init()
sm
->
config
.
identity
=
(
u8
*
)
os_zalloc
(
sm
->
config
.
identity_len
)
;
eap.c:555
eap_peer_config_init()
if
(
sm
->
config
.
identity
==
NULL
)
{
eap.c:556
eap_peer_config_init()
os_memcpy
(
sm
->
config
.
identity
,
g_wpa_username
,
g_wpa_username_len
)
;
eap.c:559
eap_peer_config_init()
os_free
(
sm
->
config
.
identity
)
;
eap.c:655
eap_peer_config_deinit()
return
config
->
identity
;
eap.c:869
eap_get_config_identity()
if
(
config
->
identity
==
NULL
||
eap_mschapv2.c:673
eap_mschapv2_check_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_peer_config::identity
is written by 1 function and is read by 6 functions:
eap_peer_config_init()
All items filtered out
eap_peer_config::identity
eap_sm_buildIdentity()
eap_sm_build_identity_resp()
eap_peer_config_init()
eap_peer_config_deinit()
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