Home | History | Annotate | Download | only in hostapd

Lines Matching refs:FILE

2  * hostapd / Configuration file parser
32 FILE *f;
39 wpa_printf(MSG_ERROR, "VLAN file '%s' not readable.", fname);
122 FILE *f;
134 wpa_printf(MSG_ERROR, "MAC list file '%s' not found.", fname);
195 FILE *f;
205 wpa_printf(MSG_ERROR, "EAP user file '%s' not found.", fname);
1182 * hostapd_config_read - Read and parse a configuration file
1183 * @fname: Configuration file name (including path, if needed)
1190 FILE *f;
1199 wpa_printf(MSG_ERROR, "Could not open configuration file '%s' "
1894 "read VLAN file '%s'", line, pos);
2249 wpa_printf(MSG_ERROR, "%d errors found in configuration file "