ESP-IDF
wps_sm_funcs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_sm_funcs
wps_sm_funcs struct
Syntax
Show:
Summary
Declaration
from
esp_wps_i.h:112
struct
wps_sm_funcs
{
void
(
*
wps_sm_notify_deauth
)
(
void
)
;
}
;
Fields
Field
Declared as
wps_sm_funcs::wps_sm_notify_deauth
void
(
*
)
(
void
)
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wps_sm_funcs
{
esp_wps_i.h:112
struct
wps_sm_funcs
*
wps_sm_cb
=
wps_get_wps_sm_cb
(
)
;
esp_wpa_main.c:310
wpa_sta_disconnected_cb()
static
struct
wps_sm_funcs
*
s_wps_sm_cb
=
NULL
;
esp_wps.c:48
s_wps_sm_cb
struct
wps_sm_funcs
*
wps_get_wps_sm_cb
(
void
)
esp_wps.c:1430
wps_get_wps_sm_cb()
s_wps_sm_cb
=
os_malloc
(
sizeof
(
struct
wps_sm_funcs
)
)
;
esp_wps.c:1516
wifi_station_wps_init()
os_free
(
s_wps_sm_cb
)
;
esp_wps.c:1596
wifi_station_wps_deinit()
struct
wps_sm_funcs
*
wps_get_wps_sm_cb
(
void
)
;
esp_wps_i.h:116
wps_get_wps_sm_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
return
wps_get_wps_sm_cb()
esp_wps_i.h:116
s_wps_sm_cb
esp_wps.c:48
return
wps_get_wps_sm_cb()
esp_wps.c:1430
Lifecycle
from
examples
wps_sm_funcs
is allocated by 1 symbol and is freed by 1 symbol:
wifi_station_wps_init()
All items filtered out
wps_sm_funcs
wifi_station_wps_deinit()
All items filtered out