Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
Deapol_auth_sm.c1048 return sm->eapol->conf.erp_domain; in eapol_sm_get_erp_domain()
1194 os_free(dst->erp_domain); in eapol_auth_conf_clone()
1195 if (src->erp_domain) { in eapol_auth_conf_clone()
1196 dst->erp_domain = os_strdup(src->erp_domain); in eapol_auth_conf_clone()
1197 if (dst->erp_domain == NULL) in eapol_auth_conf_clone()
1200 dst->erp_domain = NULL; in eapol_auth_conf_clone()
1216 os_free(conf->erp_domain); in eapol_auth_conf_free()
1217 conf->erp_domain = NULL; in eapol_auth_conf_free()
Deapol_auth_sm.h25 char *erp_domain; /* a copy of this will be allocated */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
Deapol_auth_sm.c1063 return sm->eapol->conf.erp_domain; in eapol_sm_get_erp_domain()
1245 os_free(dst->erp_domain); in eapol_auth_conf_clone()
1246 if (src->erp_domain) { in eapol_auth_conf_clone()
1247 dst->erp_domain = os_strdup(src->erp_domain); in eapol_auth_conf_clone()
1248 if (dst->erp_domain == NULL) in eapol_auth_conf_clone()
1251 dst->erp_domain = NULL; in eapol_auth_conf_clone()
1276 os_free(conf->erp_domain); in eapol_auth_conf_free()
1277 conf->erp_domain = NULL; in eapol_auth_conf_free()
Deapol_auth_sm.h28 char *erp_domain; /* a copy of this will be allocated */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_server.h54 const char *erp_domain; member
Dradius_server.c159 const char *erp_domain; member
2217 data->erp_domain = conf->erp_domain; in radius_server_init()
2553 return data->erp_domain; in radius_server_get_erp_domain()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.h176 const char *erp_domain; member
Dradius_server.c286 const char *erp_domain; member
2413 data->erp_domain = conf->erp_domain; in radius_server_init()
2750 return data->erp_domain; in radius_server_get_erp_domain()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dauthsrv.c146 srv.erp_domain = conf->erp_domain; in hostapd_setup_radius_srv()
Dap_config.h326 char *erp_domain; member
Dieee802_11_shared.c894 if (hapd->conf->erp_domain) { in hostapd_eid_fils_indic()
Dap_config.c686 os_free(conf->erp_domain); in hostapd_config_free_bss()
Dieee802_1x.c2426 conf.erp_domain = hapd->conf->erp_domain; in ieee802_1x_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c127 srv.erp_domain = conf->erp_domain; in hostapd_setup_radius_srv()
Dap_config.h333 char *erp_domain; member
Dieee802_11_shared.c939 if (hapd->conf->erp_domain) { in hostapd_eid_fils_indic()
Dieee802_1x.c2450 conf.erp_domain = hapd->conf->erp_domain; in ieee802_1x_init()
Dap_config.c779 os_free(conf->erp_domain); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2669 os_free(bss->erp_domain);
2670 bss->erp_domain = os_strdup(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2673 os_free(bss->erp_domain); in hostapd_config_fill()
2674 bss->erp_domain = os_strdup(pos); in hostapd_config_fill()