Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.c2111 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local
2120 conf_file = pos; in hostapd_add_iface()
2121 if (!os_strlen(conf_file)) in hostapd_add_iface()
2125 conf_file, 0); in hostapd_add_iface()
2189 conf_file = ptr + 7; in hostapd_add_iface()
2208 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface()
2209 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()