ESP-IDF
wps_data::use_cred
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_data::use_cred
wps_data::use_cred field
Syntax
Show:
Summary
Declaration
from
wps_i.h:121
struct
wps_credential
*
use_cred
;
Examples
References
from
examples
Code
Location
Referrer
struct
wps_credential
*
use_cred
;
wps_i.h:121
wps_data
->
use_cred
=
os_malloc
(
sizeof
(
struct
wps_credential
)
)
;
wps_hostapd.c:532
hostapd_wps_config_ap()
if
(
!
wps_data
->
use_cred
)
{
wps_hostapd.c:533
hostapd_wps_config_ap()
os_memcpy
(
wps_data
->
use_cred
,
&
cred
,
sizeof
(
struct
wps_credential
)
)
;
wps_hostapd.c:537
hostapd_wps_config_ap()
if
(
wps
->
use_cred
)
{
wps_registrar.c:1648
wps_build_cred()
os_memcpy
(
&
wps
->
cred
,
wps
->
use_cred
,
sizeof
(
wps
->
cred
)
)
;
wps_registrar.c:1649
wps_build_cred()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::use_cred
is written by 1 function and is read by 2 functions:
hostapd_wps_config_ap()
All items filtered out
wps_data::use_cred
hostapd_wps_config_ap()
wps_build_cred()
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