ESP-IDF
wifi_wps_scan()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wifi_wps_scan()
wifi_wps_scan() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_wps.c:58
void
wifi_wps_scan
(
void
*
data
,
void
*
user_ctx
)
;
Implemented in
esp_wps.c:1687
Arguments
Argument
data
user_ctx
Examples
References
from
examples
Code
Location
Referrer
void
wifi_wps_scan
(
void
*
data
,
void
*
user_ctx
)
esp_wps.c:1687
void
wifi_wps_scan
(
void
*
data
,
void
*
user_ctx
)
;
esp_wps.c:58
wifi_wps_scan
(
NULL
,
NULL
)
;
esp_wps.c:1108
wps_sm_rx_eapol_internal()
wifi_wps_scan
(
NULL
,
NULL
)
;
esp_wps.c:1324
wifi_station_wps_msg_timeout_internal()
eloop_cancel_timeout
(
wifi_wps_scan
,
NULL
,
NULL
)
;
esp_wps.c:1503
wifi_station_wps_init()
eloop_cancel_timeout
(
wifi_wps_scan
,
NULL
,
NULL
)
;
esp_wps.c:1561
wps_delete_timer()
eloop_cancel_timeout
(
wifi_wps_scan
,
NULL
,
NULL
)
;
esp_wps.c:1667
wifi_wps_scan_done()
eloop_register_timeout
(
2
,
0
,
wifi_wps_scan
,
NULL
,
NULL
)
;
esp_wps.c:1668
wifi_wps_scan_done()
wifi_wps_scan
(
NULL
,
NULL
)
;
esp_wps.c:1726
wifi_station_wps_start()
Call Tree
from
examples
wifi_wps_scan()
is called by 3 functions and calls 1 function:
wps_sm_rx_eapol_internal()
wifi_station_wps_msg_timeout_internal()
wifi_station_wps_start()
All items filtered out
wifi_wps_scan()
wps_post()
All items filtered out
Data Use
from
examples
wifi_wps_scan()
reads 1 variable and writes 3 variables:
wps_sig_type::SIG_WPS_TIMER_SCAN
All items filtered out
wifi_wps_scan()
wifi_station_wps_init()
wps_delete_timer()
wifi_wps_scan_done()
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