Home | History | Annotate | Download | only in hostapd

Lines Matching defs:pid_file

403 static void hostapd_global_deinit(const char *pid_file)
419 os_daemonize_terminate(pid_file);
424 const char *pid_file)
445 if (daemonize && os_daemonize(pid_file)) {
507 char *pid_file = NULL;
540 os_free(pid_file);
541 pid_file = os_rel2abs_path(optarg);
585 if (hostapd_global_run(&interfaces, daemonize, pid_file))
596 hostapd_global_deinit(pid_file);
597 os_free(pid_file);