ESP-IDF
eapol_auth_config::erp_domain
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eapol_auth_config::erp_domain
eapol_auth_config::erp_domain field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm.h:25
char
*
erp_domain
;
Examples
References
from
examples
Code
Location
Referrer
char
*
erp_domain
;
/* a copy of this will be allocated */
eapol_auth_sm.h:25
return
sm
->
eapol
->
conf
.
erp_domain
;
eapol_auth_sm.c:1045
eapol_sm_get_erp_domain()
os_free
(
dst
->
erp_domain
)
;
eapol_auth_sm.c:1191
eapol_auth_conf_clone()
if
(
src
->
erp_domain
)
{
eapol_auth_sm.c:1192
eapol_auth_conf_clone()
dst
->
erp_domain
=
os_strdup
(
src
->
erp_domain
)
;
eapol_auth_sm.c:1193
eapol_auth_conf_clone()
if
(
dst
->
erp_domain
==
NULL
)
eapol_auth_sm.c:1194
eapol_auth_conf_clone()
dst
->
erp_domain
=
NULL
;
eapol_auth_sm.c:1197
eapol_auth_conf_clone()
os_free
(
conf
->
erp_domain
)
;
eapol_auth_sm.c:1213
eapol_auth_conf_free()
conf
->
erp_domain
=
NULL
;
eapol_auth_sm.c:1214
eapol_auth_conf_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_auth_config::erp_domain
is written by 2 functions and is read by 3 functions:
eapol_auth_conf_clone()
eapol_auth_conf_free()
All items filtered out
eapol_auth_config::erp_domain
eapol_sm_get_erp_domain()
eapol_auth_conf_clone()
eapol_auth_conf_free()
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