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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dhostapd.h45 struct hostapd_config * (*config_read_cb)(const char *config_fname); member in struct:hapd_interfaces
H A Dhostapd.c218 iface->interfaces->config_read_cb == NULL)
220 newconf = iface->interfaces->config_read_cb(iface->config_fname);
2354 conf = interfaces->config_read_cb(hapd_iface->config_fname);
2449 conf = interfaces->config_read_cb(config_fname);
2898 if (conf_file && interfaces->config_read_cb) {
2899 conf = interfaces->config_read_cb(conf_file);
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dmain.c665 interfaces.config_read_cb = hostapd_config_read;

Completed in 171 milliseconds