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.h30 struct hostapd_config * (*config_read_cb)(const char *config_fname);
261 char *config_fname; member
386 const char *config_fname, int debug);
Dhostapd.c153 if (iface->config_fname == NULL) { in hostapd_reload_config()
164 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
370 os_free(iface->config_fname); in hostapd_cleanup_iface()
1428 hapd_iface->config_fname = os_strdup(config_file); in hostapd_init()
1429 if (hapd_iface->config_fname == NULL) in hostapd_init()
1432 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()
1460 os_free(hapd_iface->config_fname); in hostapd_init()
1500 const char *config_fname, int debug) in hostapd_interface_init_bss() argument
1518 config_fname, phy, iface ? "" : " --> new PHY"); in hostapd_interface_init_bss()
1527 conf = interfaces->config_read_cb(config_fname); in hostapd_interface_init_bss()
[all …]
Dwps_hostapd.c466 if (hapd->iface->config_fname == NULL) in hapd_wps_cred_cb()
468 len = os_strlen(hapd->iface->config_fname) + 5; in hapd_wps_cred_cb()
472 os_snprintf(tmp_fname, len, "%s-new", hapd->iface->config_fname); in hapd_wps_cred_cb()
474 oconf = fopen(hapd->iface->config_fname, "r"); in hapd_wps_cred_cb()
594 if (rename(tmp_fname, hapd->iface->config_fname) < 0) { in hapd_wps_cred_cb()
/external/wpa_supplicant_8/hostapd/
Dmain.c247 const char *config_fname, int debug) in hostapd_interface_init() argument
252 wpa_printf(MSG_ERROR, "Configuration file: %s", config_fname); in hostapd_interface_init()
253 iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init()
266 config_fname); in hostapd_interface_init()