Home
last modified time | relevance | path

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

/hostap-latest/src/radius/
Dradius_server.h103 char *t_c_server_url; member
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()
/hostap-latest/src/ap/
Dauthsrv.c142 srv.t_c_server_url = conf->t_c_server_url; in hostapd_setup_radius_srv()
Dap_config.h681 char *t_c_server_url; member
Dap_config.c953 os_free(conf->t_c_server_url); in hostapd_config_free_bss()
/hostap-latest/hostapd/
Dconfig_file.c4470 os_free(bss->t_c_server_url); in hostapd_config_fill()
4471 bss->t_c_server_url = os_strdup(pos); in hostapd_config_fill()