Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt-app/test/softap/
H A Dsoftap.c99 static char DNSMASQ_CONF_DIR[] = "/userdata/bin/dnsmasq.conf"; in creat_dnsmasq_file() local
104 fp = fopen(DNSMASQ_CONF_DIR, "wt+"); in creat_dnsmasq_file()
121 static char DNSMASQ_CONF_DIR[] = "/userdata/bin/dnsmasq.conf"; in start_hostapd() local
135 sprintf(cmdline, "dnsmasq -C %s --interface=%s", DNSMASQ_CONF_DIR, ap); in start_hostapd()