Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_service.c273 int wfd; in setup_wlan_config_file() local
300 wfd = open(WLAN_INI_FILE_DEST, O_WRONLY | O_CREAT | O_TRUNC, 0660); in setup_wlan_config_file()
301 if (wfd < 0) { in setup_wlan_config_file()
307 rc = sendfile(wfd, rfd, 0, st_src.st_size); in setup_wlan_config_file()
333 close(wfd); in setup_wlan_config_file()