ESP-IDF
ttls_parse_avp::eapdata
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ttls_parse_avp::eapdata
ttls_parse_avp::eapdata field
Syntax
Show:
Summary
Declaration
from
eap_ttls.c:864
u8
*
eapdata
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
eapdata
;
eap_ttls.c:864
if
(
parse
->
eapdata
==
NULL
)
{
eap_ttls.c:874
eap_ttls_parse_attr_eap()
parse
->
eapdata
=
os_malloc
(
dlen
)
;
eap_ttls.c:875
eap_ttls_parse_attr_eap()
if
(
parse
->
eapdata
==
NULL
)
{
eap_ttls.c:876
eap_ttls_parse_attr_eap()
os_memcpy
(
parse
->
eapdata
,
dpos
,
dlen
)
;
eap_ttls.c:881
eap_ttls_parse_attr_eap()
u8
*
neweap
=
(
u8
*
)
os_realloc
(
parse
->
eapdata
,
parse
->
eap_len
+
dlen
)
;
eap_ttls.c:884
eap_ttls_parse_attr_eap()
parse
->
eapdata
=
neweap
;
eap_ttls.c:891
eap_ttls_parse_attr_eap()
if
(
parse
->
eapdata
==
NULL
)
{
eap_ttls.c:1077
eap_ttls_process_phase2_eap()
hdr
=
(
struct
eap_hdr
*
)
parse
->
eapdata
;
eap_ttls.c:1085
eap_ttls_process_phase2_eap()
os_free
(
parse
.
eapdata
)
;
eap_ttls.c:1449
eap_ttls_decrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ttls_parse_avp::eapdata
is written by 1 function and is read by 3 functions:
eap_ttls_parse_attr_eap()
All items filtered out
ttls_parse_avp::eapdata
eap_ttls_parse_attr_eap()
eap_ttls_process_phase2_eap()
eap_ttls_decrypt()
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