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

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices_ex.c1891 char wfc_path[64]; local
1892 memset(wfc_path, 0, sizeof(wfc_path));
1893 sprintf(wfc_path, "%s/SMRTNTKY/WSETTING.WFC", run_path);
1895 if (check_if_file_exist(wfc_path)==0)
1898 char *buffer = ILibReadFileFromDisk(wfc_path, &bufferLength);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices_ex.c1888 char wfc_path[64]; local
1889 memset(wfc_path, 0, sizeof(wfc_path));
1890 sprintf(wfc_path, "%s/SMRTNTKY/WSETTING.WFC", run_path);
1892 if (check_if_file_exist(wfc_path)==0)
1895 char *buffer = ILibReadFileFromDisk(wfc_path, &bufferLength);

Completed in 122 milliseconds