ESP-IDF
eap_method_type::method
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
eap_method_type::method
eap_method_type::method field
Syntax
Show:
Summary
Declaration
from
eap.h:19
EapType
method
;
Examples
References
from
examples
Code
Location
Referrer
EapType
method
;
eap.h:19
m
[
i
]
.
method
!=
EAP_TYPE_NONE
;
i
++
)
{
eap.c:123
eap_config_allowed_method()
if
(
m
[
i
]
.
vendor
==
vendor
&&
m
[
i
]
.
method
==
method
)
eap.c:124
eap_config_allowed_method()
buf
[
*
count
]
.
method
=
method
;
eap.c:205
eap_get_phase2_types()
config_methods
[
allowed_method_count
++
]
.
method
=
EAP_TYPE_PEAP
;
eap.c:622
eap_peer_config_init()
config_methods
[
allowed_method_count
++
]
.
method
=
EAP_TYPE_TTLS
;
eap.c:625
eap_peer_config_init()
config_methods
[
allowed_method_count
++
]
.
method
=
EAP_TYPE_TLS
;
eap.c:630
eap_peer_config_init()
config_methods
[
allowed_method_count
++
]
.
method
=
EAP_TYPE_FAST
;
eap.c:636
eap_peer_config_init()
config_methods
[
allowed_method_count
++
]
.
method
=
EAP_TYPE_NONE
;
eap.c:641
eap_peer_config_init()
data
->
phase2_type
.
method
=
EAP_TYPE_NONE
;
eap_fast.c:170
eap_fast_init()
data
->
phase2_type
.
method
)
;
eap_fast.c:348
eap_fast_init_phase2_method()
data
->
phase2_types
[
i
]
.
method
!=
type
)
eap_fast.c:394
eap_fast_select_phase2_method()
data
->
phase2_type
.
method
=
data
->
phase2_types
[
i
]
.
method
;
eap_fast.c:398
eap_fast_select_phase2_method()
if
(
type
!=
data
->
phase2_type
.
method
||
type
==
EAP_TYPE_NONE
)
eap_fast.c:406
eap_fast_select_phase2_method()
*
pos
!=
data
->
phase2_type
.
method
)
{
eap_fast.c:438
eap_fast_phase2_request()
data
->
phase2_type
.
method
=
EAP_TYPE_NONE
;
eap_fast.c:445
eap_fast_phase2_request()
data
->
phase2_type
.
method
==
EAP_TYPE_NONE
&&
eap_fast.c:449
eap_fast_phase2_request()
data
->
phase2_type
.
method
=
EAP_TYPE_NONE
;
eap_peap.c:188
eap_peap_init()
data
->
phase2_type
.
method
==
EAP_TYPE_NONE
)
{
eap_peap.c:737
eap_peap_phase2_request()
data
->
phase2_types
[
i
]
.
method
!=
*
pos
)
eap_peap.c:742
eap_peap_phase2_request()
data
->
phase2_type
.
method
=
eap_peap.c:747
eap_peap_phase2_request()
data
->
phase2_types
[
i
]
.
method
;
eap_peap.c:748
eap_peap_phase2_request()
if
(
*
pos
!=
data
->
phase2_type
.
method
||
eap_peap.c:756
eap_peap_phase2_request()
data
->
phase2_type
.
method
)
;
eap_peap.c:768
eap_peap_phase2_request()
methods
[
num_methods
-
1
]
.
method
=
method
;
eap_tls_common.c:1029
eap_peer_select_phase2_methods()
types
[
i
]
.
method
<
256
)
eap_tls_common.c:1081
eap_peer_tls_phase2_nak()
wpabuf_put_u8
(
*
resp
,
types
[
i
]
.
method
)
;
eap_tls_common.c:1082
eap_peer_tls_phase2_nak()
data
->
phase2_eap_type
.
method
=
EAP_TYPE_NONE
;
eap_ttls.c:106
eap_ttls_init()
data
->
phase2_eap_types
[
i
]
.
method
!=
method
)
eap_ttls.c:280
eap_ttls_phase2_select_eap_method()
data
->
phase2_eap_type
.
method
=
eap_ttls.c:285
eap_ttls_phase2_select_eap_method()
data
->
phase2_eap_types
[
i
]
.
method
;
eap_ttls.c:286
eap_ttls_phase2_select_eap_method()
data
->
phase2_eap_type
.
method
==
EAP_TYPE_NONE
)
eap_ttls.c:365
eap_ttls_phase2_request_eap_method()
method
!=
data
->
phase2_eap_type
.
method
||
eap_ttls.c:369
eap_ttls_phase2_request_eap_method()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_method_type::method
is written by 10 functions and is read by 8 functions:
eap_get_phase2_types()
eap_peer_config_init()
eap_peap_init()
eap_peap_phase2_request()
eap_peer_select_phase2_methods()
eap_ttls_init()
eap_ttls_phase2_select_eap_method()
eap_fast_init()
eap_fast_select_phase2_method()
eap_fast_phase2_request()
All items filtered out
eap_method_type::method
eap_config_allowed_method()
eap_peap_phase2_request()
eap_peer_tls_phase2_nak()
eap_ttls_phase2_select_eap_method()
eap_ttls_phase2_request_eap_method()
eap_fast_init_phase2_method()
eap_fast_select_phase2_method()
eap_fast_phase2_request()
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