ESP-IDF
WIFI_PROV_SET_STA_CONFIG
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
WIFI_PROV_SET_STA_CONFIG
WIFI_PROV_SET_STA_CONFIG value
Emitted before accepting the wifi credentials to set the wifi configurations according to requirement. NOTE - In this case event_data shall be populated with a pointer to `wifi_config_t`.
Syntax
Show:
Summary
Declaration
from
manager.h:44
WIFI_PROV_SET_STA_CONFIG
;
Examples
References
from
examples
Code
Location
Referrer
WIFI_PROV_SET_STA_CONFIG
,
manager.h:44
execute_event_cb
(
WIFI_PROV_SET_STA_CONFIG
,
(
void
*
)
wifi_cfg
,
sizeof
(
wifi_config_t
)
)
;
manager.c:1283
wifi_prov_mgr_configure_sta()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WIFI_PROV_SET_STA_CONFIG
is read by 1 function:
All items filtered out
WIFI_PROV_SET_STA_CONFIG
wifi_prov_mgr_configure_sta()
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