Home | History | Annotate | Download | only in ap

Lines Matching full:oconf

246 	FILE *oconf, *nconf;
315 oconf = fopen(hapd->iface->config_fname, "r");
316 if (oconf == NULL) {
328 fclose(oconf);
424 while (fgets(buf, sizeof(buf), oconf)) {
445 fclose(oconf);