ESP-IDF
wps_credential::key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_credential::key
wps_credential::key field
Syntax
Show:
Summary
Declaration
from
wps.h:53
u8
key
[
64
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
key
[
64
]
;
wps.h:53
os_memcpy
(
config
->
sta
.
password
,
sm
->
creds
[
0
]
.
key
,
sm
->
creds
[
0
]
.
key_len
)
;
esp_wps.c:845
wps_finish()
os_memcpy
(
evt
.
ap_cred
[
i
]
.
passphrase
,
sm
->
creds
[
i
]
.
key
,
sm
->
creds
[
i
]
.
key_len
)
;
esp_wps.c:1352
wifi_station_wps_success_internal()
if
(
key_len
<=
sizeof
(
cred
->
key
)
)
{
wps_attr_process.c:186
wps_process_cred_network_key()
os_memcpy
(
cred
->
key
,
key
,
key_len
)
;
wps_attr_process.c:187
wps_process_cred_network_key()
cred
->
key
[
cred
->
key_len
-
1
]
==
0
)
{
wps_attr_process.c:215
wps_workaround_cred_key()
(
cred
->
key_len
<
8
||
has_ctrl_char
(
cred
->
key
,
cred
->
key_len
)
)
)
{
wps_attr_process.c:236
wps_workaround_cred_key()
memcpy
(
cred
.
key
,
hapd
->
conf
->
ssid
.
wpa_passphrase
,
cred
.
key_len
)
;
wps_hostapd.c:530
hostapd_wps_config_ap()
wpabuf_put_data
(
msg
,
cred
->
key
,
cred
->
key_len
)
;
wps_registrar.c:1597
wps_build_cred_network_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_credential::key
is read by 6 functions:
All items filtered out
wps_credential::key
wps_process_cred_network_key()
wps_workaround_cred_key()
wps_finish()
wifi_station_wps_success_internal()
hostapd_wps_config_ap()
wps_build_cred_network_key()
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