ESP-IDF
eap_peap_data::crypto_binding
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_peap_data::crypto_binding
eap_peap_data::crypto_binding field
Syntax
Show:
Summary
Declaration
from
eap_peap.c:63
enum
{
NO_BINDING
,
OPTIONAL_BINDING
,
REQUIRE_BINDING
}
crypto_binding
;
Examples
References
from
examples
Code
Location
Referrer
enum
{
NO_BINDING
,
OPTIONAL_BINDING
,
REQUIRE_BINDING
}
crypto_binding
;
eap_peap.c:63
data
->
crypto_binding
=
NO_BINDING
;
eap_peap.c:118
eap_peap_parse_phase1()
data
->
crypto_binding
=
OPTIONAL_BINDING
;
eap_peap.c:121
eap_peap_parse_phase1()
data
->
crypto_binding
=
REQUIRE_BINDING
;
eap_peap.c:124
eap_peap_parse_phase1()
data
->
crypto_binding
=
OPTIONAL_BINDING
;
eap_peap.c:171
eap_peap_init()
if
(
data
->
crypto_binding
==
NO_BINDING
)
eap_peap.c:392
eap_tlv_build_result()
if
(
crypto_tlv
&&
data
->
crypto_binding
!=
NO_BINDING
)
{
eap_peap.c:571
eap_tlv_process()
}
else
if
(
!
crypto_tlv
&&
data
->
crypto_binding
==
REQUIRE_BINDING
)
{
eap_peap.c:583
eap_tlv_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_peap_data::crypto_binding
is written by 2 functions and is read by 2 functions:
eap_peap_parse_phase1()
eap_peap_init()
All items filtered out
eap_peap_data::crypto_binding
eap_tlv_build_result()
eap_tlv_process()
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