Home
last modified time | relevance | path

Searched refs:out_fd (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/utils/
Dwpa_debug.c554 int out_fd; in wpa_debug_open_file() local
565 out_fd = open(path, O_CREAT | O_APPEND | O_WRONLY, in wpa_debug_open_file()
567 if (out_fd < 0) { in wpa_debug_open_file()
575 if (fcntl(out_fd, F_SETFD, FD_CLOEXEC) < 0) { in wpa_debug_open_file()
582 out_file = fdopen(out_fd, "a"); in wpa_debug_open_file()
586 close(out_fd); in wpa_debug_open_file()