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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h30 struct hostapd_config * (*config_read_cb)(const char *config_fname); member in struct:hapd_interfaces
H A Dhostapd.c162 iface->interfaces->config_read_cb == NULL)
164 newconf = iface->interfaces->config_read_cb(iface->config_fname);
1432 conf = interfaces->config_read_cb(hapd_iface->config_fname);
1527 conf = interfaces->config_read_cb(config_fname);
1938 if (conf_file && interfaces->config_read_cb) {
1939 conf = interfaces->config_read_cb(conf_file);
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h30 struct hostapd_config * (*config_read_cb)(const char *config_fname); member in struct:hapd_interfaces
H A Dhostapd.c162 iface->interfaces->config_read_cb == NULL)
164 newconf = iface->interfaces->config_read_cb(iface->config_fname);
1432 conf = interfaces->config_read_cb(hapd_iface->config_fname);
1527 conf = interfaces->config_read_cb(config_fname);
1938 if (conf_file && interfaces->config_read_cb) {
1939 conf = interfaces->config_read_cb(conf_file);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h30 struct hostapd_config * (*config_read_cb)(const char *config_fname); member in struct:hapd_interfaces
H A Dhostapd.c162 iface->interfaces->config_read_cb == NULL)
164 newconf = iface->interfaces->config_read_cb(iface->config_fname);
1432 conf = interfaces->config_read_cb(hapd_iface->config_fname);
1527 conf = interfaces->config_read_cb(config_fname);
1938 if (conf_file && interfaces->config_read_cb) {
1939 conf = interfaces->config_read_cb(conf_file);
/external/wpa_supplicant_8/hostapd/
H A Dmain.c559 interfaces.config_read_cb = hostapd_config_read;

Completed in 286 milliseconds