Home | History | Annotate | Download | only in hostapd

Lines Matching refs:pid_file

360 static void hostapd_global_deinit(const char *pid_file)
386 os_daemonize_terminate(pid_file);
391 const char *pid_file)
413 if (os_daemonize(pid_file)) {
579 char *pid_file = NULL;
630 os_free(pid_file);
631 pid_file = os_rel2abs_path(optarg);
790 if (hostapd_global_run(&interfaces, daemonize, pid_file)) {
811 hostapd_global_deinit(pid_file);
812 os_free(pid_file);