ESP-IDF
wpa_eapol_key::key_info
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
wpa_eapol_key::key_info
wpa_eapol_key::key_info field
Syntax
Show:
Summary
Declaration
from
wpa_common.h:165
u8
key_info
[
2
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
key_info
[
2
]
;
/* big endian */
wpa_common.h:165
WPA_PUT_BE16
(
reply
->
key_info
,
key_info
)
;
wpa.c:312
wpa_sm_key_request()
WPA_PUT_BE16
(
reply
->
key_info
,
wpa.c:588
wpa_supplicant_send_2_of_4()
WPA_PUT_BE16
(
reply
->
key_info
,
key_info
)
;
wpa.c:1214
wpa_supplicant_send_4_of_4()
key_info
=
WPA_GET_BE16
(
key
->
key_info
)
;
wpa.c:1265
wpa_supplicant_process_3_of_4()
WPA_PUT_BE16
(
reply
->
key_info
,
key_info
)
;
wpa.c:1582
wpa_supplicant_send_2_of_2()
key_info
=
WPA_GET_BE16
(
key
->
key_info
)
;
wpa.c:1619
wpa_supplicant_process_1_of_2()
key_info
=
WPA_GET_BE16
(
key
->
key_info
)
;
wpa.c:1907
wpa_sm_rx_eapol()
(
WPA_GET_BE16
(
key
->
key_info
)
&
WPA_KEY_INFO_SECURE
)
)
{
wpa.c:2646
eapol_txcb()
key_info
=
WPA_GET_BE16
(
key
->
key_info
)
;
wpa_auth.c:641
wpa_receive()
WPA_PUT_BE16
(
key
->
key_info
,
key_info
)
;
wpa_auth.c:1076
__wpa_send_eapol()
key_info
=
WPA_GET_BE16
(
key
->
key_info
)
;
wpa_auth.c:1231
wpa_verify_key_mic()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_eapol_key::key_info
is read by 11 functions:
All items filtered out
wpa_eapol_key::key_info
wpa_receive()
__wpa_send_eapol()
wpa_verify_key_mic()
wpa_sm_key_request()
wpa_supplicant_send_2_of_4()
wpa_supplicant_send_4_of_4()
wpa_supplicant_process_3_of_4()
wpa_supplicant_send_2_of_2()
wpa_supplicant_process_1_of_2()
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