ESP-IDF
wpa_alloc_eapol()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_alloc_eapol()
wpa_alloc_eapol() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_wpas_glue.h:25
u8
*
wpa_alloc_eapol
(
void
*
sm
,
u8
type
,
const
void
*
data
,
u16
data_len
,
size_t
*
msg_len
,
void
*
*
data_pos
)
;
Implemented in
esp_wpas_glue.c:17
Arguments
Argument
sm
type
data
data_len
msg_len
data_pos
Examples
References
from
examples
Code
Location
Referrer
u8
*
wpa_alloc_eapol
(
void
*
sm
,
u8
type
,
esp_wpas_glue.c:17
u8
*
wpa_alloc_eapol
(
void
*
sm
,
u8
type
,
esp_wpas_glue.h:25
outbuf
=
wpa_alloc_eapol
(
sm
,
IEEE802_1X_TYPE_EAP_PACKET
,
esp_eap_client.c:312
eap_sm_send_eapol()
buf
=
wpa_alloc_eapol
(
sm
,
IEEE802_1X_TYPE_EAPOL_START
,
(
u8
*
)
""
,
0
,
&
len
,
NULL
)
;
esp_eap_client.c:641
wpa2_start_eapol_internal()
return
wpa_alloc_eapol
(
sm
,
type
,
data
,
data_len
,
msg_len
,
data_pos
)
;
esp_wpas_glue.c:133
wpa_sm_alloc_eapol()
return
wpa_alloc_eapol
(
sm
,
type
,
data
,
data_len
,
msg_len
,
data_pos
)
;
esp_wps.c:275
wps_sm_alloc_eapol()
Call Tree
from
examples
wpa_alloc_eapol()
is called by 4 functions and calls 1 function:
wpa_sm_alloc_eapol()
eap_sm_send_eapol()
wpa2_start_eapol_internal()
wps_sm_alloc_eapol()
All items filtered out
wpa_alloc_eapol()
malloc()
All items filtered out
Data Use
from
examples
wpa_alloc_eapol()
writes 3 variables:
All items filtered out
wpa_alloc_eapol()
ieee802_1x_hdr::version
ieee802_1x_hdr::type
ieee802_1x_hdr::length
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