Home
last modified time | relevance | path

Searched refs:t_c_filename (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h637 char *t_c_filename; member
Dieee802_1x.c814 if (hapd->conf->t_c_filename) { in ieee802_1x_encapsulate_radius()
820 (const u8 *) hapd->conf->t_c_filename, in ieee802_1x_encapsulate_radius()
821 os_strlen(hapd->conf->t_c_filename))) { in ieee802_1x_encapsulate_radius()
Dap_config.c816 os_free(conf->t_c_filename); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h647 char *t_c_filename; member
Dieee802_1x.c814 if (hapd->conf->t_c_filename) { in ieee802_1x_encapsulate_radius()
820 (const u8 *) hapd->conf->t_c_filename, in ieee802_1x_encapsulate_radius()
821 os_strlen(hapd->conf->t_c_filename))) { in ieee802_1x_encapsulate_radius()
Dap_config.c911 os_free(conf->t_c_filename); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4059 os_free(bss->t_c_filename);
4060 bss->t_c_filename = os_strdup(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4165 os_free(bss->t_c_filename); in hostapd_config_fill()
4166 bss->t_c_filename = os_strdup(pos); in hostapd_config_fill()