ESP-IDF
wpa2_rx_param
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
wpa2_rx_param struct
Syntax
Show:
Summary
Declaration
from
esp_eap_client.c:149
struct
wpa2_rx_param
{
uint8_t
*
bssid
;
u8
sa
[
WPA_ADDR_LEN
]
;
u8
*
buf
;
int
len
;
STAILQ_ENTRY
(
wpa2_rx_param
)
bqentry
;
}
;
Fields
Field
Declared as
wpa2_rx_param::bssid
uint8_t
*
wpa2_rx_param::sa
u8
[
WPA_ADDR_LEN
]
wpa2_rx_param::buf
u8
*
wpa2_rx_param::len
int
wpa2_rx_param::bqentry
STAILQ_ENTRY
(
wpa2_rx_param
)
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wpa2_rx_param
{
esp_eap_client.c:149
STAILQ_ENTRY
(
wpa2_rx_param
)
bqentry
;
esp_eap_client.c:154
static
STAILQ_HEAD
(
,
wpa2_rx_param
)
s_wpa2_rxq
;
esp_eap_client.c:156
static
void
wpa2_rxq_enqueue
(
struct
wpa2_rx_param
*
param
)
esp_eap_client.c:165
wpa2_rxq_enqueue()
wpa2_rxq_enqueue()::param
static
struct
wpa2_rx_param
*
wpa2_rxq_dequeue
(
void
)
esp_eap_client.c:172
wpa2_rxq_dequeue()
struct
wpa2_rx_param
*
param
=
NULL
;
esp_eap_client.c:174
wpa2_rxq_dequeue()
struct
wpa2_rx_param
*
param
=
NULL
;
esp_eap_client.c:186
wpa2_rxq_deinit()
os_free
(
param
)
;
esp_eap_client.c:192
wpa2_rxq_deinit()
struct
wpa2_rx_param
*
param
=
NULL
;
esp_eap_client.c:226
wpa2_task()
os_free
(
param
)
;
esp_eap_client.c:231
wpa2_task()
struct
wpa2_rx_param
*
param
=
(
struct
wpa2_rx_param
*
)
os_zalloc
(
sizeof
(
struct
wpa2_rx_param
)
)
;
/* free in task */
esp_eap_client.c:462
eap_sm_rx_eapol()
os_free
(
param
)
;
esp_eap_client.c:470
eap_sm_rx_eapol()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
wpa2_rxq_enqueue()::param
wpa2_rxq_enqueue()
esp_eap_client.c:165
return
wpa2_rxq_dequeue()
esp_eap_client.c:172
Lifecycle
from
examples
wpa2_rx_param
is allocated by 1 symbol and is freed by 3 symbols:
eap_sm_rx_eapol()
All items filtered out
wpa2_rx_param
wpa2_rxq_deinit()
wpa2_task()
eap_sm_rx_eapol()
All items filtered out