Home
last modified time | relevance | path

Searched refs:oconf (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c458 FILE *oconf, *nconf; in hapd_wps_cred_cb() local
539 oconf = fopen(hapd->iface->config_fname, "r"); in hapd_wps_cred_cb()
540 if (oconf == NULL) { in hapd_wps_cred_cb()
552 fclose(oconf); in hapd_wps_cred_cb()
667 while (fgets(buf, sizeof(buf), oconf)) { in hapd_wps_cred_cb()
692 fclose(oconf); in hapd_wps_cred_cb()