ESP-IDF
esp_blufi_extra_info_t::softap_passwd_len
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
esp_blufi_extra_info_t::softap_passwd_len
esp_blufi_extra_info_t::softap_passwd_len field
length of password of station interface
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:98
int
softap_passwd_len
;
Examples
References
from
examples
Code
Location
Referrer
int
softap_passwd_len
;
/*!< length of password of station interface */
esp_blufi_api.h:98
*
p
++
=
info
->
softap_passwd_len
;
blufi_prf.c:342
btc_blufi_wifi_conn_report()
memcpy
(
p
,
info
->
softap_passwd
,
info
->
softap_passwd_len
)
;
blufi_prf.c:343
btc_blufi_wifi_conn_report()
p
+=
info
->
softap_passwd_len
;
blufi_prf.c:344
btc_blufi_wifi_conn_report()
dst
->
wifi_conn_report
.
extra_info
->
softap_passwd
=
osi_malloc
(
src_info
->
softap_passwd_len
)
;
blufi_prf.c:758
btc_blufi_call_deep_copy()
memcpy
(
dst
->
wifi_conn_report
.
extra_info
->
softap_passwd
,
src_info
->
softap_passwd
,
src_info
->
softap_passwd_len
)
;
blufi_prf.c:760
btc_blufi_call_deep_copy()
dst
->
wifi_conn_report
.
extra_info
->
softap_passwd_len
=
src_info
->
softap_passwd_len
;
blufi_prf.c:761
btc_blufi_call_deep_copy()
dst
->
wifi_conn_report
.
extra_info_len
+=
(
dst
->
wifi_conn_report
.
extra_info
->
softap_passwd_len
+
2
)
;
blufi_prf.c:762
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::softap_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::softap_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