ESP-IDF
wps_set_factory_info()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_set_factory_info()
wps_set_factory_info() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_wps_i.h:111
int
wps_set_factory_info
(
const
esp_wps_config_t
*
config
)
;
Implemented in
esp_wps.c:1142
Arguments
Argument
config
Related Functions
Found 6 other functions taking a
esp_wps_config_t
argument:
Function
Description
esp_wifi_wps_enable()
Enable Wi-Fi WPS function.
esp_wifi_ap_wps_enable()
Enable Wi-Fi AP WPS function. @attention WPS can only be used when softAP is enabled.
wifi_wps_enable_internal()
wifi_station_wps_init()
wifi_ap_wps_init()
wifi_ap_wps_enable_internal()
Examples
References
from
examples
Code
Location
Referrer
int
wps_set_factory_info
(
const
esp_wps_config_t
*
config
)
esp_wps.c:1142
int
wps_set_factory_info
(
const
esp_wps_config_t
*
config
)
;
esp_wps_i.h:111
if
(
wps_set_factory_info
(
config
)
!=
ESP_OK
)
{
esp_hostpad_wps.c:185
wifi_ap_wps_enable_internal()
ret
=
wps_set_factory_info
(
config
)
;
esp_wps.c:1944
wifi_wps_enable_internal()
Call Tree
from
examples
wps_set_factory_info()
is called by 2 functions and calls 1 function:
wifi_wps_enable_internal()
wifi_ap_wps_enable_internal()
All items filtered out
wps_set_factory_info()
wps_set_default_factory()
All items filtered out
Data Use
from
examples
wps_set_factory_info()
reads 6 variables:
wps_factory_information_t::manufacturer
wps_factory_information_t::model_number
wps_factory_information_t::model_name
wps_factory_information_t::device_name
esp_wps_config_t::factory_info
s_factory_info
All items filtered out
wps_set_factory_info()
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