ESP-IDF
eap_ttls_data::pending_phase2_req
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
eap_ttls_data::pending_phase2_req
eap_ttls_data::pending_phase2_req field
Syntax
Show:
Summary
Declaration
from
eap_ttls.c:61
struct
wpabuf
*
pending_phase2_req
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
pending_phase2_req
;
eap_ttls.c:61
wpabuf_clear_free
(
data
->
pending_phase2_req
)
;
eap_ttls.c:149
eap_ttls_deinit()
wpabuf_clear_free
(
data
->
pending_phase2_req
)
;
eap_ttls.c:1282
eap_ttls_process_decrypted()
data
->
pending_phase2_req
=
wpabuf_dup
(
in_decrypted
)
;
eap_ttls.c:1283
eap_ttls_process_decrypted()
wpabuf_clear_free
(
data
->
pending_phase2_req
)
;
eap_ttls.c:1324
eap_ttls_implicit_identity_request()
data
->
pending_phase2_req
=
wpabuf_alloc
(
0
)
;
eap_ttls.c:1325
eap_ttls_implicit_identity_request()
if
(
data
->
pending_phase2_req
)
{
eap_ttls.c:1388
eap_ttls_decrypt()
in_decrypted
=
data
->
pending_phase2_req
;
eap_ttls.c:1394
eap_ttls_decrypt()
data
->
pending_phase2_req
=
NULL
;
eap_ttls.c:1395
eap_ttls_decrypt()
wpabuf_clear_free
(
data
->
pending_phase2_req
)
;
eap_ttls.c:1544
eap_ttls_process_handshake()
data
->
pending_phase2_req
=
*
out_data
;
eap_ttls.c:1545
eap_ttls_process_handshake()
wpabuf_clear_free
(
data
->
pending_phase2_req
)
;
eap_ttls.c:1653
eap_ttls_deinit_for_reauth()
data
->
pending_phase2_req
=
NULL
;
eap_ttls.c:1654
eap_ttls_deinit_for_reauth()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_ttls_data::pending_phase2_req
is written by 5 functions and is read by 6 functions:
eap_ttls_process_decrypted()
eap_ttls_implicit_identity_request()
eap_ttls_decrypt()
eap_ttls_process_handshake()
eap_ttls_deinit_for_reauth()
All items filtered out
eap_ttls_data::pending_phase2_req
eap_ttls_deinit()
eap_ttls_process_decrypted()
eap_ttls_implicit_identity_request()
eap_ttls_decrypt()
eap_ttls_process_handshake()
eap_ttls_deinit_for_reauth()
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