Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.c270 iface->interfaces->config_read_cb == NULL) in hostapd_reload_config()
272 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
3207 conf = interfaces->config_read_cb(hapd_iface->config_fname); in hostapd_init()
3304 conf = interfaces->config_read_cb(config_fname); in hostapd_interface_init_bss()
3840 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface()
3841 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
Dhostapd.h51 struct hostapd_config * (*config_read_cb)(const char *config_fname); member
/hostap-latest/hostapd/
Dmain.c788 interfaces.config_read_cb = hostapd_config_read; in main()