ESP-IDF
s_wps_sm_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_sm_cb
s_wps_sm_cb variable
Syntax
Show:
Summary
Declaration
from
esp_wps.c:48
static
struct
wps_sm_funcs
*
s_wps_sm_cb
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
wps_sm_funcs
*
s_wps_sm_cb
=
NULL
;
esp_wps.c:48
return
s_wps_sm_cb
;
esp_wps.c:1432
wps_get_wps_sm_cb()
s_wps_sm_cb
=
os_malloc
(
sizeof
(
struct
wps_sm_funcs
)
)
;
esp_wps.c:1516
wifi_station_wps_init()
if
(
s_wps_sm_cb
==
NULL
)
{
esp_wps.c:1517
wifi_station_wps_init()
s_wps_sm_cb
->
wps_sm_notify_deauth
=
wps_sm_notify_deauth
;
esp_wps.c:1520
wifi_station_wps_init()
if
(
s_wps_sm_cb
)
{
esp_wps.c:1595
wifi_station_wps_deinit()
os_free
(
s_wps_sm_cb
)
;
esp_wps.c:1596
wifi_station_wps_deinit()
s_wps_sm_cb
=
NULL
;
esp_wps.c:1597
wifi_station_wps_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_wps_sm_cb
is written by 2 functions and is read by 3 functions:
wifi_station_wps_init()
wifi_station_wps_deinit()
All items filtered out
s_wps_sm_cb
wps_get_wps_sm_cb()
wifi_station_wps_init()
wifi_station_wps_deinit()
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