ESP-IDF
wps_reg_eloop_handler()
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_handler()
wps_reg_eloop_handler() function
Syntax
Show:
Summary
Declaration
from
esp_hostpad_wps.c:326
static
void
wps_reg_eloop_handler
(
void
*
eloop_ctx
,
void
*
user_ctx
)
;
Arguments
Argument
eloop_ctx
user_ctx
Examples
References
from
examples
Code
Location
Referrer
static
void
wps_reg_eloop_handler
(
void
*
eloop_ctx
,
void
*
user_ctx
)
esp_hostpad_wps.c:326
eloop_register_timeout
(
0
,
0
,
wps_reg_eloop_handler
,
(
void
*
)
&
sig
,
(
void
*
)
&
param
)
;
esp_hostpad_wps.c:369
wps_reg_eloop_post_block()
Call Tree
from
examples
wps_reg_eloop_handler()
calls 4 functions:
All items filtered out
wps_reg_eloop_handler()
wifi_osi_funcs_t::_semphr_give
wifi_ap_wps_disable_internal()
wifi_ap_wps_start_internal()
wifi_ap_wps_enable_internal()
All items filtered out
Data Use
from
examples
wps_reg_eloop_handler()
reads 6 variables and writes 2 variables:
wifi_funcs
wps_reg_sig_type::SIG_WPS_REG_ENABLE
wps_reg_sig_type::SIG_WPS_REG_DISABLE
wps_reg_sig_type::SIG_WPS_REG_START
wps_ioctl_param_t::arg
s_wps_api_sem
All items filtered out
wps_reg_eloop_handler()
wps_reg_eloop_post_block()
wps_ioctl_param_t::ret
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