ESP-IDF
esp_blufi_extra_info_t::softap_passwd
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
esp_blufi_extra_info_t::softap_passwd
esp_blufi_extra_info_t::softap_passwd field
password of station interface
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:97
uint8_t
*
softap_passwd
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
softap_passwd
;
/*!< password of station interface */
esp_blufi_api.h:97
if
(
info
->
softap_passwd
)
{
blufi_prf.c:340
btc_blufi_wifi_conn_report()
memcpy
(
p
,
info
->
softap_passwd
,
info
->
softap_passwd_len
)
;
blufi_prf.c:343
btc_blufi_wifi_conn_report()
if
(
src_info
->
softap_passwd
)
{
blufi_prf.c:757
btc_blufi_call_deep_copy()
dst
->
wifi_conn_report
.
extra_info
->
softap_passwd
=
osi_malloc
(
src_info
->
softap_passwd_len
)
;
blufi_prf.c:758
btc_blufi_call_deep_copy()
if
(
dst
->
wifi_conn_report
.
extra_info
->
softap_passwd
)
{
blufi_prf.c:759
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()
if
(
info
->
softap_passwd
)
{
blufi_prf.c:853
btc_blufi_call_deep_free()
osi_free
(
info
->
softap_passwd
)
;
blufi_prf.c:854
btc_blufi_call_deep_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_blufi_extra_info_t::softap_passwd
is written by 1 function and is read by 3 functions:
btc_blufi_call_deep_copy()
All items filtered out
esp_blufi_extra_info_t::softap_passwd
btc_blufi_wifi_conn_report()
btc_blufi_call_deep_copy()
btc_blufi_call_deep_free()
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