ESP-IDF
eapol_txcb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eapol_txcb()
eapol_txcb() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa_i.h:202
void
eapol_txcb
(
uint8_t
*
eapol_payload
,
size_t
len
,
bool
tx_failure
)
;
Implemented in
wpa.c:2620
Arguments
Argument
eapol_payload
len
tx_failure
Examples
References
from
examples
Code
Location
Referrer
void
eapol_txcb
(
uint8_t
*
eapol_payload
,
size_t
len
,
bool
tx_failure
)
wpa.c:2620
void
eapol_txcb
(
uint8_t
*
eapol_payload
,
size_t
len
,
bool
tx_failure
)
;
wpa_i.h:202
ret
=
(
esp_wifi_register_eapol_txdonecb_internal
(
eapol_txcb
)
==
ESP_OK
)
;
esp_wpa_main.c:141
wpa_attach()
Call Tree
from
examples
eapol_txcb()
calls 3 functions:
All items filtered out
eapol_txcb()
WPA_GET_BE16()
wpa_sm_deauthenticate()
wpa_supplicant_send_4_of_4_txcallback()
All items filtered out
Data Use
from
examples
eapol_txcb()
reads 10 variables and writes 2 variables:
ieee802_1x_hdr::type
::IEEE802_1X_TYPE_EAPOL_KEY
wpa_eapol_key::key_info
wpa_eapol_key::key_data_length
wpa_states::WPA_FIRST_HALF_4WAY_HANDSHAKE
wpa_states::WPA_LAST_HALF_4WAY_HANDSHAKE
wpa_states::WPA_GROUP_HANDSHAKE
wpa_states::WPA_TKIP_COUNTERMEASURES
wpa_sm::wpa_state
wpa_sm::txcb_flags
All items filtered out
eapol_txcb()
wpa_attach()
wpa_sm::txcb_flags
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