ESP-IDF
wpa2_rx_param::buf
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
wpa2_rx_param::buf
wpa2_rx_param::buf field
Syntax
Show:
Summary
Declaration
from
esp_eap_client.c:152
u8
*
buf
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
buf
;
esp_eap_client.c:152
os_free
(
param
->
buf
)
;
esp_eap_client.c:191
wpa2_rxq_deinit()
eap_sm_rx_eapol_internal
(
param
->
sa
,
param
->
buf
,
param
->
len
,
param
->
bssid
)
;
esp_eap_client.c:229
wpa2_task()
os_free
(
param
->
buf
)
;
esp_eap_client.c:230
wpa2_task()
param
->
buf
=
(
u8
*
)
os_zalloc
(
len
)
;
/* free in task */
esp_eap_client.c:468
eap_sm_rx_eapol()
if
(
!
param
->
buf
)
{
esp_eap_client.c:469
eap_sm_rx_eapol()
memcpy
(
param
->
buf
,
buf
,
len
)
;
esp_eap_client.c:474
eap_sm_rx_eapol()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa2_rx_param::buf
is written by 1 function and is read by 3 functions:
eap_sm_rx_eapol()
All items filtered out
wpa2_rx_param::buf
wpa2_rxq_deinit()
wpa2_task()
eap_sm_rx_eapol()
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