Home
last modified time | relevance | path

Searched refs:erp_domain (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c1045 return sm->eapol->conf.erp_domain; in eapol_sm_get_erp_domain()
1191 os_free(dst->erp_domain); in eapol_auth_conf_clone()
1192 if (src->erp_domain) { in eapol_auth_conf_clone()
1193 dst->erp_domain = os_strdup(src->erp_domain); in eapol_auth_conf_clone()
1194 if (dst->erp_domain == NULL) in eapol_auth_conf_clone()
1197 dst->erp_domain = NULL; in eapol_auth_conf_clone()
1213 os_free(conf->erp_domain); in eapol_auth_conf_free()
1214 conf->erp_domain = NULL; in eapol_auth_conf_free()
Deapol_auth_sm.h25 char *erp_domain; /* a copy of this will be allocated */ member