ESP-IDF
wps_funcs
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
wps_funcs
wps_funcs struct
Syntax
Show:
Summary
Declaration
from
esp_wifi_driver.h:158
struct
wps_funcs
{
bool
(
*
wps_parse_scan_result
)
(
struct
wps_scan_ie
*
scan
)
;
int
(
*
wifi_station_wps_start
)
(
void
)
;
int
(
*
wps_sm_rx_eapol
)
(
u8
*
src_addr
,
u8
*
buf
,
u32
len
)
;
int
(
*
wps_start_pending
)
(
void
)
;
}
;
Fields
Field
Declared as
wps_funcs::wps_parse_scan_result
bool
(
*
)
(
struct
wps_scan_ie
*
scan
)
wps_funcs::wifi_station_wps_start
int
(
*
)
(
void
)
wps_funcs::wps_sm_rx_eapol
int
(
*
)
(
u8
*
src_addr
,
u8
*
buf
,
u32
len
)
wps_funcs::wps_start_pending
int
(
*
)
(
void
)
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wps_funcs
{
esp_wifi_driver.h:158
int
esp_wifi_set_wps_cb_internal
(
struct
wps_funcs
*
wps_cb
)
;
esp_wifi_driver.h:269
esp_wifi_set_wps_cb_internal()
esp_wifi_set_wps_cb_internal()::wps_cb
struct
wps_funcs
*
wps_cb
;
esp_wps.c:1437
wifi_station_wps_init()
wps_cb
=
os_malloc
(
sizeof
(
struct
wps_funcs
)
)
;
esp_wps.c:1506
wifi_station_wps_init()
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
esp_wifi_set_wps_cb_internal()::wps_cb
esp_wifi_set_wps_cb_internal()
esp_wifi_driver.h:269
Lifecycle
from
examples
wps_funcs
is allocated by 1 symbol:
wifi_station_wps_init()
All items filtered out
wps_funcs
All items filtered out