Lines Matching refs:pid_file
5974 static int wpa_supplicant_daemon(const char *pid_file)
5977 return os_daemonize(pid_file);
8030 if (params->pid_file) {
8031 global->params.pid_file = os_strdup(params->pid_file);
8032 if (!global->params.pid_file) {
8173 (wpa_supplicant_daemon(global->params.pid_file) ||
8242 if (global->params.pid_file) {
8243 os_daemonize_terminate(global->params.pid_file);
8244 os_free(global->params.pid_file);