ESP-IDF
wps_reg_eloop_post_block()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
wps_reg_eloop_post_block()
wps_reg_eloop_post_block() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_hostpad_wps.c:36
static
int
wps_reg_eloop_post_block
(
uint32_t
sig
,
void
*
arg
)
;
Implemented in
esp_hostpad_wps.c:354
Arguments
Argument
sig
arg
Examples
References
from
examples
Code
Location
Referrer
static
int
wps_reg_eloop_post_block
(
uint32_t
sig
,
void
*
arg
)
esp_hostpad_wps.c:354
static
int
wps_reg_eloop_post_block
(
uint32_t
sig
,
void
*
arg
)
;
esp_hostpad_wps.c:36
ret
=
wps_reg_eloop_post_block
(
SIG_WPS_REG_ENABLE
,
(
void
*
)
config
)
;
esp_hostpad_wps.c:218
esp_wifi_ap_wps_enable()
ret
=
wps_reg_eloop_post_block
(
SIG_WPS_REG_DISABLE
,
NULL
)
;
esp_hostpad_wps.c:261
esp_wifi_ap_wps_disable()
ret
=
wps_reg_eloop_post_block
(
SIG_WPS_REG_START
,
(
void
*
)
pin
)
;
esp_hostpad_wps.c:321
esp_wifi_ap_wps_start()
Call Tree
from
examples
wps_reg_eloop_post_block()
is called by 3 functions and calls 3 functions:
esp_wifi_ap_wps_enable()
esp_wifi_ap_wps_disable()
esp_wifi_ap_wps_start()
All items filtered out
wps_reg_eloop_post_block()
wifi_osi_funcs_t::_semphr_create
wifi_osi_funcs_t::_semphr_take
eloop_register_timeout()
All items filtered out
Data Use
from
examples
wps_reg_eloop_post_block()
reads 5 variables and writes 3 variables:
wifi_funcs
Boolean::TRUE
wps_ioctl_param_t::ret
s_wps_api_sem
wps_reg_eloop_handler()
All items filtered out
wps_reg_eloop_post_block()
wps_ioctl_param_t::arg
wps_ioctl_param_t::ret
s_wps_api_sem
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