ESP-IDF
wps_data::dev_password
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::dev_password
wps_data::dev_password field
Syntax
Show:
Summary
Declaration
from
wps_i.h:71
u8
*
dev_password
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
dev_password
;
wps_i.h:71
os_memcpy
(
evt
.
pin_code
,
sm
->
wps
->
dev_password
,
8
)
;
esp_hostpad_wps.c:88
wifi_ap_wps_init()
pin
=
gWpsSm
->
wps
->
dev_password
;
esp_hostpad_wps.c:297
wifi_ap_wps_start_internal()
os_memcpy
(
evt
.
pin_code
,
sm
->
wps
->
dev_password
,
8
)
;
esp_wps.c:1485
wifi_station_wps_init()
data
->
dev_password
=
os_memdup
(
cfg
->
pin
,
cfg
->
pin_len
)
;
wps.c:54
wps_init()
if
(
data
->
dev_password
==
NULL
)
{
wps.c:55
wps_init()
bin_clear_free
(
data
->
dev_password
,
data
->
dev_password_len
)
;
wps.c:93
wps_init()
data
->
dev_password
=
(
u8
*
)
os_strdup
(
"00000000"
)
;
wps.c:94
wps_init()
if
(
data
->
dev_password
==
NULL
)
{
wps.c:95
wps_init()
bin_clear_free
(
data
->
dev_password
,
data
->
dev_password_len
)
;
wps.c:183
wps_deinit()
if
(
wps
->
dev_password
==
NULL
)
{
wps_enrollee.c:178
wps_build_m3()
if
(
wps_derive_psk
(
wps
,
wps
->
dev_password
,
wps
->
dev_password_len
)
<
0
)
wps_enrollee.c:182
wps_build_m3()
bin_clear_free
(
wps
->
dev_password
,
wps
->
dev_password_len
)
;
wps_enrollee.c:980
wps_process_dev_pw_id()
wps
->
dev_password
=
wps
->
alt_dev_password
;
wps_enrollee.c:982
wps_process_dev_pw_id()
wps
->
dev_password
==
NULL
)
)
{
wps_enrollee.c:1022
wps_process_m2()
bin_clear_free
(
wps
->
dev_password
,
wps
->
dev_password_len
)
;
wps_registrar.c:1404
wps_get_dev_password()
wps
->
dev_password
=
NULL
;
wps_registrar.c:1405
wps_get_dev_password()
wps
->
dev_password
=
os_memdup
(
pin
,
pin_len
)
;
wps_registrar.c:1452
wps_get_dev_password()
if
(
wps
->
dev_password
==
NULL
)
wps_registrar.c:1453
wps_get_dev_password()
if
(
wps_derive_psk
(
wps
,
wps
->
dev_password
,
wps
->
dev_password_len
)
<
0
)
wps_registrar.c:2019
wps_build_m4()
wps
->
dev_password
,
wps
->
dev_password_len
)
;
wps_registrar.c:3386
wps_process_wsc_done()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::dev_password
is written by 3 functions and is read by 11 functions:
wps_init()
wps_process_dev_pw_id()
wps_get_dev_password()
All items filtered out
wps_data::dev_password
wps_init()
wps_deinit()
wps_build_m3()
wps_process_dev_pw_id()
wps_process_m2()
wifi_station_wps_init()
wifi_ap_wps_init()
wifi_ap_wps_start_internal()
wps_get_dev_password()
wps_build_m4()
wps_process_wsc_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