Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dmain.c359 const char *config_fname, int debug) in hostapd_interface_init() argument
364 wpa_printf(MSG_DEBUG, "Configuration file: %s", config_fname); in hostapd_interface_init()
365 iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init()
385 config_fname); in hostapd_interface_init()
/hostap-latest/src/ap/
Dhostapd.h51 struct hostapd_config * (*config_read_cb)(const char *config_fname);
539 char *config_fname; member
742 const char *config_fname, int debug);
Dhostapd.c261 if (iface->config_fname == NULL) { in hostapd_reload_config()
272 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
285 fname = os_strdup(iface->config_fname); in hostapd_reload_config()
728 os_free(iface->config_fname); in hostapd_cleanup_iface()
3203 hapd_iface->config_fname = os_strdup(config_file); in hostapd_init()
3204 if (hapd_iface->config_fname == NULL) in hostapd_init()
3207 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()
3237 os_free(hapd_iface->config_fname); in hostapd_init()
3277 const char *config_fname, int debug) in hostapd_interface_init_bss() argument
3295 config_fname, phy, iface ? "" : " --> new PHY"); in hostapd_interface_init_bss()
[all …]
Dwps_hostapd.c531 if (hapd->iface->config_fname == NULL) in hapd_wps_cred_cb()
533 len = os_strlen(hapd->iface->config_fname) + 5; in hapd_wps_cred_cb()
537 os_snprintf(tmp_fname, len, "%s-new", hapd->iface->config_fname); in hapd_wps_cred_cb()
539 oconf = fopen(hapd->iface->config_fname, "r"); in hapd_wps_cred_cb()
694 if (rename(tmp_fname, hapd->iface->config_fname) < 0) { in hapd_wps_cred_cb()