Home | History | Annotate | Download | only in hostapd

Lines Matching defs:pid_file

414 static void hostapd_global_deinit(const char *pid_file)
440 os_daemonize_terminate(pid_file);
445 const char *pid_file)
466 if (daemonize && os_daemonize(pid_file)) {
572 char *pid_file = NULL;
616 os_free(pid_file);
617 pid_file = os_rel2abs_path(optarg);
676 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
690 hostapd_global_deinit(pid_file);
691 os_free(pid_file);