ESP-IDF
wps_rx_param
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_rx_param
wps_rx_param struct
Syntax
Show:
Summary
Declaration
from
esp_wps.c:40
struct
wps_rx_param
{
u8
sa
[
ETH_ALEN
]
;
u8
*
buf
;
int
len
;
STAILQ_ENTRY
(
wps_rx_param
)
bqentry
;
}
;
Fields
Field
Declared as
wps_rx_param::sa
u8
[
ETH_ALEN
]
wps_rx_param::buf
u8
*
wps_rx_param::len
int
wps_rx_param::bqentry
STAILQ_ENTRY
(
wps_rx_param
)
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wps_rx_param
{
esp_wps.c:40
STAILQ_ENTRY
(
wps_rx_param
)
bqentry
;
esp_wps.c:44
static
STAILQ_HEAD
(
,
wps_rx_param
)
s_wps_rxq
;
esp_wps.c:46
static
void
wps_rxq_enqueue
(
struct
wps_rx_param
*
param
)
esp_wps.c:87
wps_rxq_enqueue()
wps_rxq_enqueue()::param
static
struct
wps_rx_param
*
wps_rxq_dequeue
(
void
)
esp_wps.c:94
wps_rxq_dequeue()
struct
wps_rx_param
*
param
=
NULL
;
esp_wps.c:96
wps_rxq_dequeue()
struct
wps_rx_param
*
param
=
NULL
;
esp_wps.c:108
wps_rxq_deinit()
os_free
(
param
)
;
esp_wps.c:114
wps_rxq_deinit()
struct
wps_rx_param
*
param
=
NULL
;
esp_wps.c:171
wps_task()
os_free
(
param
)
;
esp_wps.c:175
wps_task()
struct
wps_rx_param
*
param
=
os_zalloc
(
sizeof
(
struct
wps_rx_param
)
)
;
/* free in task */
esp_wps.c:960
wps_sm_rx_eapol()
os_free
(
param
)
;
esp_wps.c:968
wps_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
wps_rxq_enqueue()::param
wps_rxq_enqueue()
esp_wps.c:87
return
wps_rxq_dequeue()
esp_wps.c:94
Lifecycle
from
examples
wps_rx_param
is allocated by 1 symbol and is freed by 3 symbols:
wps_sm_rx_eapol()
All items filtered out
wps_rx_param
wps_rxq_deinit()
wps_task()
wps_sm_rx_eapol()
All items filtered out