Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_1x.c882 if (hapd->conf->t_c_filename) { in ieee802_1x_encapsulate_radius()
888 (const u8 *) hapd->conf->t_c_filename, in ieee802_1x_encapsulate_radius()
889 os_strlen(hapd->conf->t_c_filename))) { in ieee802_1x_encapsulate_radius()
Dap_config.h679 char *t_c_filename; member
Dap_config.c952 os_free(conf->t_c_filename); in hostapd_config_free_bss()
/hostap-latest/hostapd/
Dconfig_file.c4465 os_free(bss->t_c_filename); in hostapd_config_fill()
4466 bss->t_c_filename = os_strdup(pos); in hostapd_config_fill()