ESP-IDF
wps_model_number
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_model_number
wps_model_number variable
Syntax
Show:
Summary
Declaration
from
esp_wps.c:34
const
char
*
wps_model_number
=
CONFIG_IDF_TARGET
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
wps_model_number
=
CONFIG_IDF_TARGET
;
esp_wps.c:34
os_snprintf
(
s_factory_info
->
model_number
,
WPS_MAX_MODEL_NAME_LEN
,
wps_model_number
)
;
esp_wps.c:1136
wps_set_default_factory()
os_snprintf
(
s_factory_info
->
device_name
,
WPS_MAX_DEVICE_NAME_LEN
,
"%s STATION"
,
wps_model_number
)
;
esp_wps.c:1137
wps_set_default_factory()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_model_number
is read by 1 function:
All items filtered out
wps_model_number
wps_set_default_factory()
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