Home
last modified time | relevance | path

Searched refs:t_c_server_url (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/radius/
H A Dradius_server.h103 char *t_c_server_url; member
H A Dradius_server.c222 char *t_c_server_url; member
1065 const char *url = data->t_c_server_url, *pos; in radius_server_encapsulate_eap()
2248 if (conf->t_c_server_url) { in radius_server_init()
2249 data->t_c_server_url = os_strdup(conf->t_c_server_url); in radius_server_init()
2250 if (!data->t_c_server_url) in radius_server_init()
2364 os_free(data->t_c_server_url); in radius_server_deinit()
/freebsd/contrib/wpa/src/ap/
H A Dauthsrv.c142 srv.t_c_server_url = conf->t_c_server_url; in hostapd_setup_radius_srv()
H A Dap_config.h665 char *t_c_server_url; member
H A Dap_config.c946 os_free(conf->t_c_server_url); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4401 os_free(bss->t_c_server_url); in hostapd_config_fill()
4402 bss->t_c_server_url = os_strdup(pos); in hostapd_config_fill()