Home | History | Annotate | Download | only in hostapd

Lines Matching refs:errors

3185 	int errors = 0;
3233 errors++;
3238 errors += hostapd_config_fill(conf, bss, buf, pos, line);
3247 errors++;
3250 if (errors) {
3251 wpa_printf(MSG_ERROR, "%d errors found in configuration file "
3252 "'%s'", errors, fname);
3265 int errors;
3268 errors = hostapd_config_fill(conf, bss, field, value, 0);
3269 if (errors) {