ESP-IDF
+
0
/1 examples
SourceVu will show references to
blufi_recv_softap_passwd_evt_param::passwd
from the following samples and libraries:
blufi sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
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
blufi_recv_softap_passwd_evt_param::passwd
blufi_recv_softap_passwd_evt_param::passwd field
Password
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:205
uint8_t
*
passwd
;
Examples
blufi_recv_softap_passwd_evt_param::passwd
is referenced by 1 libraries and example projects:
blufi sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
*
passwd
;
/*!< Password */
esp_blufi_api.h:205
dst
->
softap_passwd
.
passwd
=
osi_malloc
(
src
->
softap_passwd
.
passwd_len
)
;
blufi_prf.c:498
btc_blufi_cb_deep_copy()
if
(
dst
->
softap_passwd
.
passwd
==
NULL
)
{
blufi_prf.c:499
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
softap_passwd
.
passwd
,
src
->
softap_passwd
.
passwd
,
src
->
softap_passwd
.
passwd_len
)
;
blufi_prf.c:502
btc_blufi_cb_deep_copy()
osi_free
(
param
->
softap_passwd
.
passwd
)
;
blufi_prf.c:574
btc_blufi_cb_deep_free()
param
.
softap_passwd
.
passwd
=
&
data
[
0
]
;
blufi_protocol.c:152
btc_blufi_protocol_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
blufi_recv_softap_passwd_evt_param::passwd
is written by 2 functions and is read by 2 functions:
btc_blufi_cb_deep_copy()
btc_blufi_protocol_handler()
All items filtered out
blufi_recv_softap_passwd_evt_param::passwd
btc_blufi_cb_deep_copy()
btc_blufi_cb_deep_free()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out