ESP-IDF
wpa_config_blob::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
wpa_config_blob::data
wpa_config_blob::data field
data - Pointer to binary data
Syntax
Show:
Summary
Declaration
from
eap_config.h:426
const
u8
*
data
;
Examples
References
from
examples
Code
Location
Referrer
const
u8
*
data
;
eap_config.h:426
sm
->
blob
[
0
]
.
data
=
g_wpa_client_cert
;
eap.c:678
eap_peer_blob_init()
sm
->
blob
[
1
]
.
data
=
g_wpa_private_key
;
eap.c:689
eap_peer_blob_init()
sm
->
blob
[
2
]
.
data
=
g_wpa_ca_cert
;
eap.c:700
eap_peer_blob_init()
sm
->
blob
[
3
]
.
data
=
g_wpa_pac_file
;
eap.c:711
eap_peer_blob_init()
if
(
eap_copy_buf
(
(
u8
*
*
)
&
sm
->
blob
[
3
]
.
data
,
(
size_t
*
)
&
sm
->
blob
[
3
]
.
len
,
blob
->
data
,
blob
->
len
)
<
0
)
{
eap.c:953
eap_set_config_blob()
rc
->
pos
=
(
char
*
)
blob
->
data
;
eap_fast_pac.c:274
eap_fast_init_pac_data()
rc
->
end
=
(
char
*
)
blob
->
data
+
blob
->
len
;
eap_fast_pac.c:275
eap_fast_init_pac_data()
blob
->
data
=
(
u8
*
)
buf
;
eap_fast_pac.c:546
eap_fast_write_pac()
buf
=
(
u8
*
)
blob
->
data
;
eap_fast_pac.c:775
eap_fast_load_pac_bin()
buf
=
(
u8
*
)
sm
->
blob
[
3
]
.
data
;
//(u8 *) os_readfile(pac_file, &len);
eap_fast_pac.c:778
eap_fast_load_pac_bin()
*
data
=
blob
->
data
;
eap_tls_common.c:47
eap_tls_check_blob()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_config_blob::data
is written by 2 functions and is read by 4 functions:
eap_peer_blob_init()
eap_fast_write_pac()
All items filtered out
wpa_config_blob::data
eap_set_config_blob()
eap_tls_check_blob()
eap_fast_init_pac_data()
eap_fast_load_pac_bin()
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