ESP-IDF
s_wps_sig_cnt
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_wps_sig_cnt
s_wps_sig_cnt variable
Syntax
Show:
Summary
Declaration
from
esp_wps.c:53
static
uint8_t
s_wps_sig_cnt
[
SIG_WPS_NUM
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
s_wps_sig_cnt
[
SIG_WPS_NUM
]
=
{
0
}
;
esp_wps.c:53
if
(
s_wps_sig_cnt
[
e
.
sig
]
)
{
esp_wps.c:134
wps_task()
s_wps_sig_cnt
[
e
.
sig
]
--
;
esp_wps.c:135
wps_task()
if
(
s_wps_sig_cnt
[
sig
]
)
{
esp_wps.c:227
wps_post()
s_wps_sig_cnt
[
sig
]
++
;
esp_wps.c:233
wps_post()
s_wps_sig_cnt
[
sig
]
--
;
esp_wps.c:241
wps_post()
os_bzero
(
s_wps_sig_cnt
,
SIG_WPS_NUM
)
;
esp_wps.c:1804
wps_task_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_wps_sig_cnt
is read by 3 functions:
All items filtered out
s_wps_sig_cnt
wps_task()
wps_post()
wps_task_init()
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