ESP-IDF
eap_peap_data::phase2_auth
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_peap_data::phase2_auth
eap_peap_data::phase2_auth field
Syntax
Show:
Summary
Declaration
from
eap_peap.c:70
enum
{
NO_AUTH
,
FOR_INITIAL
,
ALWAYS
}
phase2_auth
;
Examples
References
from
examples
Code
Location
Referrer
enum
{
NO_AUTH
,
FOR_INITIAL
,
ALWAYS
}
phase2_auth
;
eap_peap.c:70
data
->
phase2_auth
=
NO_AUTH
;
eap_peap.c:129
eap_peap_parse_phase1()
data
->
phase2_auth
=
FOR_INITIAL
;
eap_peap.c:133
eap_peap_parse_phase1()
data
->
phase2_auth
=
ALWAYS
;
eap_peap.c:137
eap_peap_parse_phase1()
data
->
phase2_auth
=
FOR_INITIAL
;
eap_peap.c:172
eap_peap_init()
if
(
(
data
->
phase2_auth
==
ALWAYS
||
eap_peap.c:481
peap_phase2_sufficient()
(
data
->
phase2_auth
==
FOR_INITIAL
&&
eap_peap.c:482
peap_phase2_sufficient()
data
->
phase2_success
&&
data
->
phase2_auth
!=
ALWAYS
;
eap_peap.c:1312
eap_peap_has_reauth_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_peap_data::phase2_auth
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::phase2_auth
peap_phase2_sufficient()
eap_peap_has_reauth_data()
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