Home
last modified time | relevance | path

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

/hostap-latest/src/eapol_auth/
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()
Deapol_auth_sm.h25 char *erp_domain; /* a copy of this will be allocated */ member
/hostap-latest/src/radius/
Dradius_server.h54 const char *erp_domain; member
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()
/hostap-latest/src/ap/
Dauthsrv.c144 srv.erp_domain = conf->erp_domain; in hostapd_setup_radius_srv()
Dap_config.h341 char *erp_domain; member
Dieee802_11_shared.c985 if (hapd->conf->erp_domain) { in hostapd_eid_fils_indic()
Dieee802_1x.c2573 conf.erp_domain = hapd->conf->erp_domain; in ieee802_1x_init()
Dap_config.c835 os_free(conf->erp_domain); in hostapd_config_free_bss()
/hostap-latest/tests/hwsim/
Dtest_erp.py105 def start_erp_as(erp_domain="example.com", msk_dump=None, tls13=False, argument
122 "erp_domain": erp_domain}
Dtest_fils.py1407 start_erp_as(erp_domain=realm,
/hostap-latest/hostapd/
Dconfig_file.c2818 os_free(bss->erp_domain); in hostapd_config_fill()
2819 bss->erp_domain = os_strdup(pos); in hostapd_config_fill()