Lines Matching refs:errors
1030 int line = 0, errors = 0; in hostapd_config_read_rxkh_file() local
1061 errors++; in hostapd_config_read_rxkh_file()
1072 errors++; in hostapd_config_read_rxkh_file()
1079 errors++; in hostapd_config_read_rxkh_file()
1086 if (errors) { in hostapd_config_read_rxkh_file()
1089 errors, fname); in hostapd_config_read_rxkh_file()
5199 int errors = 0; in hostapd_config_read() local
5249 errors++; in hostapd_config_read()
5254 errors += hostapd_config_fill(conf, bss, buf, pos, line); in hostapd_config_read()
5263 errors++; in hostapd_config_read()
5266 if (errors) { in hostapd_config_read()
5268 "'%s'", errors, fname); in hostapd_config_read()
5282 int errors; in hostapd_set_iface() local
5285 errors = hostapd_config_fill(conf, bss, field, value, 0); in hostapd_set_iface()
5286 if (errors) { in hostapd_set_iface()