Searched refs:config_read_cb (Results 1 – 3 of 3) sorted by relevance
175 iface->interfaces->config_read_cb == NULL) in hostapd_reload_config()177 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()2118 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()2213 conf = interfaces->config_read_cb(config_fname); in hostapd_interface_init_bss()2652 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface()2653 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
34 struct hostapd_config * (*config_read_cb)(const char *config_fname); member
660 interfaces.config_read_cb = hostapd_config_read; in main()