diff --git a/daemon/dppd.c b/daemon/dppd.c index a524bd2..3885bc4 100644 --- a/daemon/dppd.c +++ b/daemon/dppd.c @@ -122,7 +122,7 @@ find_ctrl_if_path() { while ((dir_data = readdir(root_dir)) != NULL) { - if (strstr(dir_data->d_name, "hostapd")) + if (strstr(dir_data->d_name, "hostapd_s1g")) { if (found)