Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_server.h103 char *t_c_server_url; member
Dradius_server.c222 char *t_c_server_url; member
1060 const char *url = data->t_c_server_url, *pos; in radius_server_encapsulate_eap()
2233 if (conf->t_c_server_url) { in radius_server_init()
2234 data->t_c_server_url = os_strdup(conf->t_c_server_url); in radius_server_init()
2235 if (!data->t_c_server_url) in radius_server_init()
2349 os_free(data->t_c_server_url); in radius_server_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.h243 char *t_c_server_url; member
Dradius_server.c367 char *t_c_server_url; member
1227 const char *url = data->t_c_server_url, *pos; in radius_server_encapsulate_eap()
2426 if (conf->t_c_server_url) in radius_server_init()
2427 data->t_c_server_url = os_strdup(conf->t_c_server_url); in radius_server_init()
2546 os_free(data->t_c_server_url); in radius_server_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dauthsrv.c143 srv.t_c_server_url = conf->t_c_server_url; in hostapd_setup_radius_srv()
Dap_config.h639 char *t_c_server_url; member
Dap_config.c817 os_free(conf->t_c_server_url); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c125 srv.t_c_server_url = conf->t_c_server_url; in hostapd_setup_radius_srv()
Dap_config.h649 char *t_c_server_url; member
Dap_config.c912 os_free(conf->t_c_server_url); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4064 os_free(bss->t_c_server_url);
4065 bss->t_c_server_url = os_strdup(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4170 os_free(bss->t_c_server_url); in hostapd_config_fill()
4171 bss->t_c_server_url = os_strdup(pos); in hostapd_config_fill()