Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c1060 return sm->eapol->conf.erp_domain; in eapol_sm_get_erp_domain()
1206 os_free(dst->erp_domain); in eapol_auth_conf_clone()
1207 if (src->erp_domain) { in eapol_auth_conf_clone()
1208 dst->erp_domain = os_strdup(src->erp_domain); in eapol_auth_conf_clone()
1209 if (dst->erp_domain == NULL) in eapol_auth_conf_clone()
1212 dst->erp_domain = NULL; in eapol_auth_conf_clone()
1228 os_free(conf->erp_domain); in eapol_auth_conf_free()
1229 conf->erp_domain = NULL; in eapol_auth_conf_free()
H A Deapol_auth_sm.h25 char *erp_domain; /* a copy of this will be allocated */ member
/freebsd/contrib/wpa/src/radius/
H A Dradius_server.h54 const char *erp_domain; member
H A Dradius_server.c159 const char *erp_domain; member
2232 data->erp_domain = conf->erp_domain; in radius_server_init()
2568 return data->erp_domain; in radius_server_get_erp_domain()
/freebsd/contrib/wpa/src/ap/
H A Dauthsrv.c144 srv.erp_domain = conf->erp_domain; in hostapd_setup_radius_srv()
H A Dap_config.h341 char *erp_domain; member
H A Dieee802_11_shared.c985 if (hapd->conf->erp_domain) { in hostapd_eid_fils_indic()
H A Dieee802_1x.c2573 conf.erp_domain = hapd->conf->erp_domain; in ieee802_1x_init()
H A Dap_config.c828 os_free(conf->erp_domain); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2793 os_free(bss->erp_domain); in hostapd_config_fill()
2794 bss->erp_domain = os_strdup(pos); in hostapd_config_fill()