Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h663 char *t_c_filename; member
H A 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()
H A Dap_config.c945 os_free(conf->t_c_filename); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4396 os_free(bss->t_c_filename); in hostapd_config_fill()
4397 bss->t_c_filename = os_strdup(pos); in hostapd_config_fill()