Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwps_hostapd.c410 FILE *oconf, *nconf; in hapd_wps_cred_cb() local
491 oconf = fopen(hapd->iface->config_fname, "r"); in hapd_wps_cred_cb()
492 if (oconf == NULL) { in hapd_wps_cred_cb()
504 fclose(oconf); in hapd_wps_cred_cb()
615 while (fgets(buf, sizeof(buf), oconf)) { in hapd_wps_cred_cb()
638 fclose(oconf); in hapd_wps_cred_cb()

Completed in 6 milliseconds