Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.c228 iface->interfaces->config_read_cb == NULL) in hostapd_reload_config()
230 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
2471 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()
2566 conf = interfaces->config_read_cb(config_fname); in hostapd_interface_init_bss()
3024 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface()
3025 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
Dhostapd.h49 struct hostapd_config * (*config_read_cb)(const char *config_fname); member
/external/wpa_supplicant_8/hostapd/
Dmain.c665 interfaces.config_read_cb = hostapd_config_read; in main()