ESP-IDF
s_wps_api_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_api_lock
s_wps_api_lock variable
Syntax
Show:
Summary
Declaration
from
esp_wps.c:36
void
*
s_wps_api_lock
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
void
*
s_wps_api_lock
=
NULL
;
/* Used in WPS/WPS-REG public API only, never be freed */
esp_wps.c:36
extern
void
*
s_wps_api_lock
;
esp_hostpad_wps.c:32
API_MUTEX_TAKE
(
)
;
esp_hostpad_wps.c:217
esp_wifi_ap_wps_enable()
API_MUTEX_GIVE
(
)
;
esp_hostpad_wps.c:219
esp_wifi_ap_wps_enable()
API_MUTEX_TAKE
(
)
;
esp_hostpad_wps.c:260
esp_wifi_ap_wps_disable()
API_MUTEX_GIVE
(
)
;
esp_hostpad_wps.c:262
esp_wifi_ap_wps_disable()
API_MUTEX_GIVE
(
)
;
esp_hostpad_wps.c:278
wifi_ap_wps_start_internal()
API_MUTEX_TAKE
(
)
;
esp_hostpad_wps.c:320
esp_wifi_ap_wps_start()
API_MUTEX_GIVE
(
)
;
esp_hostpad_wps.c:322
esp_wifi_ap_wps_start()
API_MUTEX_TAKE
(
)
;
esp_wps.c:1891
esp_wifi_wps_enable()
API_MUTEX_GIVE
(
)
;
esp_wps.c:1899
esp_wifi_wps_enable()
API_MUTEX_GIVE
(
)
;
esp_wps.c:1906
esp_wifi_wps_enable()
API_MUTEX_GIVE
(
)
;
esp_wps.c:1913
esp_wifi_wps_enable()
API_MUTEX_GIVE
(
)
;
esp_wps.c:1919
esp_wifi_wps_enable()
API_MUTEX_TAKE
(
)
;
esp_wps.c:1988
esp_wifi_wps_disable()
API_MUTEX_GIVE
(
)
;
esp_wps.c:1992
esp_wifi_wps_disable()
API_MUTEX_GIVE
(
)
;
esp_wps.c:2017
esp_wifi_wps_disable()
API_MUTEX_TAKE
(
)
;
esp_wps.c:2028
esp_wifi_wps_start()
API_MUTEX_GIVE
(
)
;
esp_wps.c:2032
esp_wifi_wps_start()
API_MUTEX_GIVE
(
)
;
esp_wps.c:2037
esp_wifi_wps_start()
API_MUTEX_GIVE
(
)
;
esp_wps.c:2042
esp_wifi_wps_start()
API_MUTEX_GIVE
(
)
;
esp_wps.c:2052
esp_wifi_wps_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_wps_api_lock
is written by 6 functions and is read by 7 functions:
esp_wifi_wps_enable()
esp_wifi_wps_disable()
esp_wifi_wps_start()
esp_wifi_ap_wps_enable()
esp_wifi_ap_wps_disable()
esp_wifi_ap_wps_start()
All items filtered out
s_wps_api_lock
esp_wifi_wps_enable()
esp_wifi_wps_disable()
esp_wifi_wps_start()
esp_wifi_ap_wps_enable()
esp_wifi_ap_wps_disable()
wifi_ap_wps_start_internal()
esp_wifi_ap_wps_start()
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