ESP-IDF
eap_hdr::length
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_hdr::length
eap_hdr::length field
Syntax
Show:
Summary
Declaration
from
eap_defs.h:21
be16
length
;
Examples
References
from
examples
Code
Location
Referrer
be16
length
;
/* including code and identifier; network byte order */
eap_defs.h:21
len
=
be_to_host16
(
hdr
->
length
)
;
eap_common.c:40
eap_hdr_len_valid()
len
=
be_to_host16
(
hdr
->
length
)
;
eap_common.c:77
eap_hdr_validate()
hdr
->
length
=
host_to_be16
(
len
)
;
eap_common.c:144
eap_msg_alloc()
hdr
->
length
=
host_to_be16
(
wpabuf_len
(
msg
)
)
;
eap_common.c:173
eap_update_len()
size_t
len
=
be_to_host16
(
hdr
->
length
)
;
eap_fast.c:419
eap_fast_phase2_request()
if
(
be_to_host16
(
hdr
->
length
)
>
eap_payload_tlv_len
)
{
eap_fast.c:572
eap_fast_process_eap_payload_tlv()
size_t
len
=
be_to_host16
(
hdr
->
length
)
;
eap_peap.c:671
eap_peap_phase2_request()
be_to_host16
(
hdr
->
length
)
==
5
&&
eap_peap.c:875
eap_peap_decrypt()
nhdr
->
length
=
host_to_be16
(
sizeof
(
struct
eap_hdr
)
+
eap_peap.c:898
eap_peap_decrypt()
if
(
be_to_host16
(
hdr
->
length
)
>
be_to_host16
(
tlv
->
length
)
)
{
eap_peap.c:930
eap_peap_decrypt()
nmsg
=
wpabuf_alloc
(
be_to_host16
(
hdr
->
length
)
)
;
eap_peap.c:937
eap_peap_decrypt()
wpabuf_put_data
(
nmsg
,
hdr
,
be_to_host16
(
hdr
->
length
)
)
;
eap_peap.c:943
eap_peap_decrypt()
len
=
be_to_host16
(
hdr
->
length
)
;
eap_peap.c:956
eap_peap_decrypt()
rhdr
->
length
=
eap_peap.c:1020
eap_peap_decrypt()
rhdr
->
length
=
host_to_be16
(
sizeof
(
*
rhdr
)
)
;
eap_peap.c:1045
eap_peap_decrypt()
len
=
be_to_host16
(
nak
->
length
)
;
eap_server.c:618
plen
=
be_to_host16
(
hdr
->
length
)
;
eap_server.c:1519
eap_sm_parseEapResp()
resp
->
length
=
host_to_be16
(
sizeof
(
*
resp
)
)
;
eap_server.c:1584
eap_sm_buildSuccess()
resp
->
length
=
host_to_be16
(
sizeof
(
*
resp
)
)
;
eap_server.c:1602
eap_sm_buildFailure()
size_t
len
=
be_to_host16
(
hdr
->
length
)
;
eap_ttls.c:403
eap_ttls_phase2_request_eap()
hdr
->
length
=
host_to_be16
(
sizeof
(
*
hdr
)
+
1
)
;
eap_ttls.c:1040
eap_ttls_fake_identity_request()
len
=
be_to_host16
(
hdr
->
length
)
;
eap_ttls.c:1094
eap_ttls_process_phase2_eap()
eap
.
length
=
host_to_be16
(
sizeof
(
eap
)
)
;
eapol_auth_sm.c:99
eapol_auth_tx_canned_eap()
plen
=
be_to_host16
(
ehdr
->
length
)
;
esp_eap_client.c:344
eap_sm_process_request()
eap_len
=
be_to_host16
(
ehdr
->
length
)
;
esp_wps.c:1013
wps_sm_rx_eapol_internal()
eap_len
=
be_to_host16
(
eap
->
length
)
;
ieee802_1x.c:105
handle_eap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_hdr::length
is written by 7 functions and is read by 12 functions:
eap_msg_alloc()
eap_update_len()
eap_peap_decrypt()
eap_ttls_fake_identity_request()
eap_sm_buildSuccess()
eap_sm_buildFailure()
eapol_auth_tx_canned_eap()
All items filtered out
eap_hdr::length
handle_eap()
eap_hdr_len_valid()
eap_hdr_validate()
eap_peap_phase2_request()
eap_peap_decrypt()
eap_ttls_phase2_request_eap()
eap_ttls_process_phase2_eap()
eap_fast_phase2_request()
eap_fast_process_eap_payload_tlv()
eap_sm_process_request()
wps_sm_rx_eapol_internal()
eap_sm_parseEapResp()
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