ESP-IDF
esp_blufi_extra_info_t::sta_passwd_len
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
esp_blufi_extra_info_t::sta_passwd_len
esp_blufi_extra_info_t::sta_passwd_len field
length of password of station interface
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:94
int
sta_passwd_len
;
Examples
References
from
examples
Code
Location
Referrer
int
sta_passwd_len
;
/*!< length of password of station interface */
esp_blufi_api.h:94
*
p
++
=
info
->
sta_passwd_len
;
blufi_prf.c:330
btc_blufi_wifi_conn_report()
memcpy
(
p
,
info
->
sta_passwd
,
info
->
sta_passwd_len
)
;
blufi_prf.c:331
btc_blufi_wifi_conn_report()
p
+=
info
->
sta_passwd_len
;
blufi_prf.c:332
btc_blufi_wifi_conn_report()
dst
->
wifi_conn_report
.
extra_info
->
sta_passwd
=
osi_malloc
(
src_info
->
sta_passwd_len
)
;
blufi_prf.c:736
btc_blufi_call_deep_copy()
memcpy
(
dst
->
wifi_conn_report
.
extra_info
->
sta_passwd
,
src_info
->
sta_passwd
,
src_info
->
sta_passwd_len
)
;
blufi_prf.c:738
btc_blufi_call_deep_copy()
dst
->
wifi_conn_report
.
extra_info
->
sta_passwd_len
=
src_info
->
sta_passwd_len
;
blufi_prf.c:739
btc_blufi_call_deep_copy()
dst
->
wifi_conn_report
.
extra_info_len
+=
(
dst
->
wifi_conn_report
.
extra_info
->
sta_passwd_len
+
2
)
;
blufi_prf.c:740
btc_blufi_call_deep_copy()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_blufi_extra_info_t::sta_passwd_len
is written by 1 function and is read by 2 functions:
btc_blufi_call_deep_copy()
All items filtered out
esp_blufi_extra_info_t::sta_passwd_len
btc_blufi_wifi_conn_report()
btc_blufi_call_deep_copy()
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