Home | History | Annotate | Download | only in ap

Lines Matching full:oconf

398 	FILE *oconf, *nconf;
478 oconf = fopen(hapd->iface->config_fname, "r");
479 if (oconf == NULL) {
491 fclose(oconf);
578 while (fgets(buf, sizeof(buf), oconf)) {
600 fclose(oconf);