ESP-IDF
wps_post_block()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_post_block()
wps_post_block() function
Syntax
Show:
Summary
Declaration
from
esp_wps.c:1831
int
wps_post_block
(
uint32_t
sig
,
void
*
arg
)
;
Arguments
Argument
sig
arg
Examples
References
from
examples
Code
Location
Referrer
int
wps_post_block
(
uint32_t
sig
,
void
*
arg
)
esp_wps.c:1831
ret
=
wps_post_block
(
SIG_WPS_ENABLE
,
(
esp_wps_config_t
*
)
config
)
;
esp_wps.c:1910
esp_wifi_wps_enable()
ret
=
wps_post_block
(
SIG_WPS_DISABLE
,
0
)
;
esp_wps.c:2001
esp_wifi_wps_disable()
wps_post_block
(
SIG_WPS_START
,
0
)
;
esp_wps.c:2048
esp_wifi_wps_start()
Call Tree
from
examples
wps_post_block()
is called by 3 functions and calls 2 functions:
esp_wifi_wps_enable()
esp_wifi_wps_disable()
esp_wifi_wps_start()
All items filtered out
wps_post_block()
wifi_osi_funcs_t::_semphr_take
wps_post()
All items filtered out
Data Use
from
examples
wps_post_block()
reads 4 variables and writes 2 variables:
wifi_funcs
Boolean::TRUE
wps_ioctl_param_t::ret
s_wps_api_sem
All items filtered out
wps_post_block()
wps_ioctl_param_t::arg
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