Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h34 struct hostapd_config * (*config_read_cb)(const char *config_fname);
391 char *config_fname; member
541 const char *config_fname, int debug);
Dhostapd.c169 if (iface->config_fname == NULL) { in hostapd_reload_config()
180 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
434 os_free(iface->config_fname); in hostapd_cleanup_iface()
2236 hapd_iface->config_fname = os_strdup(config_file); in hostapd_init()
2237 if (hapd_iface->config_fname == NULL) in hostapd_init()
2240 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()
2268 os_free(hapd_iface->config_fname); in hostapd_init()
2308 const char *config_fname, int debug) in hostapd_interface_init_bss() argument
2326 config_fname, phy, iface ? "" : " --> new PHY"); in hostapd_interface_init_bss()
2335 conf = interfaces->config_read_cb(config_fname); in hostapd_interface_init_bss()
[all …]
Dwps_hostapd.c470 if (hapd->iface->config_fname == NULL) in hapd_wps_cred_cb()
472 len = os_strlen(hapd->iface->config_fname) + 5; in hapd_wps_cred_cb()
476 os_snprintf(tmp_fname, len, "%s-new", hapd->iface->config_fname); in hapd_wps_cred_cb()
478 oconf = fopen(hapd->iface->config_fname, "r"); in hapd_wps_cred_cb()
602 if (rename(tmp_fname, hapd->iface->config_fname) < 0) { in hapd_wps_cred_cb()
/external/wpa_supplicant_8/hostapd/
Dmain.c261 const char *config_fname, int debug) in hostapd_interface_init() argument
266 wpa_printf(MSG_ERROR, "Configuration file: %s", config_fname); in hostapd_interface_init()
267 iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init()
287 config_fname); in hostapd_interface_init()