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.c118 iface->interfaces->config_read_cb == NULL)
120 newconf = iface->interfaces->config_read_cb(iface->config_fname);
/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.c118 iface->interfaces->config_read_cb == NULL)
120 newconf = iface->interfaces->config_read_cb(iface->config_fname);
/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.c118 iface->interfaces->config_read_cb == NULL)
120 newconf = iface->interfaces->config_read_cb(iface->config_fname);
/external/wpa_supplicant_8/hostapd/
H A Dmain.c549 interfaces.config_read_cb = hostapd_config_read;

Completed in 93 milliseconds