ESP-IDF
wpa_eapol_key::key_data_length
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
wpa_eapol_key::key_data_length
wpa_eapol_key::key_data_length field
Syntax
Show:
Summary
Declaration
from
wpa_common.h:173
u8
key_data_length
[
2
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
key_data_length
[
2
]
;
/* big endian */
wpa_common.h:173
WPA_PUT_BE16
(
reply
->
key_data_length
,
0
)
;
wpa.c:321
wpa_sm_key_request()
WPA_PUT_BE16
(
reply
->
key_data_length
,
wpa_ie_len
)
;
wpa.c:603
wpa_supplicant_send_2_of_4()
WPA_PUT_BE16
(
reply
->
key_data_length
,
0
)
;
wpa.c:1226
wpa_supplicant_send_4_of_4()
WPA_PUT_BE16
(
reply
->
key_data_length
,
0
)
;
wpa.c:1594
wpa_supplicant_send_2_of_2()
WPA_PUT_BE16
(
key
->
key_data_length
,
*
key_data_len
)
;
wpa.c:1772
wpa_supplicant_decrypt_key_data()
key_data_len
=
WPA_GET_BE16
(
key
->
key_data_length
)
;
wpa.c:1995
wpa_sm_rx_eapol()
if
(
WPA_GET_BE16
(
key
->
key_data_length
)
==
0
||
wpa.c:2645
eapol_txcb()
key_data_length
=
WPA_GET_BE16
(
key
->
key_data_length
)
;
wpa_auth.c:642
wpa_receive()
WPA_PUT_BE16
(
key
->
key_data_length
,
kde_len
)
;
wpa_auth.c:1103
__wpa_send_eapol()
WPA_PUT_BE16
(
key
->
key_data_length
,
key_data_len
)
;
wpa_auth.c:1128
__wpa_send_eapol()
WPA_PUT_BE16
(
key
->
key_data_length
,
key_data_len
)
;
wpa_auth.c:1138
__wpa_send_eapol()
key_data_length
=
WPA_GET_BE16
(
key
->
key_data_length
)
;
wpa_auth.c:1680
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_eapol_key::key_data_length
is read by 9 functions:
All items filtered out
wpa_eapol_key::key_data_length
wpa_receive()
__wpa_send_eapol()
wpa_sm_key_request()
wpa_supplicant_send_2_of_4()
wpa_supplicant_send_4_of_4()
wpa_supplicant_send_2_of_2()
wpa_supplicant_decrypt_key_data()
wpa_sm_rx_eapol()
eapol_txcb()
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